libnl-tiny: update to the latest version

c42d890 build static library
28c44ca genl_family: explicitly null terminate
                     strncpy destination buffer
This commit is contained in:
AmadeusGhost 2022-09-29 23:09:26 +08:00
parent 784361332e
commit 1775dd181c

View File

@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git
PKG_SOURCE_DATE:=2021-11-21 PKG_SOURCE_DATE:=2022-05-23
PKG_SOURCE_VERSION:=8e0555fb39f51a5d6436b4f1370850caa03611ea PKG_SOURCE_VERSION:=28c44ca97cd546ef8168e7476472a0da022b3421
PKG_MIRROR_HASH:=2cfbcc62384535674a2c0157cb24a0736520fcb66ed50be23bf9141c8488885f PKG_MIRROR_HASH:=66151ac44d70510d9320b6c0e002a3c43c787c2d756d1eaaa3b84b12edd34af5
CMAKE_INSTALL:=1 CMAKE_INSTALL:=1
PKG_FLAGS := nonshared PKG_FLAGS := nonshared
@ -29,7 +29,7 @@ define Package/libnl-tiny
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=netlink socket library TITLE:=netlink socket library
ABI_VERSION:=1 ABI_VERSION:=$(PKG_SOURCE_DATE)
endef endef
define Package/libnl-tiny/description define Package/libnl-tiny/description