diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:48:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:48:52 +0000 |
commit | adb1548ce3732ebfa7e532e08e111676f51cc203 (patch) | |
tree | e5512e1ac6a13db40bb55e5e8d80925717d41ba6 /net-firewall/iptables | |
parent | initial import #63085 (diff) | |
download | gentoo-2-adb1548ce3732ebfa7e532e08e111676f51cc203.tar.gz gentoo-2-adb1548ce3732ebfa7e532e08e111676f51cc203.tar.bz2 gentoo-2-adb1548ce3732ebfa7e532e08e111676f51cc203.zip |
Warn about issues upgrading from 1.2.x to 1.3.x #92535 by Volkov Peter.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 5fd73178f6ed..457d06a52de3 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,6 @@ # 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.74 2005/07/12 02:38:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.75 2005/07/12 02:48:52 vapier Exp $ *iptables-1.3.2 (12 Jul 2005) @@ -9,7 +9,8 @@ +files/iptables-1.3.2.init, +iptables-1.3.2.ebuild: Version bump #98641 by Lars (Polynomial-C). Unified the iptables/ip6tables init.d scripts. Added a new 'panic' option to init.d #72033 by Colin - Kingsley. + Kingsley. Warn about issues upgrading from 1.2.x to 1.3.x #92535 by Volkov + Peter. *iptables-1.3.1-r4 (05 May 2005) diff --git a/net-firewall/iptables/iptables-1.3.2.ebuild b/net-firewall/iptables/iptables-1.3.2.ebuild index 1866136df23d..4d1ac27f52b8 100644 --- a/net-firewall/iptables/iptables-1.3.2.ebuild +++ b/net-firewall/iptables/iptables-1.3.2.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.2.ebuild,v 1.1 2005/07/12 02:38:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.2.ebuild,v 1.2 2005/07/12 02:48:52 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -155,4 +155,8 @@ pkg_postinst() { einfo " echo \"1\" > /proc/sys/net/ipv6/conf/all/forwarding" einfo "for ipv6." fi + echo + ewarn "When upgrading from iptables-1.2.x, you may be unable to remove" + ewarn "rules added with iptables-1.3.x. This is a known issue, please see:" + ewarn "http://bugs.gentoo.org/show_bug.cgi?id=92535" } |