[openwrt/openwrt] libnftnl: update to 1.2.9
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 7 11:50:15 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bce0ad5563417a066cef44ec40bb7077695b1d8b
commit bce0ad5563417a066cef44ec40bb7077695b1d8b
Author: Antony Kolitsos <zeusomighty at hotmail.com>
AuthorDate: Wed Jul 2 21:17:13 2025 -0700
libnftnl: update to 1.2.9
ChangeLog:
https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.9
Signed-off-by: Antony Kolitsos <zeusomighty at hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/19288
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
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 f06b223993..0fced5bbd7 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.8
+PKG_VERSION:=1.2.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=37fea5d6b5c9b08de7920d298de3cdc942e7ae64b1a3e8b880b2d390ae67ad95
+PKG_HASH:=e8c216255e129f26270639fee7775265665a31b11aa920253c3e5d5d62dfc4b8
PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
PKG_LICENSE:=GPL-2.0-or-later
More information about the lede-commits
mailing list