diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-05-29 14:58:04 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-05-29 14:58:04 +0000 |
commit | 56a3396bf247345d3c7756b8421ea3c735d537dd (patch) | |
tree | ad9013b7ccdd18521894463307127ec1a1348a3c /package/network/utils/iptables/Makefile | |
parent | 0edabea0b14478b9a83b0546924ed31d02ce4bfc (diff) | |
download | upstream-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.gz upstream-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.bz2 upstream-56a3396bf247345d3c7756b8421ea3c735d537dd.zip |
iptables: bump to 1.4.19.1
SVN-Revision: 36760
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 1b6a4cf79b..55f3a387bd 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.18 -PKG_RELEASE:=4 +PKG_VERSION:=1.4.19.1 +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:=a819199d5ec013b82da13a8ffbba857e +PKG_MD5SUM:=be97ce9007fa42c867901b496c935a0a PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |