aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-12-28 21:22:04 +0100
committerPetr Štetiar <ynezz@true.cz>2019-12-28 21:28:09 +0100
commite3e939d8e624290d14471d913154f4febf3a160b (patch)
treea0eb1d66c136ad7292546b3e2e89fc1620a23e75 /package/libs/libubox
parent3fe29ffa7b80f57de7547f2104e05e3be9eb9501 (diff)
downloadupstream-e3e939d8e624290d14471d913154f4febf3a160b.tar.gz
upstream-e3e939d8e624290d14471d913154f4febf3a160b.tar.bz2
upstream-e3e939d8e624290d14471d913154f4febf3a160b.zip
libubox: update to version 2019-12-28
Fixes startup issues of some services in procd and bumps ABI_VERSION to 20191228. Ref: http://lists.infradead.org/pipermail/openwrt-devel/2019-December/020840.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/libs/libubox')
-rw-r--r--package/libs/libubox/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 0e3a433806..24b5b45068 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:=8072cf0ca0b4de23ad91bffae95a1e3a243ca2e4736e114992d5a7ebc2185235
-PKG_SOURCE_DATE:=2019-12-26
-PKG_SOURCE_VERSION:=eb7eb6393d47a918c420f5b287946dbd6c0d5f57
+PKG_MIRROR_HASH:=90511058f49a178a816d520944cddba421f9eb50c319ef1623bed7aa22f94a3a
+PKG_SOURCE_DATE:=2019-12-28
+PKG_SOURCE_VERSION:=cd75136b1342e1e9dabf921be13240c6653640ed
CMAKE_INSTALL:=1
PKG_LICENSE:=ISC
@@ -27,7 +27,7 @@ define Package/libubox
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Basic utility library
- ABI_VERSION:=20191226
+ ABI_VERSION:=20191228
DEPENDS:=
endef