diff options
author | Tim Yardley <lst@openwrt.org> | 2007-07-12 16:05:28 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-07-12 16:05:28 +0000 |
commit | a07641c906b7abd82ebce29564ed5ab2d45033cc (patch) | |
tree | 858ed650b30424f9cd22345555692d5336d12a00 /package/iptables/Makefile | |
parent | 05b172926742437380d75c3a9789d25ce531f45d (diff) | |
download | upstream-a07641c906b7abd82ebce29564ed5ab2d45033cc.tar.gz upstream-a07641c906b7abd82ebce29564ed5ab2d45033cc.tar.bz2 upstream-a07641c906b7abd82ebce29564ed5ab2d45033cc.zip |
move to iptables 1.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7946 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index bfd28a16aa..e59d0a6e0c 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.7 +PKG_VERSION:=1.3.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -18,7 +18,7 @@ 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:=dd965bdacbb86ce2a6498829fddda6b7 +PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3 include $(INCLUDE_DIR)/package.mk ifeq ($(DUMP),) |