summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-11-29 08:51:02 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-11-29 08:51:02 +0000
commite0378a92b480c3ce9fb30533c4c122937b44b32c (patch)
treea1f3a37f67e14ed8bd80cbdb174d5d006a3161f1 /sys-fs/fuse
parentVersion bump. (diff)
downloadgentoo-2-e0378a92b480c3ce9fb30533c4c122937b44b32c.tar.gz
gentoo-2-e0378a92b480c3ce9fb30533c4c122937b44b32c.tar.bz2
gentoo-2-e0378a92b480c3ce9fb30533c4c122937b44b32c.zip
x86 stable wrt security bug #308073
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.8.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 78c32c87f2de..4a7c73d85b3f 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.135 2010/11/27 22:22:15 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.136 2010/11/29 08:51:02 phajdan.jr Exp $
+
+ 29 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> fuse-2.8.5.ebuild:
+ x86 stable wrt security bug #308073
27 Nov 2010; Michael Weber <xmw@gentoo.org> fuse-2.8.1.ebuild,
fuse-2.8.5.ebuild:
diff --git a/sys-fs/fuse/fuse-2.8.5.ebuild b/sys-fs/fuse/fuse-2.8.5.ebuild
index bca5f904e650..9a764def3570 100644
--- a/sys-fs/fuse/fuse-2.8.5.ebuild
+++ b/sys-fs/fuse/fuse-2.8.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.3 2010/11/27 22:22:15 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.4 2010/11/29 08:51:02 phajdan.jr Exp $
EAPI=2
inherit eutils libtool linux-info
@@ -11,7 +11,7 @@ HOMEPAGE="http://fuse.sourceforge.net"
SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="kernel_linux kernel_FreeBSD"
S=${WORKDIR}/${MY_P}
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"