diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-03-16 14:07:59 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-31 11:00:55 +0200 |
commit | bc7ffe741ead045e1a24977d1c70318d54be74b4 (patch) | |
tree | ea3da5d19037a4d567703bab832fde644499064d /package/iptables/iptables.mk | |
parent | aa3486fd52f6cfd034b4d31d7821cf83206953bb (diff) | |
download | buildroot-novena-bc7ffe741ead045e1a24977d1c70318d54be74b4.tar.gz buildroot-novena-bc7ffe741ead045e1a24977d1c70318d54be74b4.zip |
iptables: bump version
Closes #1417
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iptables/iptables.mk')
-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 f1c376807..b74321cbf 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,7 +3,7 @@ # iptables # ############################################################# -IPTABLES_VERSION = 1.4.6 +IPTABLES_VERSION = 1.4.7 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables |