diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:26:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:26:54 +0000 |
commit | 5522edc542d235fa9babf9c00928c33f0b0381ba (patch) | |
tree | 71440b89d44724b4d0d28f60fb0dec376aa54d44 /package | |
parent | 71d38f4abb04f2756cc099f6eb82409ac4a6c495 (diff) | |
download | buildroot-novena-5522edc542d235fa9babf9c00928c33f0b0381ba.tar.gz buildroot-novena-5522edc542d235fa9babf9c00928c33f0b0381ba.zip |
version bump to 1.3.5
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 73821b310..15f0fbf78 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,7 +3,7 @@ # iptables # ############################################################# -IPTABLES_VER:=1.3.4 +IPTABLES_VER:=1.3.5 IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/ IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2 IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER) |