From e3e939d8e624290d14471d913154f4febf3a160b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
Date: Sat, 28 Dec 2019 21:22:04 +0100
Subject: [PATCH] libubox: update to version 2019-12-28
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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>
---
 package/libs/libubox/Makefile | 8 ++++----
 1 file 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
 
-- 
2.30.2