[openwrt/openwrt] libubox: update to latest lede-17.01 git HEAD

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 7 07:30:36 PST 2018


jow pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/99342316708307f44262f01b1d574183d82a6e35

commit 99342316708307f44262f01b1d574183d82a6e35
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Jan 7 16:22:21 2018 +0100

    libubox: update to latest lede-17.01 git HEAD
    
    1dafcd7 jshn: properly support JSON "null" type
    6abafba jshn: read and write 64-bit integers
    cfc75c5 runqueue: fix use-after-free bug
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/libs/libubox/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index fa7107e..01b3a32 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=$(LEDE_GIT)/project/libubox.git
-PKG_SOURCE_DATE:=2017-02-24
-PKG_SOURCE_VERSION:=96305a3cafcc9c0df7f189567671bb26ce3eb129
-PKG_MIRROR_HASH:=19dc9f73621a65d1374427160f59e338db45ee6edc30edff6a6fee10dcdfc8b6
+PKG_SOURCE_DATE:=2018-01-07
+PKG_SOURCE_VERSION:=1dafcd7813f147811a6bbdb00eec603fe732aac1
+PKG_MIRROR_HASH:=0bd0f0980cdb01950da4f10bffbb8089ffd76d442fc443b5f8e1aa860b429063
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC



More information about the lede-commits mailing list