diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-01-09 15:30:24 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-01-09 17:38:18 +0200 |
commit | 0f50d3daff19a1eae513630a70f0c66af16db796 (patch) | |
tree | 4a169c60fd4a475e1e82a6878e5d4423949a4bbc | |
parent | 693958497a8cd55aa2eaba602ac5ab72d23fc1a8 (diff) | |
download | upstream-0f50d3daff19a1eae513630a70f0c66af16db796.tar.gz upstream-0f50d3daff19a1eae513630a70f0c66af16db796.tar.bz2 upstream-0f50d3daff19a1eae513630a70f0c66af16db796.zip |
firewall4: bump to git HEAD
9a509d4 ruleset.uc: consolidate ip and ip6 offload
21f311d ruleset.uc: don't trim newline before comment sign
f121383 tests: enable flow offloading in tests
550df40 tests: add test for unknown defaults option
47c5a5b tests: add test for deprecated rule option
69a89d6 tests: add test for unknown rule option
07579df fw4.uc: handle interface zone option
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-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 c667e530dc..94aa278774 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-01-06 -PKG_SOURCE_VERSION:=b68cf67019452527d6a5a967b823a39dd1ba1edd -PKG_MIRROR_HASH:=8ae8bc8ce71e55adc6d89bd5f97c90834127c733d22e37182119d45eb77c0583 +PKG_SOURCE_DATE:=2022-01-09 +PKG_SOURCE_VERSION:=07579df54f38d75afea44b2a3b41a6d9af9497a1 +PKG_MIRROR_HASH:=3326e5e9fd53fe9f679b62cdada83aea4951aefe95ed6d2b5eca5a4695add45c PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |