- bump version to cope with changes imposed by 2.6.19.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:13:31 +0000 (18:13 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:13:31 +0000 (18:13 -0000)
package/iptables/iptables.mk

index 0942a616bb814c5907d03f0927266ec3ee9a1b33..2a59e2e892b2b7bd1dddc99ff35625679c3f76d5 100644 (file)
@@ -3,8 +3,8 @@
 # iptables
 #
 #############################################################
-IPTABLES_VER:=1.3.5
-IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/
+IPTABLES_VER:=1.3.6-20061129
+IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/snapshot
 IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2
 IPTABLES_CAT:=$(BZCAT)
 IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER)