aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-09-17 22:09:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-09-17 22:09:52 +0000
commit09bc1aee9e252fb7116d15d60d0023f2bf1da7cc (patch)
treebecedcb44b74be32b54eeb2029402495995c4ceb /package/network/config/firewall/Makefile
parent3421f4b3b664bdaf838f7140c451134bac6b1bb6 (diff)
downloadmaster-187ad058-09bc1aee9e252fb7116d15d60d0023f2bf1da7cc.tar.gz
master-187ad058-09bc1aee9e252fb7116d15d60d0023f2bf1da7cc.tar.bz2
master-187ad058-09bc1aee9e252fb7116d15d60d0023f2bf1da7cc.zip
firewall: fix invalid memory access when processing /128 IPv6 addresses from ubus, properly emit REDIRECT rules for local port forwards
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index b353777ad3..a728ef4c9e 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-08-11a
+PKG_VERSION:=2014-09-18
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=8205107ffd31a21c1d4d93eaa7a44d41c6c3c10d
+PKG_SOURCE_VERSION:=10b9190c9d846ae0f9cfd0b0af3d93a99136a40a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>