[openwrt/openwrt] libnl-tiny: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Mon May 23 05:12:57 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/242b347204430a71b1a959d3648b46d903e12ca9

commit 242b347204430a71b1a959d3648b46d903e12ca9
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue May 17 20:17:11 2022 +0200

    libnl-tiny: update to the latest version
    
    b5b2ba09c4f1 netlink: add NLA_F_NESTED to all nested attributes
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/libnl-tiny/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile
index 317d24b4d3..48df6a4c8c 100644
--- a/package/libs/libnl-tiny/Makefile
+++ b/package/libs/libnl-tiny/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git
-PKG_SOURCE_DATE:=2021-11-21
-PKG_SOURCE_VERSION:=8e0555fb39f51a5d6436b4f1370850caa03611ea
-PKG_MIRROR_HASH:=2cfbcc62384535674a2c0157cb24a0736520fcb66ed50be23bf9141c8488885f
+PKG_SOURCE_DATE:=2022-05-17
+PKG_SOURCE_VERSION:=b5b2ba09c4f1c8b3c21580aea7223edc2f5e92be
+PKG_MIRROR_HASH:=b957d56aa8c2e7b55184111be69eb8dea734f1feba19e670a91f302459a48a78
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=LGPL-2.1
@@ -27,7 +27,7 @@ define Package/libnl-tiny
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=netlink socket library
-  ABI_VERSION:=1
+  ABI_VERSION:=$(PKG_SOURCE_DATE)
 endef
 
 define Package/libnl-tiny/description




More information about the lede-commits mailing list