diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-01-19 15:09:28 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-01-20 10:46:19 +0100 |
commit | 0908e85ce30fe20c8aadcbab37f305b2930d0e79 (patch) | |
tree | f1cf2f33a88bcc614955ec5f80abeba81c8f7293 /package/iptables/iptables.mk | |
parent | d77120e3dee553e9edcb11b44d55fad320fabe1a (diff) | |
download | buildroot-novena-0908e85ce30fe20c8aadcbab37f305b2930d0e79.tar.gz buildroot-novena-0908e85ce30fe20c8aadcbab37f305b2930d0e79.zip |
Bump iptables to 1.4.6
Closes #913.
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 1c3d9bed9..f1c376807 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,7 +3,7 @@ # iptables # ############################################################# -IPTABLES_VERSION = 1.4.5 +IPTABLES_VERSION = 1.4.6 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables |