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

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 18 02:27:21 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/f1d7f1c70f4c834a97377af0a806d0cff907d99a

commit f1d7f1c70f4c834a97377af0a806d0cff907d99a
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Oct 18 09:44:42 2022 +0200

    firewall4: update to latest Git HEAD
    
    7ae5e14 fw4: gracefully handle `null` return values from `fd.read("line")`
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
    (cherry picked from commit 5e2e048c0e7c16d7967ec7a0cd8a9c01aa0f12b1)
---
 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 58ed13309b..47c2cc5bf3 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-10-14
-PKG_SOURCE_VERSION:=4fbf6d75a4a9e523d1848a28d8a3ea095e870195
-PKG_MIRROR_HASH:=d8ffb01baf0c8412962aaaf504ad05387f3fef5bd709f7b7840ddd4e8311b4bb
+PKG_SOURCE_DATE:=2022-10-18
+PKG_SOURCE_VERSION:=7ae5e14bbd7265cc67ec870c3bb0c8e197bb7ca9
+PKG_MIRROR_HASH:=ce190e526df915df65b40aa24fadf2a1b5badc57ab4e564d5f44575b11d18e26
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list