summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorMike Frysinger2005-08-28 09:51:30 +0200
committerMike Frysinger2005-08-28 09:51:30 +0200
commit3b44e42cccb075df5fd3c2477f68a4034881e309 (patch)
tree3ab2821ae6b31ef2033055b82ea0311f1d77d08f /package/iptables
parentdaisuke writes in Bug 401: This patch updates the ncurses package to build ve... (diff)
downloadbuildroot-3b44e42cccb075df5fd3c2477f68a4034881e309.tar.gz
buildroot-3b44e42cccb075df5fd3c2477f68a4034881e309.tar.xz
buildroot-3b44e42cccb075df5fd3c2477f68a4034881e309.zip
daisuke writes in Bug 397: This patch updates the iptables package to build version 1.3.3. The 1.3.3 version of iptables adds additional features.
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 879b2f8bb..66de80404 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -3,7 +3,7 @@
# iptables
#
#############################################################
-IPTABLES_VER:=1.2.11
+IPTABLES_VER:=1.3.3
IPTABLES_SOURCE_URL:=http://www.netfilter.org/files
IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2
IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER)