diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-09-27 11:27:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-09-27 11:27:09 +0000 |
commit | 4ef062578d381ad745bae57a3592b5d7f3ea7d70 (patch) | |
tree | 4cfa2dd60bc911cb3848e8015afda5f58dd5d3ee /app-forensics/aide | |
parent | alpha/ia64 stable wrt #193339 (diff) | |
download | gentoo-2-4ef062578d381ad745bae57a3592b5d7f3ea7d70.tar.gz gentoo-2-4ef062578d381ad745bae57a3592b5d7f3ea7d70.tar.bz2 gentoo-2-4ef062578d381ad745bae57a3592b5d7f3ea7d70.zip |
Sparc stable --- security Bug #191597 --- builds, passes its tests, and
appears to work.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.13.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 35c36d3ae930..c549d5278d78 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/aide # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.27 2007/09/26 23:51:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.28 2007/09/27 11:27:09 fmccor Exp $ + + 27 Sep 2007; Ferris McCormick <fmccor@gentoo.org> aide-0.13.1.ebuild: + Sparc stable --- security Bug #191597 --- builds, passes its tests, and + appears to work. 26 Sep 2007; MATSUU Takuto <matsuu@gentoo.org> -files/aide-0.9-gentoo.diff, -files/aide-0.10_p20040917-fix-psql.diff, diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild index d874fb97034d..8d597a1f27e8 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.3 2007/09/26 23:51:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.4 2007/09/27 11:27:09 fmccor 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" |