diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-10 11:46:07 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-10 11:46:07 +0000 |
commit | 24e8356488613f5b640f3f7f308276f836e33f29 (patch) | |
tree | 57e580d3c6a4a2712dbde9529073d763a85abd8f /package/iptables | |
parent | d3c1b29b8f7e966cd5eefe25747713eddcf5e993 (diff) | |
download | upstream-24e8356488613f5b640f3f7f308276f836e33f29.tar.gz upstream-24e8356488613f5b640f3f7f308276f836e33f29.tar.bz2 upstream-24e8356488613f5b640f3f7f308276f836e33f29.zip |
package: update to iptables-1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21752 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..94e3f58b0f 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:=697ed89f37af4473a5f6349ba2700f2d 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/ \ |