From: Bernhard Reutner-Fischer Date: Tue, 3 Jan 2006 20:18:23 +0000 (-0000) Subject: - update from 1.3.3 to 1.3.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=062d362921570eef81b7647568289e5b97e2ea54;p=buildroot.git - update from 1.3.3 to 1.3.4 --- diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index cf56646449..73821b310a 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,8 +3,8 @@ # iptables # ############################################################# -IPTABLES_VER:=1.3.3 -IPTABLES_SOURCE_URL:=http://www.netfilter.org/files +IPTABLES_VER:=1.3.4 +IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/ IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2 IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER)