[openwrt/openwrt] libnftnl: update to 1.3.0

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


thess pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/47155fe5ed645c948e29fb8057f44dd60a960a50

commit 47155fe5ed645c948e29fb8057f44dd60a960a50
Author: David Andreoletti <david.andreoletti.dev at gmail.com>
AuthorDate: Wed Sep 17 15:25:06 2025 +0800

    libnftnl: update to 1.3.0
    
    Changelog: https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.3.0
    
    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/libs/libnftnl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 0fced5bbd7..117a8b4f9d 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnftnl
 PKG_CPE_ID:=cpe:/a:netfilter:libnftnl
-PKG_VERSION:=1.2.9
+PKG_VERSION:=1.3.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=e8c216255e129f26270639fee7775265665a31b11aa920253c3e5d5d62dfc4b8
+PKG_HASH:=0f4be47a8bb8b77a350ee58cbd4b5fae6260ad486a527706ab15cfe1dd55a3c4
 
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0-or-later




More information about the lede-commits mailing list