diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-04-29 11:31:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-04-29 11:31:20 +0000 |
commit | 3671591480ec62b126449ae421ac5a307e30145a (patch) | |
tree | 3f2c59fcf5b13ae49526f982c6cff5daf4bf306a | |
parent | 1d2fc6aa959f390cb6e01c2d3b6720242e77ebdf (diff) | |
download | upstream-3671591480ec62b126449ae421ac5a307e30145a.tar.gz upstream-3671591480ec62b126449ae421ac5a307e30145a.tar.bz2 upstream-3671591480ec62b126449ae421ac5a307e30145a.zip |
upgrade iptables to 1.4.3.2
SVN-Revision: 15478
-rw-r--r-- | package/iptables/Makefile | 6 | ||||
-rw-r--r-- | package/iptables/patches/1.4.3.2/002-layer7_2.17.patch (renamed from package/iptables/patches/1.4.1.1/002-layer7_2.17.patch) | 0 | ||||
-rw-r--r-- | package/iptables/patches/1.4.3.2/005-imq1.patch (renamed from package/iptables/patches/1.4.1.1/005-imq1.patch) | 0 | ||||
-rw-r--r-- | package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch (renamed from package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch) | 0 | ||||
-rw-r--r-- | package/iptables/patches/1.4.3.2/009-table-alignment.patch (renamed from package/iptables/patches/1.4.1.1/009-table-alignment.patch) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 6083f6f4dc..dbfc0d7167 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -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> diff --git a/package/iptables/patches/1.4.1.1/002-layer7_2.17.patch b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch index ac6b1a4841..ac6b1a4841 100644 --- a/package/iptables/patches/1.4.1.1/002-layer7_2.17.patch +++ b/package/iptables/patches/1.4.3.2/002-layer7_2.17.patch diff --git a/package/iptables/patches/1.4.1.1/005-imq1.patch b/package/iptables/patches/1.4.3.2/005-imq1.patch index 3c96a3bc32..3c96a3bc32 100644 --- a/package/iptables/patches/1.4.1.1/005-imq1.patch +++ b/package/iptables/patches/1.4.3.2/005-imq1.patch diff --git a/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch index 761f1c4977..761f1c4977 100644 --- a/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch +++ b/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch diff --git a/package/iptables/patches/1.4.1.1/009-table-alignment.patch b/package/iptables/patches/1.4.3.2/009-table-alignment.patch index 5b14982917..5b14982917 100644 --- a/package/iptables/patches/1.4.1.1/009-table-alignment.patch +++ b/package/iptables/patches/1.4.3.2/009-table-alignment.patch |