[openwrt/openwrt] nftables: update to 1.1.5

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 20 16:21:28 PDT 2025


thess pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/94fea8ea48e160c170014595a9bb5e9790481cb6

commit 94fea8ea48e160c170014595a9bb5e9790481cb6
Author: David Andreoletti <david.andreoletti.dev at gmail.com>
AuthorDate: Mon Sep 15 14:56:15 2025 +0800

    nftables: update to 1.1.5
    
    v1.1.3 introduced a regression now fixed in v1.1.4:
    https://github.com/openwrt/firewall4/pull/68
    
    v1.1.5 fixed a memory leak
    
    Changelog:
    https://netfilter.org/projects/nftables/files/changes-nftables-1.1.4.txt
    https://netfilter.org/projects/nftables/files/changes-nftables-1.1.5.txt
    
    Signed-off-by: David Andreoletti <david.andreoletti.dev at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20055
    Signed-off-by: Ted Hess <thess at kitschensync.net>
---
 package/network/utils/nftables/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 86ab2b7ab9..580979dfb4 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nftables
-PKG_VERSION:=1.1.3
+PKG_VERSION:=1.1.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=9c8a64b59c90b0825e540a9b8fcb9d2d942c636f81ba50199f068fde44f34ed8
+PKG_HASH:=1daf10f322e14fd90a017538aaf2c034d7cc1eb1cc418ded47445d714ea168d4
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list