diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-03-24 10:14:31 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-03-24 10:15:23 +0100 |
commit | 66f087863391c4cdaaec8e3703acc9f4cf967843 (patch) | |
tree | 8a3d24bcb496496383d1761a219e8ac39d449d98 | |
parent | f84c94060fda7f8400f5ef1d94e072dce98977ad (diff) | |
download | upstream-66f087863391c4cdaaec8e3703acc9f4cf967843.tar.gz upstream-66f087863391c4cdaaec8e3703acc9f4cf967843.tar.bz2 upstream-66f087863391c4cdaaec8e3703acc9f4cf967843.zip |
firewall4: update to the latest version
39e8c70957c7 fw4: fix handling the ipset "comment" option
e6e82a55206c fw4: add further symbolic ICMP type declarations
ce9a37829a76 tests: add testcase for automatic includes
30ee17a9c65d fw4: fix syntax errors in ICMP type declarations
1ecfadd52291 fw4: remove accidentally committed .orig and .rej file
04a06bd70b98 fw4: enable flowtable counters
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-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 bec03b62d4..687d3c8c68 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-11-29 -PKG_SOURCE_VERSION:=700a925fd9c1f1ff404e6b125cd5347ad7c45668 -PKG_MIRROR_HASH:=18fb7a27399bf2e9e094a4cbacd4e859448c1c9194b6da4a78c9f37a642d1703 +PKG_SOURCE_DATE:=2023-03-23 +PKG_SOURCE_VERSION:=04a06bd70b9808b14444cae81a2faba4708ee231 +PKG_MIRROR_HASH:=37c34facb733c50d0fdbfa238765a23e667e4daaae9728aaccbaba87a2a07bb9 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |