[openwrt/openwrt] libnl-tiny: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 9 14:20:52 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ffd29a55c31697a69f4ebc59305cd95bda82aae3
commit ffd29a55c31697a69f4ebc59305cd95bda82aae3
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Mon Sep 26 23:09:28 2022 +0800
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 <amadeus at jmu.edu.cn>
---
package/libs/libnl-tiny/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile
index 48df6a4c8c..eee17d22bb 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:=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
More information about the lede-commits
mailing list