summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-13 09:55:55 +0100
committerBernhard Reutner-Fischer2006-12-13 09:55:55 +0100
commit196b850988c26a5b0b7769480defe59ab011f0a2 (patch)
treeda0343f90d2da2c24877030af6abcf1ddb3be2c8 /package/iptables
parentdon't enable gdb in the default config (diff)
downloadbuildroot-196b850988c26a5b0b7769480defe59ab011f0a2.tar.gz
buildroot-196b850988c26a5b0b7769480defe59ab011f0a2.tar.xz
buildroot-196b850988c26a5b0b7769480defe59ab011f0a2.zip
- bump version.
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 2a59e2e89..0a0fb9c31 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -3,8 +3,8 @@
# iptables
#
#############################################################
-IPTABLES_VER:=1.3.6-20061129
-IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/snapshot
+IPTABLES_VER:=1.3.7
+IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables
IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2
IPTABLES_CAT:=$(BZCAT)
IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER)