[openwrt/openwrt] libnftnl: update to 1.2.5

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 19 09:01:39 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8d975708fc1a0e426f4f87aac36cf54be5c5dd81

commit 8d975708fc1a0e426f4f87aac36cf54be5c5dd81
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Mar 10 18:48:51 2023 +0100

    libnftnl: update to 1.2.5
    
    Upstream switched to "tar.xz".
    
    Release Notes:
    https://www.spinics.net/lists/netfilter/msg61016.html
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libnftnl/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index 50ad11a2cf..f92fb91eea 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.4
+PKG_VERSION:=1.2.5
 PKG_RELEASE:=$(AUTORELEASE)
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=c0fe233be4cdfd703e7d5977ef8eb63fcbf1d0052b6044e1b23d47ca3562477f
+PKG_HASH:=966de0a8120c8a53db859889749368bfb2cba0c4f0b4c1a30d264eccc45f1226
 
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0-or-later




More information about the lede-commits mailing list