diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-03 09:40:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-03 09:40:51 +0000 |
commit | 3f0e3a75f01c9827c21ebd6210201e18be48300d (patch) | |
tree | e2fba26de4d9cb74d6165b8302f5b21c40ce658a /net-firewall/iptables | |
parent | remove blocks on iptables-1.3* and ipset. (diff) | |
download | historical-3f0e3a75f01c9827c21ebd6210201e18be48300d.tar.gz historical-3f0e3a75f01c9827c21ebd6210201e18be48300d.tar.bz2 historical-3f0e3a75f01c9827c21ebd6210201e18be48300d.zip |
forgot the whitespace.
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.1-r3.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest index aa256d94b51d..f39ad942fb13 100644 --- a/net-firewall/iptables/Manifest +++ b/net-firewall/iptables/Manifest @@ -1,5 +1,5 @@ MD5 cdf47a369303ed0da3bb2f6888dc1aa8 iptables-1.2.7a-r3.ebuild 1982 -MD5 6be9d119a73628c77dab737cadb2d09a iptables-1.3.1-r3.ebuild 5557 +MD5 4e31f0f78629d98dde12d183702cdefc iptables-1.3.1-r3.ebuild 5555 MD5 c3b7afaef1230c12fc9afbfadd53472b iptables-1.2.11-r3.ebuild 5514 MD5 e2158f065e3c8a603eb424a8ff613e4e iptables-1.2.9-r4.ebuild 5435 MD5 20d154d66f67db6a04208bda433d9823 iptables-1.2.9.ebuild 2805 diff --git a/net-firewall/iptables/iptables-1.3.1-r3.ebuild b/net-firewall/iptables/iptables-1.3.1-r3.ebuild index 8dc1dd63030e..15c1e3afa1cc 100644 --- a/net-firewall/iptables/iptables-1.3.1-r3.ebuild +++ b/net-firewall/iptables/iptables-1.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r3.ebuild,v 1.1 2005/05/03 09:40:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r3.ebuild,v 1.2 2005/05/03 09:40:51 robbat2 Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -67,7 +67,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-files/grsecurity-1.2.8-iptables.patch-${PV}.bz2 \ || die "epatch grsecurity-1.2.8-iptables.patch-${PV}.bz2" - sed -i "s/PF_EXT_SLIB:=/PF_EXT_SLIB:=stealth /g" extensions/Makefile \ || die "failed to enable stealth extension" |