diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2022-01-10 10:19:45 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2022-01-10 11:45:15 +0000 |
commit | e955a083407e075c5576fc60792f24f116f01596 (patch) | |
tree | 6ed03cd74bc95bcb278391d3ce1c2c1447f55ca6 | |
parent | 97f561725962ddb8823b2e01563a0f37f7930477 (diff) | |
download | upstream-e955a083407e075c5576fc60792f24f116f01596.tar.gz upstream-e955a083407e075c5576fc60792f24f116f01596.tar.bz2 upstream-e955a083407e075c5576fc60792f24f116f01596.zip |
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@darbyshire-bryant.me.uk>
-rw-r--r-- | package/network/config/firewall/Makefile | 6 |
1 files 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@mein.io> PKG_LICENSE:=ISC |