diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
commit | 45ab1a31628006af6a1fc5b45c39f64b9a699949 (patch) | |
tree | fea9a9278bb88761cde45827f1ff6ce1adad9ad3 /package/iptables/Makefile | |
parent | fa3c5ac38aed85b86cdf159e59524d5fcb3f70fc (diff) | |
download | upstream-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.gz upstream-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.bz2 upstream-45ab1a31628006af6a1fc5b45c39f64b9a699949.zip |
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)
SVN-Revision: 24345
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 9d6d195fe1..6a4e0541e4 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.9.1 +PKG_VERSION:=1.4.10 PKG_RELEASE:=1 -PKG_MD5SUM:=fbadfb0b5f2dbda49e0ad06a798898e3 +PKG_MD5SUM:=f382fe693f0b59d87bd47bea65eca198 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/ \ |