diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-28 13:51:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-28 13:51:38 +0000 |
commit | d0cb23a595f6e762962441a0c7994ce903bd89e0 (patch) | |
tree | c6c825748667bbdc604dba250b16e47c2b6450a0 /net-firewall | |
parent | stable on hppa and sparc (diff) | |
download | gentoo-2-d0cb23a595f6e762962441a0c7994ce903bd89e0.tar.gz gentoo-2-d0cb23a595f6e762962441a0c7994ce903bd89e0.tar.bz2 gentoo-2-d0cb23a595f6e762962441a0c7994ce903bd89e0.zip |
stable on hppa and sparc
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index c435c0717324..4074e797810b 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.19 2004/01/26 10:40:42 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.20 2004/01/28 13:51:29 gustavoz Exp $ + + 28 Jan 2004; <gustavoz@gentoo.org> iptables-1.2.9.ebuild: + stable on hppa and sparc 23 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> files/iptables.init, files/ip6tables.init, iptables-1.2.9.ebuild: Add reload support to initscript. Closing #21801. diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest index 3bd102877199..e8fdf5549be9 100644 --- a/net-firewall/iptables/Manifest +++ b/net-firewall/iptables/Manifest @@ -3,8 +3,8 @@ MD5 611eccaed05cd06e19488b1a14d78747 iptables-1.2.7a-r3.ebuild 1993 MD5 59eb30b46fae4911251ff539850a4d0b iptables-1.2.8.ebuild 2105 MD5 b76799632db21bda76bfaa16ce8bd9ac iptables-1.2.8-r2.ebuild 2731 MD5 ceb03819b44784147104358fa559ba1d iptables-1.2.7a-r4.ebuild 2105 -MD5 f35d215db7ee698f65615a935a59e15c iptables-1.2.9.ebuild 2666 -MD5 8995bf9ae4d83b613747f9443bb17a28 ChangeLog 9002 +MD5 515fcc824ad7a8c2bfbd278b9486c390 iptables-1.2.9.ebuild 2668 +MD5 0447266044d08a57e8f022525fb11644 ChangeLog 9094 MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 MD5 f876be872ec78bc824f2503059338d8d files/iptables.confd 382 MD5 04a4f2f4455c1c5df002cde52d354dee files/ip6tables.init 2108 diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index 6d0ebe8aa809..d4906652e852 100644 --- a/net-firewall/iptables/iptables-1.2.9.ebuild +++ b/net-firewall/iptables/iptables-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.4 2004/01/26 10:40:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.5 2004/01/28 13:51:29 gustavoz Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" HOMEPAGE="http://www.iptables.org/" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips ~ia64 amd64" +KEYWORDS="x86 ~ppc ~alpha sparc hppa ~arm ~mips ~ia64 amd64" LICENSE="GPL-2" # iptables is dependent on kernel sources. Strange but true. |