firewall3: update to git head

- assume "tcp+udp" if no protcol is specified in rules or redirects (#13422, #13386)
	- add support for fwmark matches and mark setting targets

SVN-Revision: 36521
This commit is contained in:
Jo-Philipp Wich 2013-05-02 13:42:20 +00:00
parent 89f9ce944f
commit 4bba31b64c

View file

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall3
PKG_VERSION:=2013-04-24
PKG_VERSION:=2013-05-02
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:=55cad166123faca16c40b25579fd4d49e4b3a380
PKG_SOURCE_VERSION:=8875f2d067b84a40731983fd495f3e0e4daa493b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>