diff options
| author | David Andreoletti | 2025-09-17 07:25:06 +0000 |
|---|---|---|
| committer | Ted Hess | 2025-09-20 22:58:14 +0000 |
| commit | 47155fe5ed645c948e29fb8057f44dd60a960a50 (patch) | |
| tree | 3dc5ea247fa9c3f14b8d02153865e928170a3771 | |
| parent | 94fea8ea48e160c170014595a9bb5e9790481cb6 (diff) | |
| download | openwrt-47155fe5ed645c948e29fb8057f44dd60a960a50.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20055
Signed-off-by: Ted Hess <thess@kitschensync.net>
| -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 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@midlink.org> PKG_LICENSE:=GPL-2.0-or-later |