upgrade iptables to 1.4.3.2
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Apr 2009 11:31:20 +0000 (11:31 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Apr 2009 11:31:20 +0000 (11:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/iptables/Makefile
package/iptables/patches/1.4.3.2/002-layer7_2.17.patch [moved from package/iptables/patches/1.4.1.1/002-layer7_2.17.patch with 100% similarity]
package/iptables/patches/1.4.3.2/005-imq1.patch [moved from package/iptables/patches/1.4.1.1/005-imq1.patch with 100% similarity]
package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch [moved from package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch with 100% similarity]
package/iptables/patches/1.4.3.2/009-table-alignment.patch [moved from package/iptables/patches/1.4.1.1/009-table-alignment.patch with 100% similarity]

index 6083f6f4dc596b2cc6e26be396e52eb4efc1e014..dbfc0d7167aa3f7e4abee8e078978612430e68c9 100644 (file)
@@ -18,9 +18,9 @@ ifeq ($(CONFIG_LINUX_2_4),y)
 endif
 
 ifeq ($(CONFIG_LINUX_2_6),y)
-  PKG_VERSION:=1.4.1.1
-  PKG_RELEASE:=2
-  PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb
+  PKG_VERSION:=1.4.3.2
+  PKG_RELEASE:=1
+  PKG_MD5SUM:=545698693b636cfc844aafc6729fd48a
 endif
 
 PKG_VERSION?=<IPTABLES_VERSION>