diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:28:47 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:28:47 +0000 |
commit | 82d17c1f5d609eba2d51a9be0d3d5028cfd124d9 (patch) | |
tree | 0cca1fa40648e8fb2b3dadfa498beb8cbfaab7f4 | |
parent | cd32c8a3c2b877240ada5b62e5f24b72ae1669bd (diff) |
update iptables to v1.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2197 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b9f7d552bf..968f597acb 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include kernelconfig.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.3.3 PKG_RELEASE:=1 -PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b +PKG_MD5SUM:=86d88455520cfdc56fd7ae27897a80a4 PKG_SOURCE_URL:=http://www.netfilter.org/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ |