From 66d71d3c24d4db721e30e386927715689698a0d3 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 29 Apr 2009 11:31:20 +0000 Subject: [PATCH] upgrade iptables to 1.4.3.2 SVN-Revision: 15478 --- package/iptables/Makefile | 6 +++--- .../patches/{1.4.1.1 => 1.4.3.2}/002-layer7_2.17.patch | 0 .../iptables/patches/{1.4.1.1 => 1.4.3.2}/005-imq1.patch | 0 .../008-netfilter_include_linux_type_h.patch | 0 .../patches/{1.4.1.1 => 1.4.3.2}/009-table-alignment.patch | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename package/iptables/patches/{1.4.1.1 => 1.4.3.2}/002-layer7_2.17.patch (100%) rename package/iptables/patches/{1.4.1.1 => 1.4.3.2}/005-imq1.patch (100%) rename package/iptables/patches/{1.4.1.1 => 1.4.3.2}/008-netfilter_include_linux_type_h.patch (100%) rename package/iptables/patches/{1.4.1.1 => 1.4.3.2}/009-table-alignment.patch (100%) 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?= 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 similarity index 100% rename from package/iptables/patches/1.4.1.1/002-layer7_2.17.patch rename to 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 similarity index 100% rename from package/iptables/patches/1.4.1.1/005-imq1.patch rename to 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 similarity index 100% rename from package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch rename to 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 similarity index 100% rename from package/iptables/patches/1.4.1.1/009-table-alignment.patch rename to package/iptables/patches/1.4.3.2/009-table-alignment.patch -- 2.30.2