upgrade iptables to 1.4.3.2
[openwrt/svn-archive/archive.git] / package / iptables / Makefile
index 05e69435925373db144338a89de63216a9d9ccc3..dbfc0d7167aa3f7e4abee8e078978612430e68c9 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -19,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>