X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fiptables%2FMakefile;h=83f6152501064dbb9f631f96205f84bba0c72098;hb=782d02ed1b2362ebe110ec5b991c8adddf5850e6;hp=bfd28a16aa452375e66526549a84f86fde0c77c6;hpb=35d1063a759bf86c75d05994e441dd8cd892660f;p=openwrt%2Fopenwrt.git diff --git a/package/iptables/Makefile b/package/iptables/Makefile index bfd28a16aa..83f6152501 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.7 +PKG_VERSION:=1.3.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -18,7 +18,7 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ -PKG_MD5SUM:=dd965bdacbb86ce2a6498829fddda6b7 +PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3 include $(INCLUDE_DIR)/package.mk ifeq ($(DUMP),) @@ -176,6 +176,7 @@ endef define Package/ip6tables $(call Package/iptables/Default) + DEPENDS:=+kmod-ipv6 CATEGORY:=Network TITLE:=IPv6 firewall administration tool endef