diff options
author | 2007-05-02 13:41:15 +0000 | |
---|---|---|
committer | 2007-05-02 13:41:15 +0000 | |
commit | 826a6a0ccf6c65a408249a6c729fb7417ae822a8 (patch) | |
tree | 07f139adbb554c2164fc4fc1a8f82e32bdac5b27 /net-firewall/ipsec-tools | |
parent | Stable on Alpha, bug 176464. (diff) | |
download | gentoo-2-826a6a0ccf6c65a408249a6c729fb7417ae822a8.tar.gz gentoo-2-826a6a0ccf6c65a408249a6c729fb7417ae822a8.tar.bz2 gentoo-2-826a6a0ccf6c65a408249a6c729fb7417ae822a8.zip |
Stable on sparc wrt security #173219
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-firewall/ipsec-tools')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index 6b5cdd7655d7..e5aa220612cb 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,10 @@ # 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.54 2007/05/01 11:28:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.55 2007/05/02 13:41:15 gustavoz Exp $ + + 02 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> + ipsec-tools-0.6.7.ebuild: + Stable on sparc wrt security #173219 01 May 2007; Raúl Porcel <armin76@gentoo.org> ipsec-tools-0.6.7.ebuild: x86 stable wrt 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 b90de8832a46..386cea59a559 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.5 2007/05/01 11:28:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.6 2007/05/02 13:41:15 gustavoz 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" |