diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-14 23:27:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-14 23:27:36 +0000 |
commit | d009c8ed974e3907073b7c81235b71535f880210 (patch) | |
tree | fc99fa8730df8f2ef796123a667f1920308e577e /package/iptables/Makefile | |
parent | 8543722ed5ec8748d27824714449fa0e8fff4e9b (diff) | |
download | upstream-d009c8ed974e3907073b7c81235b71535f880210.tar.gz upstream-d009c8ed974e3907073b7c81235b71535f880210.tar.bz2 upstream-d009c8ed974e3907073b7c81235b71535f880210.zip |
package/iptables: update to 1.4.7
SVN-Revision: 20862
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index bee898b50f..e97cfbbcad 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.4.6 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.7 +PKG_RELEASE:=1 -PKG_MD5SUM:=c67cf30e281a924def6426be0973df56 +PKG_MD5SUM:=645941dd1f9e0ec1f74c61918d70d52f 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/ \ |