aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-14 23:27:36 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-14 23:27:36 +0000
commitf132a0a3950e94b17d1fe9ceca3369c431f82524 (patch)
tree2d12aed4fe83ff657808c461d0c07bb708250c4c /package/iptables
parent604d5768307e45346dab3f5fb21f339feba69115 (diff)
downloadupstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.tar.gz
upstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.tar.bz2
upstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.zip
package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile6
-rw-r--r--package/iptables/patches/008-netfilter_include_linux_type_h.patch10
2 files changed, 3 insertions, 13 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index bee898b50f..e97cfbbcad 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
-PKG_VERSION:=1.4.6
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.7
+PKG_RELEASE:=1
-PKG_MD5SUM:=c67cf30e281a924def6426be0973df56
+PKG_MD5SUM:=645941dd1f9e0ec1f74c61918d70d52f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
diff --git a/package/iptables/patches/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/008-netfilter_include_linux_type_h.patch
deleted file mode 100644
index 761f1c4977..0000000000
--- a/package/iptables/patches/008-netfilter_include_linux_type_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/linux/netfilter.h
-+++ b/include/linux/netfilter.h
-@@ -1,6 +1,7 @@
- #ifndef __LINUX_NETFILTER_H
- #define __LINUX_NETFILTER_H
-
-+#include <linux/types.h>
-
- /* Responses from hook functions. */
- #define NF_DROP 0