summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-06-07 13:24:36 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-06-07 13:24:36 +0000
commite06f015c1e00d25f5edd5f3fd465db0b16f66ff0 (patch)
tree8686aa5dc2043b47ddc59997f371449135507a11 /net-firewall
parentnls fix. (diff)
downloadhistorical-e06f015c1e00d25f5edd5f3fd465db0b16f66ff0.tar.gz
historical-e06f015c1e00d25f5edd5f3fd465db0b16f66ff0.tar.bz2
historical-e06f015c1e00d25f5edd5f3fd465db0b16f66ff0.zip
Closing #51418.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/Manifest4
-rw-r--r--net-firewall/iptables/iptables-1.2.9.ebuild4
3 files changed, 9 insertions, 4 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index 054d65d43c71..1d15da1d7f66 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,9 @@
# 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.25 2004/05/10 14:07:04 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.26 2004/06/07 13:24:36 aliz Exp $
+
+ 07 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.9.ebuild:
+ Handle extensionpatches that was added for 1.2.9-r1. Closing #51418.
10 May 2004; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.9-r1.ebuild:
CFLAGS must have -O flag, closing #44204
diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index a1d9656067e1..c1665465c9a0 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -1,7 +1,7 @@
MD5 54906c7ffcd304a8202c5058287041ac iptables-1.2.7a-r3.ebuild 1968
-MD5 c0801b41abdd37d9dc1f494abf53494e iptables-1.2.9.ebuild 2718
+MD5 25a33c9c34aa8cb3b67c61932d7e2994 iptables-1.2.9.ebuild 2792
MD5 e7909016b20da914182958eb0a77a6f9 iptables-1.2.9-r1.ebuild 3399
-MD5 1c9ccf5b4271e11739863bc019c0f0e4 ChangeLog 10142
+MD5 54c2fc765e3f3f67ed32ba32c347fdef ChangeLog 10285
MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220
MD5 f876be872ec78bc824f2503059338d8d files/iptables.confd 382
MD5 04a4f2f4455c1c5df002cde52d354dee files/ip6tables.init 2108
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild
index cc4bd51f8c62..ca10d1b1b986 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.10 2004/03/29 13:29:49 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.11 2004/06/07 13:24:36 aliz Exp $
inherit eutils flag-o-matic
@@ -28,6 +28,8 @@ src_unpack() {
[ "${PROFILE_ARCH}" = "sparc64" ] && epatch ${FILESDIR}/sparc64_limit_fix.patch.bz2
chmod +x extensions/.IMQ-test*
+ chmod +x extensions/.childlevel-test*
+ chmod +x extensions/.layer7-test*
sed -i -e "s:-O2:${CFLAGS} -Iinclude:g" -e "s:/usr/local::g" -e "s:-Iinclude/::" Makefile
}