From: Jo-Philipp Wich Date: Fri, 3 Nov 2023 14:13:58 +0000 (+0100) Subject: firewall4: update to latest Git HEAD X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5bb3b5d46ce8e0c91d456bc295c190505b37dbda;p=openwrt%2Fstaging%2Fthess.git firewall4: update to latest Git HEAD 4101dd4 fw4: perform strict validation of zone and set names a923c88 fw4: pass zone to templates whenever possible 597dc90 fw4: add support for zone log_limit 1874050 fw4: add log_limit to rules and redirects 19a8caf ruleset: dispatch ct states using verdict map a5553da ruleset: reduce ksoftirqd load by refering to looopback by numeric id de3483c tests: adjust zone log limit testcases 7392792 ruleset: do not emit redundant drop invalid rules 698a533 ruleset: apply egress MSS fixup later to apply final MTU before wire Signed-off-by: Jo-Philipp Wich --- diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile index 8764f5a401..6a54e28f0c 100644 --- a/package/network/config/firewall4/Makefile +++ b/package/network/config/firewall4/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git -PKG_SOURCE_DATE:=2023-09-01 -PKG_SOURCE_VERSION:=598d9fbb5179667aa0c525040eaa41bc7f2dc015 -PKG_MIRROR_HASH:=038b5b5611425e3c0fcc3ef4a0aea37296733300766d787909a689d16d4f39b4 +PKG_SOURCE_DATE:=2023-11-03 +PKG_SOURCE_VERSION:=698a53354fd280aae097efe08803c0c9a10c14c2 +PKG_MIRROR_HASH:=e38484bffe11a04a67069128aa3b8a8c707ad58c79c0de2785a5d995421457aa PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC