[openwrt/openwrt] firewall4: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 8 01:47:05 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1a35ac99905adc35059489d6e19c7de42ef4cc01

commit 1a35ac99905adc35059489d6e19c7de42ef4cc01
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Mar 22 21:09:27 2022 +0100

    firewall4: update to latest Git HEAD
    
    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 at mein.io>
---
 package/network/config/firewall4/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile
index baf947bc0d..4a456e7b04 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-02-12
-PKG_SOURCE_VERSION:=53caa1a762125a71389a486aa913e4fbdf3650cf
-PKG_MIRROR_HASH:=9052a779b12c0c9b21914bf38daf11a2d98879c2f9c9b39f091d7ebb7f0f877b
+PKG_SOURCE_DATE:=2022-04-02
+PKG_SOURCE_VERSION:=a3788839d61742799b6c62f2d8790c464b7374fc
+PKG_MIRROR_HASH:=9b1c5d27d7d0022388693db679f9518216932ed1f39c096e1242c4d9e3fd897a
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at 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
 




More information about the lede-commits mailing list