[openwrt/openwrt] libubox: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 23 12:57:05 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/5f7d134454371233f8a1c06b65c400fb988bb5c9

commit 5f7d134454371233f8a1c06b65c400fb988bb5c9
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Mar 21 17:57:14 2018 +0100

    libubox: update to the latest version
    
    3aad294 libubox: Plug a small memory leak.
    eebe3fc utils: use constant byte-order conversion
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 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 c838f6c..d5b3978 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_SOURCE_DATE:=2018-02-08
-PKG_SOURCE_VERSION:=bb0c830b2a259b7c5ffa7c309ce9d3004f3c41a1
-PKG_MIRROR_HASH:=25d6a194b0dfdcf85119af90d354e00b8d1c20df94aa0f5ec43cf0399f407298
+PKG_SOURCE_DATE:=2018-03-21
+PKG_SOURCE_VERSION:=eebe3fcd2a5728264faa5ae72bbc38d7bb704c8e
+PKG_MIRROR_HASH:=0becfd63c7b2e039bc2f780f183ebb5d3a5f2721ace25d6e7ea8b3ccdeb1ae5a
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC



More information about the lede-commits mailing list