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

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 13 11:40:28 PST 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7bc18aa2846d5fc4c35bbdf5b3aae486eb485850

commit 7bc18aa2846d5fc4c35bbdf5b3aae486eb485850
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Mon Oct 25 13:27:26 2021 -1000

    firewall4: update to latest Git HEAD
    
    eb0a3ee fw4.uc: Do not quote port ranges
    c5a8e3e tests: adapt test to new ICMP print logic
    
    Also start using $(AUTORELEASE)
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 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 ccf5740466..a4f63a91ee 100644
--- a/package/network/config/firewall4/Makefile
+++ b/package/network/config/firewall4/Makefile
@@ -5,13 +5,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall4
-PKG_RELEASE:=1
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git
-PKG_SOURCE_DATE:=2021-09-01
-PKG_SOURCE_VERSION:=cf835cecc8a449b2d2019f1ef4f085e535d5c1c1
-PKG_MIRROR_HASH:=5798b76846107dde69a2a1ff3467f735b9a91a74106fbd6299d8a26eff70b9c2
+PKG_SOURCE_DATE:=2021-10-25
+PKG_SOURCE_VERSION:=eb0a3ee812d48f1faecbf6258c293e475b4016a0
+PKG_MIRROR_HASH:=46b5bdea13a285dbd1b3432fe8cfd8cb98a2797b86b176d7762e0987ec2f230c
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list