From: Rafał Miłecki Date: Sun, 24 May 2020 14:30:02 +0000 (+0200) Subject: libubox: update to the latest master X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=a765b063ee3e1dd6519f6a4a9e4d4f72214b33b8;p=openwrt%2Fstaging%2Fluka.git libubox: update to the latest master 5e75160 blobmsg: fix attrs iteration in the blobmsg_check_array_len() eeddf22 tests: runqueue: try to fix race on GitLab CI 89fb613 libubox: runqueue: fix use-after-free bug 1db3e7d libubox: runqueue fix comment in header 7c4ef0d tests: list: add test case for list_empty iterator Signed-off-by: Rafał Miłecki --- diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 2c5c218b21..645cef9008 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git -PKG_MIRROR_HASH:=f3b5c23280016bbe4b825de81cd455507ca817f599c5cd9f888370d9a33f6c9e -PKG_SOURCE_DATE:=2020-02-27 -PKG_SOURCE_VERSION:=7da66430de3fc235bfc6ebb0b85fb90ea246138d +PKG_MIRROR_HASH:=ff027518776db5238006df2c4c609837e52339a9e1081765b47b77f24131c3d8 +PKG_SOURCE_DATE:=2020-05-24 +PKG_SOURCE_VERSION:=5e75160f48785464f9213c6bc8c72b9372c5318b CMAKE_INSTALL:=1 PKG_LICENSE:=ISC