[Lunar-commits] <moonbase> iptables: version bump to 1.4.11 ...
Christian Krause
wookietreiber at lunar-linux.org
Sun May 29 14:33:33 CEST 2011
commit 3c0bff3bf68f404075290fd55afdc4db89e56da8
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Sun May 29 14:33:33 2011 +0200
iptables: version bump to 1.4.11 ...
handling the new xtables-multi and install headers per default and BUILD cleanup
---
security/iptables/BUILD | 18 +++++++++++++++---
security/iptables/DETAILS | 6 +++---
2 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/security/iptables/BUILD b/security/iptables/BUILD
index e7dbd48..07b7319 100644
--- a/security/iptables/BUILD
+++ b/security/iptables/BUILD
@@ -1,9 +1,21 @@
(
- if module_installed iptables; then iptables-save -c > /etc/config.d/iptables.sav; fi
- OPTS+=" --enable-libipq " &&
+ # save tables
+ if module_installed iptables ; then
+ iptables-save -c > /etc/config.d/iptables.sav
+ fi &&
+
+ # headers aren't installed by default
+ OPTS+=" --enable-libipq --enable-devel" &&
+
+ # apparently they forgot to change this ...
+ sedit "s/iptables-multi/xtables-multi/g" Makefile.in &&
+ sedit "s/ip6tables-multi/xtables-multi/g" Makefile.in &&
+
default_build &&
- if [ -f /etc/config.d/iptables.sav ]; then
+
+ # revive tables
+ if [ -f /etc/config.d/iptables.sav ] ; then
cat /etc/config.d/iptables.sav | iptables-restore -c &&
rm /etc/config.d/iptables.sav
fi
diff --git a/security/iptables/DETAILS b/security/iptables/DETAILS
index 313f9bf..b53ee36 100644
--- a/security/iptables/DETAILS
+++ b/security/iptables/DETAILS
@@ -1,11 +1,11 @@
MODULE=iptables
- VERSION=1.4.10
+ VERSION=1.4.11
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=ftp://ftp.netfilter.org/pub/$MODULE
- SOURCE_VFY=sha1:8190b8c9714a3eec825317e8ac1deeb3d11c6d29
+ SOURCE_VFY=sha1:1dd2b2306e25122ab22b2fbbb31997be7461dee9
WEB_SITE=http://www.netfilter.org
ENTERED=20010922
- UPDATED=20101030
+ UPDATED=20110529
SHORT="Tool to create netfilter rules"
PSAFE=no
More information about the Lunar-commits
mailing list