firewall4: update to latest Git HEAD
authorJo-Philipp Wich <jo@mein.io>
Tue, 22 Mar 2022 20:09:27 +0000 (21:09 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 25 Apr 2022 07:55:23 +0000 (09:55 +0200)
fc83d46 ruleset: set auto-merge directive for interval sets
9bce873 fw4: fix skipping invalid ipset entries
425ea8a fw4: fix applying zone flags for source bound rules
a378883 fw4: fix emitting family specific redirect rules without any addrs
11feddf fw4: bracketize IPv6 addresses in dnat addr:port notation
9972f7d fw4: ensure to capitalize weekday names
fde8070 treewide: forward compatibility changes

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commits 1a35ac99905adc35059489d6e19c7de42ef4cc01 and
 af02a12d7ccb64a3abbd9683dd22275b538f6d50)

package/network/config/firewall4/Makefile

index baf947bc0ded1bbddef362f2302720364450cdd8..c3fde3d4bb83f948443b32634ec638ca5175d9f2 100644 (file)
@@ -9,9 +9,9 @@ PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git
-PKG_SOURCE_DATE:=2022-02-12
-PKG_SOURCE_VERSION:=53caa1a762125a71389a486aa913e4fbdf3650cf
-PKG_MIRROR_HASH:=9052a779b12c0c9b21914bf38daf11a2d98879c2f9c9b39f091d7ebb7f0f877b
+PKG_SOURCE_DATE:=2022-04-21
+PKG_SOURCE_VERSION:=fc83d462621476be3b2861a93ac3a641e3f717c8
+PKG_MIRROR_HASH:=ca0438e04951d2c2ed58ccfca4f4a5b74f7ae96fa5560e98f8d8c5e9d083f451
 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=ISC
 
@@ -26,7 +26,7 @@ define Package/firewall4
        +kmod-nft-nat +kmod-nft-nat6 \
        +nftables-json \
        +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci
-  EXTRA_DEPENDS:=ucode (>= 2022-01-26)
+  EXTRA_DEPENDS:=ucode (>= 2022-03-22)
   PROVIDES:=uci-firewall
 endef