diff options
author | 2007-12-24 11:53:40 +0000 | |
---|---|---|
committer | 2007-12-24 11:53:40 +0000 | |
commit | a1329fc9cb2b0cbc345dac667e100de86412622d (patch) | |
tree | ac916885b8b916b84a743fbfa50261f59655ccec /net-firewall/iptables | |
parent | Version bump #202801. (diff) | |
download | gentoo-2-a1329fc9cb2b0cbc345dac667e100de86412622d.tar.gz gentoo-2-a1329fc9cb2b0cbc345dac667e100de86412622d.tar.bz2 gentoo-2-a1329fc9cb2b0cbc345dac667e100de86412622d.zip |
Updated l7-filter patches for iptables-1.4.x.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.0.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 9522ed30630d..21ff9edfc0d0 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.154 2007/12/24 11:25:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.155 2007/12/24 11:53:40 pva Exp $ + + 24 Dec 2007; <pva@gentoo.org> iptables-1.4.0.ebuild: + Updated l7-filter patches for iptables-1.4.x. *iptables-1.4.0 (24 Dec 2007) diff --git a/net-firewall/iptables/iptables-1.4.0.ebuild b/net-firewall/iptables/iptables-1.4.0.ebuild index e944fe82066f..13990d5ebf57 100644 --- a/net-firewall/iptables/iptables-1.4.0.ebuild +++ b/net-firewall/iptables/iptables-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild,v 1.1 2007/12/24 11:25:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild,v 1.2 2007/12/24 11:53:40 pva Exp $ inherit eutils toolchain-funcs linux-info @@ -97,9 +97,13 @@ src_unpack() { #yes choosing 2.6.20 was deliberate - upstream mistake possibly if kernel_is ge 2 6 20 then - L7_PATCH=iptables-1.3-for-kernel-2.6.20forward-layer7-${L7_PV}.patch + L7_PATCH=iptables-1.4-for-kernel-2.6.20forward-layer7-${L7_PV}.patch else - L7_PATCH=iptables-1.3-for-kernel-pre2.6.20-layer7-${L7_PV}.patch + eerror "Currently there is no l7-filter patch available for this" + eerror "kernel iptables-1.4 and kernel version pre 2.6.20." + eerror "If you need to compile iptables 1.4.x against Linux 2.6.19.x" + eerror "or earlier, with l7-filter patch, please, report upstream." + die "No patch available." fi EPATCH_OPTS="-p1" epatch "${WORKDIR}"/${L7_P}/${L7_PATCH} chmod +x extensions/.layer7-test* |