firewall: Allow IGMP and MLD input on WAN
[openwrt/staging/chunkeey.git] / package / network / config / firewall / Makefile
index e224c928030b7aa03433a1bd0a755a55d291fd6b..315720d93c9289056e7984e34d0bfb04849f78c9 100644 (file)
@@ -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,19 +8,17 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_VERSION:=2014-09-19
+PKG_VERSION:=2015-02-26
 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:=165029cb8c0f1545628f44143aec965e64cef021
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
 PKG_LICENSE:=ISC
 
-PKG_LICENSE:=ISC
-PKG_LICENSE_FILES:=
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk