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 | 8ea976509c6c0cbc88c266eeabe163acd11990a8 (patch) | |
tree | 26531fe1138c13599514b43019eb8edd2ff14f15 /package/iptables/Makefile | |
parent | 5b8cbd5d5ae7a435ae22d1d8eea559523fe8926d (diff) | |
download | upstream-8ea976509c6c0cbc88c266eeabe163acd11990a8.tar.gz upstream-8ea976509c6c0cbc88c266eeabe163acd11990a8.tar.bz2 upstream-8ea976509c6c0cbc88c266eeabe163acd11990a8.zip |
package/iptables: upgrade to iptables version 1.4.9
SVN-Revision: 22482
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/ \ |