diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-09-13 13:40:16 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-13 23:31:59 +0200 |
commit | c961e963ff14c8ca36a0d4baaae477d496bfa246 (patch) | |
tree | 9940179b65693d9ff656bf92d1576ba4b81a4cb6 /package/iptables/iptables.mk | |
parent | 1a17d9f60a9eeb03e54f4be9be3a56bd291a138e (diff) |
iptables: bump to version 1.4.12.1
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 1ee88281b..c6d1a0725 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.12 +IPTABLES_VERSION = 1.4.12.1 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES |