libnl-tiny: update to latest Git head
authorPetr Štetiar <ynezz@true.cz>
Thu, 14 Nov 2019 20:06:47 +0000 (21:06 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 14 Nov 2019 21:53:31 +0000 (22:53 +0100)
 0219008cc876 remove never used err variable assignment disliked by scan-build
 7ce813fcd667 silence use after the free clang analyzer warning
 1f73b6a8e678 use offsetof macro to make scan-build happy

Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/libs/libnl-tiny/Makefile

index 4fde17a3655e02b8ed529e424a8e0b261d0b83d7..3c5f6d79f46a8e7be3b38afa900ddbd098ccf852 100644 (file)
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git
-PKG_SOURCE_DATE:=2019-10-04
-PKG_SOURCE_VERSION:=0230d0698e596ab2e836abd2459d970b14bacb25
-PKG_MIRROR_HASH:=a2543a577a91fbf9ee7fe662a1e2675da1d65d2f56bba8471a2cfe2ddd1cd46a
+PKG_SOURCE_DATE:=2019-10-29
+PKG_SOURCE_VERSION:=0219008cc8767655d7e747497e8e1133a3e8f840
+PKG_MIRROR_HASH:=b84fab21374c6ddbf992acc4ec1c9c6896b32af97603027ca5c866d69d95780f
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=LGPL-2.1