[openwrt/openwrt] firewall4: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 2 04:11:48 PDT 2023
jow pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/40203cdbde5022ab7244c3a014184dedd013b740
commit 40203cdbde5022ab7244c3a014184dedd013b740
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Sep 1 14:00:47 2023 +0200
firewall4: update to the latest version
23a434d0d15d tests: fix expected test output
840ccdeeabce fw4: avoid emitting invalid rule jump targets
20da9933fd7e fw4: fix another instance of invalid rule jump targets
598d9fbb5179 fw4: remove special cases around hw flow offloading
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(cherry picked from commit 7049ea9e95b0aec461f585523b773e68db3ae304)
---
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 809f3d3f04..8764f5a401 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-03-23
-PKG_SOURCE_VERSION:=04a06bd70b9808b14444cae81a2faba4708ee231
-PKG_MIRROR_HASH:=37c34facb733c50d0fdbfa238765a23e667e4daaae9728aaccbaba87a2a07bb9
+PKG_SOURCE_DATE:=2023-09-01
+PKG_SOURCE_VERSION:=598d9fbb5179667aa0c525040eaa41bc7f2dc015
+PKG_MIRROR_HASH:=038b5b5611425e3c0fcc3ef4a0aea37296733300766d787909a689d16d4f39b4
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list