Ver código fonte

libnl-tiny: update to the latest version

c42d890 build static library
28c44ca genl_family: explicitly null terminate
                     strncpy destination buffer

This fixes the compilation with gcc 12.

Signed-off-by: Chukun Pan <[email protected]>
Chukun Pan 3 anos atrás
pai
commit
ffd29a55c3
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      package/libs/libnl-tiny/Makefile

+ 3 - 3
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:=2022-05-17
-PKG_SOURCE_VERSION:=b5b2ba09c4f1c8b3c21580aea7223edc2f5e92be
-PKG_MIRROR_HASH:=b957d56aa8c2e7b55184111be69eb8dea734f1feba19e670a91f302459a48a78
+PKG_SOURCE_DATE:=2022-05-23
+PKG_SOURCE_VERSION:=28c44ca97cd546ef8168e7476472a0da022b3421
+PKG_MIRROR_HASH:=66151ac44d70510d9320b6c0e002a3c43c787c2d756d1eaaa3b84b12edd34af5
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=LGPL-2.1