summaryrefslogtreecommitdiffstats
path: root/package/network
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
commitcbf50a0ffd7461fe97ea362e14849b0e40f94547 (patch)
tree3e35db9c435e9facf007194b745c4e311e73f667 /package/network
parentda74f722e1fa3651cb3c1d41c3f5c7c8f7e9b05f (diff)
downloadmaster-31e0f0ae-cbf50a0ffd7461fe97ea362e14849b0e40f94547.tar.gz
master-31e0f0ae-cbf50a0ffd7461fe97ea362e14849b0e40f94547.tar.bz2
master-31e0f0ae-cbf50a0ffd7461fe97ea362e14849b0e40f94547.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> SVN-Revision: 42604
Diffstat (limited to 'package/network')
-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>