diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-21 09:54:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-21 09:54:04 +0000 |
commit | e370ca86c24ae4a94b2865b9ad7e8df6d4d4a0c2 (patch) | |
tree | 6dd603fd35245ff75f6d86bf96f278e2b014d1f1 /package/iptables | |
parent | 99c94303e86a2c92383a8f2daac6197ca135bb99 (diff) | |
download | upstream-e370ca86c24ae4a94b2865b9ad7e8df6d4d4a0c2.tar.gz upstream-e370ca86c24ae4a94b2865b9ad7e8df6d4d4a0c2.tar.bz2 upstream-e370ca86c24ae4a94b2865b9ad7e8df6d4d4a0c2.zip |
[package] update iptables to 1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-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 f683331ffa..13663b0892 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.7 +PKG_VERSION:=1.4.8 PKG_RELEASE:=1 -PKG_MD5SUM:=645941dd1f9e0ec1f74c61918d70d52f +PKG_MD5SUM:=6b407c1b2e34233cdc3882b26a8dccb3 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/ \ |