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

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 12 11:51:35 PST 2022


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

commit 0d1220acdfdc0b73d3d00429175468703f6f7d36
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Feb 11 20:41:23 2022 +0100

    firewall4: update to latest Git HEAD
    
    53caa1a fw4: resolve zone layer 2 devices for hw flow offloading
    9fe58f5 fw4: rework and fix family inheritance logic
    8795296 tests: mocklib: fix infinite recursion in wrapped print()
    281b1bc tests: change mocked wan interface type to PPPoE
    93b710d tests: mocklib: forward compatibility change
    1a94915 fw4: only stage reflection rules if all required addrs are known
    5c21714 fw4: add device iifname/oifname matches to DSCP and MARK rules
    3eacc97 tests: adjust 01_ruleset test case to latest changes
    
    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 36ab8796e2..baf947bc0d 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-02-07.1
-PKG_SOURCE_VERSION:=a0518b6d0273ad3267e65953e52989a1589fefab
-PKG_MIRROR_HASH:=feebf9cbcdf6e5f702edea711c8b36dbaa7609c32e4fe5a2abbf1aa288dc7c6a
+PKG_SOURCE_DATE:=2022-02-12
+PKG_SOURCE_VERSION:=53caa1a762125a71389a486aa913e4fbdf3650cf
+PKG_MIRROR_HASH:=9052a779b12c0c9b21914bf38daf11a2d98879c2f9c9b39f091d7ebb7f0f877b
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list