diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-09 02:14:26 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-09 02:14:26 +0000 |
commit | 626a7283fc45c152c2b8c9fb2272a160e27964cf (patch) | |
tree | 32d6f57cda6727ec4f98a114dab0d8437edd251e /app-forensics | |
parent | amd64 stable, security bug 194236 (diff) | |
download | gentoo-2-626a7283fc45c152c2b8c9fb2272a160e27964cf.tar.gz gentoo-2-626a7283fc45c152c2b8c9fb2272a160e27964cf.tar.bz2 gentoo-2-626a7283fc45c152c2b8c9fb2272a160e27964cf.zip |
amd64 stable, security bug 191597
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aide/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.13.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 0123b14855b3..dd079520d9d5 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/aide # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.31 2007/09/28 18:35:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.32 2007/10/09 02:14:26 beandog Exp $ + + 09 Oct 2007; Steve Dibb <beandog@gentoo.org> aide-0.13.1.ebuild: + amd64 stable, security bug 191597 28 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> aide-0.13.1.ebuild: ppc stable, bug #191597 diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild index 691c8780cf5c..55c0415e88ff 100644 --- a/app-forensics/aide/aide-0.13.1.ebuild +++ b/app-forensics/aide/aide-0.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.6 2007/09/28 18:35:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.7 2007/10/09 02:14:26 beandog Exp $ WANT_AUTOCONF='latest' WANT_AUTOMAKE='latest' inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/aide/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="acl curl mhash nls postgres selinux static xattr zlib" #IUSE="acl audit curl mhash nls postgres selinux static xattr zlib" |