]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/iptables
core140: ship glibc built with new gcc
[ipfire-2.x.git] / lfs / iptables
index 3716d80624dd90f59d2e455b62903ba4a2738aa1..e2012ecb6c796d373fc179206ecb0b29a5606530 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.8.2
+VER        = 1.8.3
 
 THISAPP    = iptables-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -41,7 +41,7 @@ objects = $(DL_FILE) \
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 netfilter-layer7-v2.23.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.23.tar.gz
 
-$(DL_FILE)_MD5 = 944558e88ddcc3b9b0d9550070fa3599
+$(DL_FILE)_MD5 = 29de711d15c040c402cf3038c69ff513
 netfilter-layer7-v2.23.tar.gz_MD5 = 10910b6173d18e426cb56ae7e1300eeb
 
 install : $(TARGET)
@@ -79,9 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && cp -vf $(DIR_SRC)/netfilter-layer7-v2.23/iptables-1.4.3forward-for-kernel-2.6.20forward/* \
                         ./extensions/
 
-       # imq
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/iptables-1.4.12-IMQ-test4.diff
-
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --libdir=/lib \