[openwrt/openwrt] firewall: update to latest HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 10 04:57:00 PST 2022


ldir pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e955a083407e075c5576fc60792f24f116f01596

commit e955a083407e075c5576fc60792f24f116f01596
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Mon Jan 10 10:19:45 2022 +0000

    firewall: update to latest HEAD
    
    0f16ea5 options.c: add DSCP code LE Least Effort
    24ba465 firewall3: remove redundant syn check
    df1306a firewall3: fix locking issue
    3624c37 firewall3: support table load on access on Linux 5.15+
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
 package/network/config/firewall/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 815e33604c..f0123aa7fb 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -13,9 +13,9 @@ PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
-PKG_SOURCE_DATE:=2021-08-14
-PKG_SOURCE_VERSION:=40e5f6a2bd0b5406eff7e1d2d4f95bbf8f9410a4
-PKG_MIRROR_HASH:=4acd7d3c688d31a07ad871dcdbcd06d975ac86745d9f3a6caed68e694635965c
+PKG_SOURCE_DATE:=2022-01-10
+PKG_SOURCE_VERSION:=0f16ea5f055722a532d4e68c7ba34ed084b48b37
+PKG_MIRROR_HASH:=219478ef95b170b5122030715eac7b3317f2ac4d67e1a936c22a78b10e056123
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list