diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-09-01 13:46:10 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-09-01 13:46:10 +0000 |
commit | 3e647ac9b6c432571c7969a6f25852443b6b2705 (patch) | |
tree | d77667c6be36e5e4e5be73b005bae4977b09fffc /package/network/utils/iptables/Makefile | |
parent | e532d653738fc7a45d6fe4b485ab39ee33730283 (diff) | |
download | upstream-3e647ac9b6c432571c7969a6f25852443b6b2705.tar.gz upstream-3e647ac9b6c432571c7969a6f25852443b6b2705.tar.bz2 upstream-3e647ac9b6c432571c7969a6f25852443b6b2705.zip |
iptables: Update to 1.4.20
SVN-Revision: 37865
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r-- | package/network/utils/iptables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index c510700b9f..879d786e8f 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.4.19.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.20 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ -PKG_MD5SUM:=be97ce9007fa42c867901b496c935a0a +PKG_MD5SUM:=387b92d3efcf4f07fe31c3bf0f1d18f5 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |