[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 13 07:20:40 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/79fd87ef9d12c178649648744429ff9ba7a7f0c7

commit 79fd87ef9d12c178649648744429ff9ba7a7f0c7
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jul 13 12:19:08 2020 +0100

    procd: update to git HEAD
    
     aed7fb3 procd: fix compilation with uClibc-ng
     9d0f831 jail: fix segfault with len(uidmap/gidmap) > 1
     42a6217 jail: consider PATH for argv in OCI container
     83f4b72 jail: actually chdir into OCI defined CWD
     fc9f614 jail: parse and run OCI hooks
     02eec92 jail: memory allocation fixes
     71e75f4 jail: refactor mount support to cover OCI spec
     b586e7d jail: don't make mount source read-only
     dacab12 uxc: fix 'stop' command
    
    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 3b88c76144..cbdd38d197 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2020-07-11
-PKG_SOURCE_VERSION:=3034eaf5ceebc3b8d8461680a2cd3c61e796fc7d
-PKG_MIRROR_HASH:=2f8f84c273bda817dcb0513c0d3304af98662c3eb26c9bf266da4508db04011d
+PKG_SOURCE_DATE:=2020-07-13
+PKG_SOURCE_VERSION:=dacab12b301085eac00e84a94e42096de70886e8
+PKG_MIRROR_HASH:=e9c49884ea1dd6554ce057c8ca7fb23bc980939b92e11f43d37b930c29f63dbd
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list