From: jow Date: Thu, 2 May 2013 13:42:20 +0000 (+0000) Subject: firewall3: update to git head X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=6cee99178079e5fe02f942bc0b05dc50d89e2b25;hp=faf48cc4b1139256789937ed47ee5b3001b15970 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36521 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index 0e9053f1e4..11709e9925 100644 --- a/package/network/config/firewall3/Makefile +++ b/package/network/config/firewall3/Makefile @@ -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