[Lunar-commits] <moonbase> iptables: version bum[ed to 1.4.5.

Florin Braescu florin at lunar-linux.org
Mon Oct 5 07:33:39 CEST 2009


commit 3d1fddbfddf620f114fca995b8841735c04bf0d3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Oct 5 08:33:39 2009 +0300

    iptables: version bum[ed to 1.4.5.
    
    This release supports all new features of the 2.6.31 kernel.
    Added a BUILD file in order to make sure the old iptables settings
    are preserved.
---
 security/iptables/BUILD   |    8 ++++++++
 security/iptables/DETAILS |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/security/iptables/BUILD b/security/iptables/BUILD
new file mode 100644
index 0000000..3ecbb17
--- /dev/null
+++ b/security/iptables/BUILD
@@ -0,0 +1,8 @@
+(
+
+  if module_installed iptables; then iptables-save -c > /etc/config.d/iptables.sav; fi
+  default_build  &&
+  cat /etc/config.d/iptables.sav | iptables-restore -c  &&
+  rm /etc/config.d/iptables.sav
+
+) > $C_FIFO 2>&1
diff --git a/security/iptables/DETAILS b/security/iptables/DETAILS
index 2286b5c..37d7a35 100644
--- a/security/iptables/DETAILS
+++ b/security/iptables/DETAILS
@@ -1,11 +1,11 @@
           MODULE=iptables
-         VERSION=1.4.4
+         VERSION=1.4.5
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.netfilter.org/pub/$MODULE
-      SOURCE_VFY=sha1:309b22eeb89a6a6abb3c46e03be84de52348f6f7
+      SOURCE_VFY=sha1:d1354584a901ffc1bf6c3b3b55a1d0dcee778d21
         WEB_SITE=http://www.netfilter.org
          ENTERED=20010922
-         UPDATED=20090617
+         UPDATED=20091005
            SHORT="Tool to create netfilter rules"
            PSAFE=no
            


More information about the Lunar-commits mailing list