diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-08 14:30:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-08 14:30:33 +0000 |
commit | 64c370a9a4dff128f0436aa4ab337c5357ae1528 (patch) | |
tree | 38c19cddaa35d3de97a38ef7c400ba70fdf4bfc7 /net-firewall/iptables | |
parent | Stable for HPPA (bug #432280). (diff) | |
download | gentoo-2-64c370a9a4dff128f0436aa4ab337c5357ae1528.tar.gz gentoo-2-64c370a9a4dff128f0436aa4ab337c5357ae1528.tar.bz2 gentoo-2-64c370a9a4dff128f0436aa4ab337c5357ae1528.zip |
Stable for HPPA (bug #444145).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.16.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 8c713bd5232a..8fbbc4e16519 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.285 2012/12/30 23:11:07 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.286 2013/02/08 14:30:33 jer Exp $ + + 08 Feb 2013; Jeroen Roovers <jer@gentoo.org> iptables-1.4.16.3.ebuild: + Stable for HPPA (bug #444145). 30 Dec 2012; Mike Frysinger <vapier@gentoo.org> +files/iptables-1.4.17-libip6tc.patch, iptables-1.4.17.ebuild: diff --git a/net-firewall/iptables/iptables-1.4.16.3.ebuild b/net-firewall/iptables/iptables-1.4.16.3.ebuild index dab0c558507b..6565f87d9265 100644 --- a/net-firewall/iptables/iptables-1.4.16.3.ebuild +++ b/net-firewall/iptables/iptables-1.4.16.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.16.3.ebuild,v 1.5 2012/12/16 19:44:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.16.3.ebuild,v 1.6 2013/02/08 14:30:33 jer Exp $ EAPI="4" @@ -15,7 +15,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 netlink static-libs" RDEPEND=" |