diff options
author | 2007-05-01 11:28:05 +0000 | |
---|---|---|
committer | 2007-05-01 11:28:05 +0000 | |
commit | 6ba58560308fc53aadc6277f8927941d35a47ae1 (patch) | |
tree | 32bf4096c4b8ff7c0079d76441bd9ee59870d189 /net-firewall/ipsec-tools | |
parent | Post-stabilization cleanup. (diff) | |
download | gentoo-2-6ba58560308fc53aadc6277f8927941d35a47ae1.tar.gz gentoo-2-6ba58560308fc53aadc6277f8927941d35a47ae1.tar.bz2 gentoo-2-6ba58560308fc53aadc6277f8927941d35a47ae1.zip |
x86 stable wrt security bug 173219
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-firewall/ipsec-tools')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index d82f702c76ca..6b5cdd7655d7 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.53 2007/04/30 13:42:26 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.54 2007/05/01 11:28:05 armin76 Exp $ + + 01 May 2007; Raúl Porcel <armin76@gentoo.org> ipsec-tools-0.6.7.ebuild: + x86 stable wrt security bug 173219 30 Apr 2007; Steve Dibb <beandog@gentoo.org> ipsec-tools-0.6.7.ebuild: amd64 stable, security bug 173219 diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild index dc3739ad6fe0..b90de8832a46 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.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/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.4 2007/04/30 13:42:26 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.5 2007/05/01 11:28:05 armin76 Exp $ inherit eutils flag-o-matic autotools linux-info @@ -8,7 +8,7 @@ DESCRIPTION="A port of KAME's IPsec utilities to the Linux-2.6 IPsec implementat HOMEPAGE="http://ipsec-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" SLOT="0" IUSE="idea ipv6 pam rc5 readline selinux ldap kerberos nat hybrid" |