[Lunar-commits] CVS: moonbase/security/iptables DETAILS, 1.11,
1.12 BUILD, 1.2, 1.3
Jaime Buffery
nestu at lunar-linux.org
Fri Nov 12 19:25:49 UTC 2004
Update of /var/cvs/lunar/moonbase/security/iptables
In directory espresso.foo-projects.org:/tmp/cvs-serv16730
Modified Files:
DETAILS BUILD
Log Message:
Adding patch to fix vulnerability: http://securitytracker.com/alerts/2004/Nov/1012025.html
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/iptables/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 5 Oct 2004 09:30:16 -0000 1.11
+++ DETAILS 12 Nov 2004 19:25:47 -0000 1.12
@@ -2,13 +2,15 @@
VERSION=1.2.11
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=md5:0a5f5f226e41ce408a895bec995e8c05
SOURCE2_URL=$PATCH_URL/
SOURCE2_VFY=md5:5df2b2bc990f920b3f700baf54bcfd49
+ SOURCE3_URL=${PATCH_URL}/
WEB_SITE=http://www.netfilter.org
ENTERED=20010922
- UPDATED=20040706
+ UPDATED=20041112
SHORT="Tool to create netfilter rules"
cat << EOF
iptables is built on top of netfilter: the new packet alteration
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/iptables/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 3 Mar 2003 22:51:42 -0000 1.2
+++ BUILD 12 Nov 2004 19:25:47 -0000 1.3
@@ -1,6 +1,6 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1
-
+ patch_it $SOURCE2 1
+ patch_it $SOURCE3 2
#I think this optimization must be carefully considered,
# seeing these are kernel stuff...
# The -O2 is needed, as there are some "#ifndef __OPTIMIZE__" stuff
More information about the Lunar-commits
mailing list