summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:10:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:10:46 +0000
commita6a142caf66a0b1a11b6f515c7b5b11159916a4f (patch)
tree027c7d2b8167e19b542d7f99540d46364d51fb1b /package
parenta9f6941436e83d2f91caf06c13bee86cad309064 (diff)
downloadmaster-31e0f0ae-a6a142caf66a0b1a11b6f515c7b5b11159916a4f.tar.gz
master-31e0f0ae-a6a142caf66a0b1a11b6f515c7b5b11159916a4f.tar.bz2
master-31e0f0ae-a6a142caf66a0b1a11b6f515c7b5b11159916a4f.zip
firewall: respect src_dip option for reflection (#18544)
Also fix wrong IPv4 netmask calculation on x86-64, thanks Ulrich Weber. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43874
Diffstat (limited to 'package')
-rw-r--r--package/network/config/firewall/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index b1d50a19f1..f2ab42928f 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2013-2014 OpenWrt.org
+# Copyright (C) 2013-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-09-19
+PKG_VERSION:=2015-01-08
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:=50e97c52e75bdfd325cf20d43b32d294ff84d92f
+PKG_SOURCE_VERSION:=c03e20d7f594058ff223f30cf34de1b5e8210b8d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=ISC