diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-27 18:54:31 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-27 18:54:31 +0100 |
commit | ab76f7c0aff47c23d41bf64e31a7f1870e0417c9 (patch) | |
tree | ff66ea86c2ea2e24f3648c1537e3a8de245274af /package/iptables | |
parent | a61d33a3443e535ce2fde53ffe9fa3161fb6afea (diff) | |
download | buildroot-novena-ab76f7c0aff47c23d41bf64e31a7f1870e0417c9.tar.gz buildroot-novena-ab76f7c0aff47c23d41bf64e31a7f1870e0417c9.zip |
iptables: bump version
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 3243b3fdd..518b90eb7 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.16.3 +IPTABLES_VERSION = 1.4.17 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |