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
commit1a9a1c439a81b3bc3ad7aee9a43e12ee63de1e55 (patch)
treee95980a54e5db307de2dc9cd661ac490bd679bf8 /net-firewall
parentnls fix. (Manifest recommit) (diff)
downloadgentoo-2-1a9a1c439a81b3bc3ad7aee9a43e12ee63de1e55.tar.gz
gentoo-2-1a9a1c439a81b3bc3ad7aee9a43e12ee63de1e55.tar.bz2
gentoo-2-1a9a1c439a81b3bc3ad7aee9a43e12ee63de1e55.zip
Closing #51418.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/iptables-1.2.9.ebuild4
2 files changed, 7 insertions, 2 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/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
}