From 46710646739f041598fe5b8fc6df6df2e0aba252 Mon Sep 17 00:00:00 2001 From: cyrus Date: Sun, 1 Sep 2013 13:46:10 +0000 Subject: iptables: Update to 1.4.20 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iptables/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/utils/iptables/Makefile') 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 -- cgit v1.2.3