iptables version bump to 1.4.11
wookietreiber
kizkizzbangbang at googlemail.com
Fri May 27 23:13:50 CEST 2011
hi *
what I have here is the version bump of iptables from 1.4.10 to 1.4.11.
unfortunately I can't commit it yet, since the most important module depending
on it -- iproute2 -- does not build against it
I write this because the bump was a bit difficult, because the iptables-devs
made some changes but forgot to fix even their own Makefiles (see BUILD), so
anyone who wanted to bump this wouldn't have to cope with the same I did today
best regards
christian krause aka wookietreiber
-------------- next part --------------
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..ec97dfb 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=20110527
SHORT="Tool to create netfilter rules"
PSAFE=no
More information about the Lunar-dev
mailing list