diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-14 17:32:28 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-15 00:39:48 +0200 |
commit | cb24be47ffda12616a0670e9d29a96f9530a19b8 (patch) | |
tree | 15febfa154f1e7cd9d8f2a8aed585c8863f89a31 /package/network/config | |
parent | 5110dcb1fa44fc1aac737c63b31474daa471de89 (diff) | |
download | upstream-cb24be47ffda12616a0670e9d29a96f9530a19b8.tar.gz upstream-cb24be47ffda12616a0670e9d29a96f9530a19b8.tar.bz2 upstream-cb24be47ffda12616a0670e9d29a96f9530a19b8.zip |
firewall4: update to latest Git HEAD
4fbf6d7 ruleset.uc: log forwarded traffic not matched by zone policies
c7201a3 main.uc: reintroduce set reload restriction
756f1e2 ruleset: fix emitting set_mark/set_xmark rules with masks
3db4741 ruleset: properly handle zone names starting with a digit
43d8ef5 fw4: fix formatting of default log prefix
592ba45 main.uc: remove uneeded/wrong set reload restrictions
b0a6bff tests: fix testcases
145e159 fw4: recognize `option log` and `option counter` in `config nat` sections
ce050a8 fw4: fall back to device if l3_device is not available in ifstatus
Fixes: #10639, #10965
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/firewall4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile index 87510d59af..58ed13309b 100644 --- a/package/network/config/firewall4/Makefile +++ b/package/network/config/firewall4/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git -PKG_SOURCE_DATE:=2022-09-01 -PKG_SOURCE_VERSION:=f5fcdcf2c51f6f0a4b116c352000c4fe0523be77 -PKG_MIRROR_HASH:=57ef6f161abdd323019c026c959ab875fdfd3c972b8dc7767623634b1c259138 +PKG_SOURCE_DATE:=2022-10-14 +PKG_SOURCE_VERSION:=4fbf6d75a4a9e523d1848a28d8a3ea095e870195 +PKG_MIRROR_HASH:=d8ffb01baf0c8412962aaaf504ad05387f3fef5bd709f7b7840ddd4e8311b4bb PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |