diff options
author | 2007-08-09 08:42:09 +0000 | |
---|---|---|
committer | 2007-08-09 08:42:09 +0000 | |
commit | 1f09b593c075e68d8cf136b7e198961a9d2575b7 (patch) | |
tree | 56bc49b125da74451021706a27cb4783c1381970 /net-firewall | |
parent | remove nosource sbcl use flag, we use source now (diff) | |
download | gentoo-2-1f09b593c075e68d8cf136b7e198961a9d2575b7.tar.gz gentoo-2-1f09b593c075e68d8cf136b7e198961a9d2575b7.tar.bz2 gentoo-2-1f09b593c075e68d8cf136b7e198961a9d2575b7.zip |
latest l7 version - no patch change appart from naming it correctly
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/files/digest-iptables-1.3.8-r1 | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.8-r1.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 7625b254c9b6..555b61cc3f61 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # 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.136 2007/07/07 02:35:09 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.137 2007/08/09 08:42:09 dragonheart Exp $ + + 09 Aug 2007; Daniel Black <dragonheart@gentoo.org> + iptables-1.3.8-r1.ebuild: + latest l7 version - no patch change appart from naming it correctly *iptables-1.3.8-r1 (07 Jul 2007) diff --git a/net-firewall/iptables/files/digest-iptables-1.3.8-r1 b/net-firewall/iptables/files/digest-iptables-1.3.8-r1 index adec1e229e4b..43e60193a9a6 100644 --- a/net-firewall/iptables/files/digest-iptables-1.3.8-r1 +++ b/net-firewall/iptables/files/digest-iptables-1.3.8-r1 @@ -4,6 +4,6 @@ SHA256 f507319d01dd1810b497e0700a67d8f9668dd1363b1f8e1b09097cf2bbc26ab7 iptables MD5 0a9209f928002e5eee9cdff8fef4d4b3 iptables-1.3.8.tar.bz2 172584 RMD160 851b223eef0ca008ad1f375aa0ebdab46ff6f886 iptables-1.3.8.tar.bz2 172584 SHA256 c5c8a091ed9a1fa2dab86b4d87719064b50c202e8503046f50f299a361e6211c iptables-1.3.8.tar.bz2 172584 -MD5 9eff148d529760fa6f9323fe05c0247c netfilter-layer7-v2.12.tar.gz 160071 -RMD160 a9e5ae2650837f64564e27daf6c3c0652c97bd55 netfilter-layer7-v2.12.tar.gz 160071 -SHA256 1ea9c8952e70a1a43d8bdf30478d46ce9d10a0a77b0bca99e6931deb6d753b6d netfilter-layer7-v2.12.tar.gz 160071 +MD5 c8097875074405be31e4372682b68d7a netfilter-layer7-v2.13.tar.gz 159622 +RMD160 fbb27da483636729ca0cbf04d88f8b5bcfe95bce netfilter-layer7-v2.13.tar.gz 159622 +SHA256 41ca603d745018e0d60e90ab042e8d23abbe7db428c06800b9f15e0d727493a6 netfilter-layer7-v2.13.tar.gz 159622 diff --git a/net-firewall/iptables/iptables-1.3.8-r1.ebuild b/net-firewall/iptables/iptables-1.3.8-r1.ebuild index 7d344f7792f1..1ee6ece8f36b 100644 --- a/net-firewall/iptables/iptables-1.3.8-r1.ebuild +++ b/net-firewall/iptables/iptables-1.3.8-r1.ebuild @@ -1,10 +1,10 @@ # 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.3.8-r1.ebuild,v 1.1 2007/07/07 02:35:09 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8-r1.ebuild,v 1.2 2007/08/09 08:42:09 dragonheart Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info -L7_PV=2.12 +L7_PV=2.13 L7_P=netfilter-layer7-v${L7_PV} IMQ_PATCH=iptables-1.3.6-imq.diff @@ -91,9 +91,9 @@ src_unpack() { #yes choosing 2.6.20 was deliberate - upstream mistake possibly if kernel_is ge 2 6 20 then - L7_PATCH=iptables-for-kernel-2.6.22forward-layer7-${L7_PV}.patch + L7_PATCH=iptables-for-kernel-2.6.20forward-layer7-${L7_PV}.patch else - L7_PATCH=iptables-for-kernel-pre2.6.22-layer7-${L7_PV}.patch + L7_PATCH=iptables-for-kernel-pre2.6.20-layer7-${L7_PV}.patch fi EPATCH_OPTS="-p1" epatch "${WORKDIR}"/${L7_P}/${L7_PATCH} chmod +x extensions/.layer7-test* |