diff options
| author | Antony Kolitsos | 2025-07-03 04:17:13 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-07-07 18:49:25 +0000 |
| commit | bce0ad5563417a066cef44ec40bb7077695b1d8b (patch) | |
| tree | ff0d6bd2ae3d89c0d4b635f2ba9d9e02dff8a289 | |
| parent | 1052ecf65908db317d1a26e91bb61aceadf7bca4 (diff) | |
| download | openwrt-bce0ad5563417a066cef44ec40bb7077695b1d8b.tar.gz | |
libnftnl: update to 1.2.9
ChangeLog:
https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.9
Signed-off-by: Antony Kolitsos <zeusomighty@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/19288
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/libs/libnftnl/Makefile | 4 |
1 files 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@midlink.org> PKG_LICENSE:=GPL-2.0-or-later |