diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-11-13 04:48:25 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-11-13 04:48:25 +0000 |
commit | ab3690c5538d3bfe9a50c08aed05158e40da5afa (patch) | |
tree | 04ac3141ee63ba95672e69dd5762ea04e0c48398 /net-firewall | |
parent | add optional support for objc garbage collection #91222 (diff) | |
download | gentoo-2-ab3690c5538d3bfe9a50c08aed05158e40da5afa.tar.gz gentoo-2-ab3690c5538d3bfe9a50c08aed05158e40da5afa.tar.bz2 gentoo-2-ab3690c5538d3bfe9a50c08aed05158e40da5afa.zip |
Stable on x86; bug #112351
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/Manifest | 12 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.4.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index f0ec21510e00..fc06e32edf4d 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.86 2005/11/05 08:01:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.87 2005/11/13 04:48:25 halcy0n Exp $ + + 13 Nov 2005; Mark Loeser <halcy0n@gentoo.org> iptables-1.3.4.ebuild: + Stable on x86; bug #112351 *iptables-1.3.4 (05 Nov 2005) diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest index d5ea73f41f46..c2af970842a6 100644 --- a/net-firewall/iptables/Manifest +++ b/net-firewall/iptables/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bcd8eab367dff98beb4fb48a56d3c60d ChangeLog 20491 MD5 756f721b4c0c0646a174993befa199c4 files/1.2.11-files/CAN-2004-0986.patch 1365 MD5 1d104ede1329b4433cd31e2bf734aaaa files/1.2.11-files/grsecurity-1.2.8-iptables.patch.bz2 763 @@ -29,12 +26,5 @@ MD5 83b159bf81dca9ddaa1e0b4e9c606a70 iptables-1.2.11-r3.ebuild 5355 MD5 cdad781be189255fe3fd04bedce629e5 iptables-1.3.2.ebuild 4963 MD5 b5b107c8cf13e1c278bf83b4daea0c70 iptables-1.3.3-r1.ebuild 5030 MD5 3e7ee88a2de7f0ffd26b9b1111a09ab8 iptables-1.3.3-r2.ebuild 5030 -MD5 f16b693fcd32232e6a370f58c6c211e6 iptables-1.3.4.ebuild 5036 +MD5 b7a331eb732263bf31458cf6f79c4b30 iptables-1.3.4.ebuild 5035 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDbGchgIKl8Uu19MoRAhUJAJ90vUfZF9MvrVtlm+xSnqKPC0TfAgCdHliK -1g9E0JuNuV0AU3MB8JhO3aM= -=4sO9 ------END PGP SIGNATURE----- diff --git a/net-firewall/iptables/iptables-1.3.4.ebuild b/net-firewall/iptables/iptables-1.3.4.ebuild index 6b7664dcd56e..23e3dd07bdb9 100644 --- a/net-firewall/iptables/iptables-1.3.4.ebuild +++ b/net-firewall/iptables/iptables-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.1 2005/11/05 08:01:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.2 2005/11/13 04:48:25 halcy0n Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -19,7 +19,7 @@ SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="ipv6 static extensions" DEPEND="virtual/os-headers |