[openwrt/openwrt] firewall4: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 14 15:39:59 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cb24be47ffda12616a0670e9d29a96f9530a19b8

commit cb24be47ffda12616a0670e9d29a96f9530a19b8
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Oct 14 17:32:28 2022 +0200

    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 at mein.io>
---
 package/network/config/firewall4/Makefile | 6 +++---
 1 file 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 at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list