diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-05-31 02:27:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-31 21:24:19 +0200 |
commit | fb2f3d58bde6aaac12b62eeb16492c93329b8713 (patch) | |
tree | 39b83e79e8f53b44dfe4e865ae7542bc2f69eaad /package/iptables | |
parent | ed09a3601dd0b594defb6406b5f5816511ad154a (diff) | |
download | buildroot-novena-fb2f3d58bde6aaac12b62eeb16492c93329b8713.tar.gz buildroot-novena-fb2f3d58bde6aaac12b62eeb16492c93329b8713.zip |
iptables: bump to version 1.4.19.1
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 ed11fdc04..5a21412c8 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.18 +IPTABLES_VERSION = 1.4.19.1 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |