diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-04 13:29:07 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-04 13:29:07 +0000 |
commit | 00e3caec466bda43bcb4a37a32a0b1909aadbd09 (patch) | |
tree | 59a55c55f0907b0cc40b59c091d4c2404abcbc58 /package/iptables/Makefile | |
parent | f074b251d5389e2495bb064f52224f455526ff80 (diff) | |
download | upstream-00e3caec466bda43bcb4a37a32a0b1909aadbd09.tar.gz upstream-00e3caec466bda43bcb4a37a32a0b1909aadbd09.tar.bz2 upstream-00e3caec466bda43bcb4a37a32a0b1909aadbd09.zip |
package/iptables: upgrade to iptables version 1.4.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22482 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 f9c96adbdf..3c4a22ff85 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.8 +PKG_VERSION:=1.4.9 PKG_RELEASE:=1 -PKG_MD5SUM:=697ed89f37af4473a5f6349ba2700f2d +PKG_MD5SUM:=db1312f7ce5a4c11dc981a2ac76b26e8 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/ \ |