diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-22 11:43:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-22 11:43:35 +0000 |
commit | cbd56f437802c1548bdc20ae05f54a092eae58a1 (patch) | |
tree | 32ba7981894904036a2cd86c92074b27b1b5066f /package/iptables/Makefile | |
parent | 978b353865a02780ba841337131df525e25f4263 (diff) | |
download | upstream-cbd56f437802c1548bdc20ae05f54a092eae58a1.tar.gz upstream-cbd56f437802c1548bdc20ae05f54a092eae58a1.tar.bz2 upstream-cbd56f437802c1548bdc20ae05f54a092eae58a1.zip |
upgrade to iptables 1.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3448 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 1792fe37c6..38eb907183 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.4 +PKG_VERSION:=1.3.5 PKG_RELEASE:=1 -PKG_MD5SUM:=fdff8abe890807968226b0c374335305 +PKG_MD5SUM:=00fb916fa8040ca992a5ace56d905ea5 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ |