diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-18 14:43:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-18 14:43:13 +0200 |
commit | dd81b498378b60b380d75b63f58418b2465731d5 (patch) | |
tree | d49384ad92b5bd6c00af06c04408625a9193bab3 /package | |
parent | 21a37b0a63e037279dec0b590e726eaab218f8de (diff) | |
download | buildroot-novena-dd81b498378b60b380d75b63f58418b2465731d5.tar.gz buildroot-novena-dd81b498378b60b380d75b63f58418b2465731d5.zip |
iptables: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-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 bdef57588..17c191eef 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.15 +IPTABLES_VERSION = 1.4.16.3 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |