diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-28 04:50:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-28 21:46:11 +0200 |
commit | fb0d20d943e715a11666222ab7b9cbcd945e0088 (patch) | |
tree | 40582c4dd90bb1d6e925a34a125f067a7e749a37 | |
parent | 977e9baf10867ef1212a5c3f6bc88da8376576a6 (diff) | |
download | buildroot-novena-fb0d20d943e715a11666222ab7b9cbcd945e0088.tar.gz buildroot-novena-fb0d20d943e715a11666222ab7b9cbcd945e0088.zip |
iptables: bump to version 1.4.14
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-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 87578d54e..5c6a8a6b5 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.13 +IPTABLES_VERSION = 1.4.14 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |