summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-12-22 11:37:01 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-12-22 11:37:01 +0000
commit221d47680ba9d3309fc5bae937727633dbea54a8 (patch)
tree7ca0aa986d6c474fd9c386a32fb9550b8217f27d /net-firewall/iptables
parentVersion bump and remove 0.7 series because of security problems. (diff)
downloadgentoo-2-221d47680ba9d3309fc5bae937727633dbea54a8.tar.gz
gentoo-2-221d47680ba9d3309fc5bae937727633dbea54a8.tar.bz2
gentoo-2-221d47680ba9d3309fc5bae937727633dbea54a8.zip
l7filter - changed to 2.8 patch - exactly the same as 2.6
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r--net-firewall/iptables/ChangeLog6
-rw-r--r--net-firewall/iptables/files/digest-iptables-1.3.76
-rw-r--r--net-firewall/iptables/iptables-1.3.7.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index 069d78cfcb08..6d0ee81b93a7 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.121 2006/12/14 05:43:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.122 2006/12/22 11:37:01 dragonheart Exp $
+
+ 22 Dec 2006; Daniel Black <dragonheart@gentoo.org> iptables-1.3.7.ebuild:
+ l7filter - changed to 2.8 patch - exactly the same as 2.6 but this way the
+ user doesn't need to download both versions of l7-filter to get it working.
*iptables-1.3.7 (14 Dec 2006)
diff --git a/net-firewall/iptables/files/digest-iptables-1.3.7 b/net-firewall/iptables/files/digest-iptables-1.3.7
index 98dbc3a7ef6a..927f3b15dd0e 100644
--- a/net-firewall/iptables/files/digest-iptables-1.3.7
+++ b/net-firewall/iptables/files/digest-iptables-1.3.7
@@ -4,6 +4,6 @@ SHA256 0f9d36e48b3f1e83ef9e1d39c19e7271a889a31c65c396c416200eb143f1795b iptables
MD5 dd965bdacbb86ce2a6498829fddda6b7 iptables-1.3.7.tar.bz2 196205
RMD160 8109f2d58eb33905bbbbc0cf871abc8172e7ddc0 iptables-1.3.7.tar.bz2 196205
SHA256 0e00cea0029eaf7923a4a901265d5aa8159804b520fda9c12df54d350073ce02 iptables-1.3.7.tar.bz2 196205
-MD5 58135cd1aafaf4ae2fa478159206f064 netfilter-layer7-v2.6.tar.gz 122514
-RMD160 31b68ae3baa0a340f2e4a555fd5124c3b977629d netfilter-layer7-v2.6.tar.gz 122514
-SHA256 c5a842c037e915eb72576e5861f0b048837719f1edf448775d9218b42c48e0aa netfilter-layer7-v2.6.tar.gz 122514
+MD5 a7cf8b1e9e4ebe5117d20d3cea5ab310 netfilter-layer7-v2.8.tar.gz 122377
+RMD160 cd70ce6c0631d5099d44f52a06414562552fb546 netfilter-layer7-v2.8.tar.gz 122377
+SHA256 09ecd9a000ab7595694b85f2bc9fa2b2f5bd8debd36c78fe5564fd23bdbbe9f3 netfilter-layer7-v2.8.tar.gz 122377
diff --git a/net-firewall/iptables/iptables-1.3.7.ebuild b/net-firewall/iptables/iptables-1.3.7.ebuild
index 4acae23cd727..e842556c332c 100644
--- a/net-firewall/iptables/iptables-1.3.7.ebuild
+++ b/net-firewall/iptables/iptables-1.3.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.7.ebuild,v 1.1 2006/12/14 05:43:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.7.ebuild,v 1.2 2006/12/22 11:37:01 dragonheart Exp $
inherit eutils flag-o-matic toolchain-funcs linux-info
-L7_PV="2.6"
+L7_PV="2.8"
L7_P="netfilter-layer7-v${L7_PV}"
L7_PATCH="iptables-layer7-${L7_PV}.patch"
IMQ_PATCH="iptables-1.3.0-imq1.diff"