From: Bernhard Reutner-Fischer Date: Sat, 2 Dec 2006 18:13:31 +0000 (-0000) Subject: - bump version to cope with changes imposed by 2.6.19. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0607089d93e14a0cda78140a21d8d87c9bc8dfcd;p=buildroot.git - bump version to cope with changes imposed by 2.6.19. --- diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 0942a616bb..2a59e2e892 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -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)