diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-01-05 15:26:15 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-06 11:03:10 +0100 |
commit | bd2d10389003f21d47d9b247f4cc3b8ead19ae76 (patch) | |
tree | 41cf03b8cef54a9c603148ce533e2f2c2cee0ceb /package/iptables/iptables.mk | |
parent | 454057b4ee25336129eecdeb04ab72696e8560b2 (diff) | |
download | buildroot-novena-bd2d10389003f21d47d9b247f4cc3b8ead19ae76.tar.gz buildroot-novena-bd2d10389003f21d47d9b247f4cc3b8ead19ae76.zip |
iptables: bump to version 1.4.12.2
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 777baf987..36fb64fb5 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.12.1 +IPTABLES_VERSION = 1.4.12.2 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |