diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-09 16:01:01 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-09 16:01:01 +0000 |
commit | c91a4c4459b3021c4a1e580d807cc7d87cfaab52 (patch) | |
tree | 8fff061bb566685578a95af2a2d9f09fce8c7693 /net-firewall | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.tar.gz gentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.tar.bz2 gentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.zip |
Closing #25919, #39833 and #41624
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/files/1.2.9-files/04_all_install_ipv6_apps.patch.bz2 | bin | 0 -> 334 bytes | |||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 9 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 4074e797810b..047e51be853d 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/iptables # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.21 2004/03/09 16:01:01 aliz Exp $ + + 09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.9.ebuild: + + Added einfo about kernel 2.4.21, closing #25919. + + Install ip6tables-save and ip6tables-restore, closing #39833. + + Really enable IPv6, closing #41624. 28 Jan 2004; <gustavoz@gentoo.org> iptables-1.2.9.ebuild: stable on hppa and sparc diff --git a/net-firewall/iptables/files/1.2.9-files/04_all_install_ipv6_apps.patch.bz2 b/net-firewall/iptables/files/1.2.9-files/04_all_install_ipv6_apps.patch.bz2 Binary files differnew file mode 100644 index 000000000000..d6a865a6eb28 --- /dev/null +++ b/net-firewall/iptables/files/1.2.9-files/04_all_install_ipv6_apps.patch.bz2 diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index 7bdc07a549dd..2e097033ac2f 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.7 2004/02/22 22:41:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.8 2004/03/09 16:01:01 aliz Exp $ inherit eutils flag-o-matic @@ -44,7 +44,7 @@ src_compile() { use ipv6 && myconf="${myconf} DO_IPV6=1" || myconf="${myconf} DO_IPV6=0" - make \ + make ${myconf} \ LIBDIR=/lib \ BINDIR=/sbin \ MANDIR=/usr/share/man \ @@ -81,7 +81,10 @@ pkg_postinst() { einfo "This package now includes an initscript which loads and saves" einfo "rules stored in /var/lib/iptables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - + einfo "" einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." + einfo "" + einfo "If you are uprading to a >=2.4.21 kernel you may need to rebuild" + einfo "iptables." } |