[openwrt/openwrt] firewall4: update to Git HEAD (2024-05-21)
LEDE Commits
lede-commits at lists.infradead.org
Mon May 20 23:59:37 PDT 2024
jow pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/61330ddef839bf2d03ff651dfa48c88e73b37e3e
commit 61330ddef839bf2d03ff651dfa48c88e73b37e3e
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue May 21 08:59:13 2024 +0200
firewall4: update to Git HEAD (2024-05-21)
4c01d1ebf99e fw4: substitute double quotes in strings
Fixes: https://github.com/openwrt/luci/issues/7091
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
package/network/config/firewall4/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile
index 365a363303..6aacc05e36 100644
--- a/package/network/config/firewall4/Makefile
+++ b/package/network/config/firewall4/Makefile
@@ -9,9 +9,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git
-PKG_SOURCE_DATE:=2023-11-03
-PKG_SOURCE_VERSION:=698a53354fd280aae097efe08803c0c9a10c14c2
-PKG_MIRROR_HASH:=736b3d03cf0db1170242de20776b0095cc37d260108e4313f84eafb46b1be711
+PKG_SOURCE_DATE:=2024-05-21
+PKG_SOURCE_VERSION:=4c01d1ebf99e8ecfa69758a9b4f450ecef7b93cd
+PKG_MIRROR_HASH:=bbc5622bc03e3b43116fcc86e3fa2d2372bfc07b3a00d2b3a6efac4f7454a403
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list