[openwrt/openwrt] firewall: update to Git HEAD (2024-10-18)

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 17 23:03:51 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f9f2dd1d93082d216135b6da891945d0331787d6

commit f9f2dd1d93082d216135b6da891945d0331787d6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Oct 18 08:03:21 2024 +0200

    firewall: update to Git HEAD (2024-10-18)
    
    ffba75c9cd8f iptables: free xtables_match if found in need_protomatch
    bf1d5fdf6234 iptables: fix regression with unintended free in need_protomatch
    1aef9791a21e defaults.c: fix ipv6 flow offloading
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/firewall/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index c4bf73f07d..a4b17f0b53 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -9,13 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_RELEASE:=3
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
-PKG_SOURCE_DATE:=2022-02-17
-PKG_SOURCE_VERSION:=4cd7d4f36bea731bf901cb067456f1d460294926
-PKG_MIRROR_HASH:=d48a1937328b4a46b4771839d7f281a0e95e024169caa02253fc216a0907d0b9
+PKG_SOURCE_DATE:=2024-10-18
+PKG_SOURCE_VERSION:=1aef9791a21e3d15d4357060f09a7bb9ed3d6e4e
+PKG_MIRROR_HASH:=61a4f03a34edf5bf25c13b7ae04e4be40ecbaebff77b9f2d1e730dcaa2c77143
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list