[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 24 10:50:19 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/76f46f4105ae33d0e4bb2348b5998746000658cd

commit 76f46f4105ae33d0e4bb2348b5998746000658cd
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Aug 24 18:48:35 2021 +0100

    procd: update to git HEAD
    
     8a8306d uxc.c: fix coverity resource leak warning
     7f2398e jail: devices: create parent folder when creating devices
     0603c8d jail: return to hook callback instead of just calling it
     3edb7eb jail: check return value when opening console
     af048a3 jail: use portable sizeof(void *)
     6010bd3 utils: make sure read() string is 0 terminated
     f6daca3 uxc: free string returned by blobmsg_format_json_indent()
     51f1cd2 trace: free string returned by blobmsg_format_json_indent()
     d716cb5 trace: handle open() return value and make sure string is terminated
     b824a89 jail: preload: avoid NULL-dereference in case things go wrong
     167dc24 jail: protect against strcat buffer overflows
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 98f1ed1775..b202afff8a 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2021-08-15
-PKG_SOURCE_VERSION:=104b49d6ab25a8cf067e6d8d1f2da7defb9876d4
-PKG_MIRROR_HASH:=d13b566a14e84f6babe8b7d3dfb88e34c3dff0e97d7770d6fe71174685bca628
+PKG_SOURCE_DATE:=2021-08-23
+PKG_SOURCE_VERSION:=167dc249b0a55fdb973afbd797059a3880bb7aea
+PKG_MIRROR_HASH:=fdb5206f41a8e74710abaca3a26bb2276a5eb0e9fb14672c6685950d18ba3775
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list