diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2020-05-24 16:30:02 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2020-05-26 11:47:46 +0200 |
commit | a4e8eca03e9df5cfcbf874e87a3ed38d2182e152 (patch) | |
tree | fabd0c34aee3b1b1b0dc97c8b61268228ee4eabc /package | |
parent | 498f1f4f5df2d077ba524f5735906bb52c12d580 (diff) | |
download | upstream-a4e8eca03e9df5cfcbf874e87a3ed38d2182e152.tar.gz upstream-a4e8eca03e9df5cfcbf874e87a3ed38d2182e152.tar.bz2 upstream-a4e8eca03e9df5cfcbf874e87a3ed38d2182e152.zip |
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 <rafal@milecki.pl>
(cherry picked from commit a765b063ee3e1dd6519f6a4a9e4d4f72214b33b8)
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |