diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-03-04 06:50:40 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-04 21:00:25 +0100 |
commit | d4f49fc1fef5cc0d5f42d035b48c96ad941c9001 (patch) | |
tree | 1cd9f2f50827da4bb9d1a838aad7cd8901d923f1 /package/iptables | |
parent | 8164fd827784bf5ef3d897a142ea499d5d7eb166 (diff) | |
download | buildroot-novena-d4f49fc1fef5cc0d5f42d035b48c96ad941c9001.tar.gz buildroot-novena-d4f49fc1fef5cc0d5f42d035b48c96ad941c9001.zip |
iptables: bump to version 1.4.18
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iptables')
-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 518b90eb7..ed11fdc04 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.17 +IPTABLES_VERSION = 1.4.18 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |