diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-03 20:18:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-03 20:18:23 +0000 |
commit | 062d362921570eef81b7647568289e5b97e2ea54 (patch) | |
tree | e56f4de1e4d565c905d4970a2e1fa9df9b628613 /package | |
parent | de7d8e34c960879f50b974031e6459a16f4052eb (diff) | |
download | buildroot-novena-062d362921570eef81b7647568289e5b97e2ea54.tar.gz buildroot-novena-062d362921570eef81b7647568289e5b97e2ea54.zip |
- update from 1.3.3 to 1.3.4
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/iptables.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index cf5664644..73821b310 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) |