[Lunar-commits] CVS: moonbase/security/iptables BUILD, 1.3, 1.4 DETAILS, 1.13, 1.14

Florin Braescu florin at lunar-linux.org
Fri Mar 4 10:03:13 UTC 2005


Update of /var/cvs/lunar/moonbase/security/iptables
In directory espresso.foo-projects.org:/tmp/cvs-serv29887

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 1.2.11 to 1.3.0. improvements and bugfixes. it works fine for three weeks on my system.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/iptables/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	12 Nov 2004 19:25:47 -0000	1.3
+++ BUILD	4 Mar 2005 10:03:10 -0000	1.4
@@ -1,7 +1,6 @@
 (
-  patch_it  $SOURCE2 1
-  patch_it  $SOURCE3 2  	
-#I think this optimization must be carefully considered,
+
+# I think this optimization must be carefully considered,
 # seeing these are kernel stuff...
 # The -O2 is needed, as there are some "#ifndef __OPTIMIZE__" stuff
 # that would break the compilation as they add duplicates in the
@@ -10,8 +9,8 @@
 # modes of GCC)
 # hevisko
   sedit  "s/-O2/$CFLAGS -O2/"  Makefile  &&
-  make  LIBDIR=/usr/lib              &&
-  prepare_install                    &&
+  make  LIBDIR=/usr/lib             &&
+  prepare_install                   &&
   make  LIBDIR=/usr/lib              \
         BINDIR=/usr/sbin             \
         MANDIR=/usr/share/man        \

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/iptables/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS	12 Nov 2004 19:38:12 -0000	1.13
+++ DETAILS	4 Mar 2005 10:03:10 -0000	1.14
@@ -1,18 +1,13 @@
           MODULE=iptables
-         VERSION=1.2.11
+         VERSION=1.3.0
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=grsecurity-1.2.10-$MODULE.patch.bz2
-         SOURCE3=006-modprobe.patch
       SOURCE_URL=http://www.netfilter.org/files/
-      SOURCE_VFY=sha:1a2236e2705b02834aaa506632c08cf8a647efa2
-     SOURCE2_URL=$PATCH_URL/
-     SOURCE2_VFY=sha:6655180fc6ca6ff11958c02fb21f0a0ee7d44d82
-     SOURCE3_URL=${PATCH_URL}/
-     SOURCE3_VFY=sha:a9b5e7ac2753dc55d776d16c9e2911d9c5574669
+      SOURCE_VFY=sha:8b6a613958e01433ee80b0f798e4f07cf0babf71
         WEB_SITE=http://www.netfilter.org
          ENTERED=20010922
-         UPDATED=20041112
+         UPDATED=20050304
            SHORT="Tool to create netfilter rules"
+
 cat << EOF
 iptables is built on top of netfilter: the new packet alteration
 framework for Linux 2.4. It is an enhancement on ipchains, and is used



More information about the Lunar-commits mailing list