[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 26 20:25:04 EST 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8cf0ac3f1f6e43f74842d2dcadb845c173d66888

commit 8cf0ac3f1f6e43f74842d2dcadb845c173d66888
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Nov 27 01:14:31 2020 +0000

    procd: update to git HEAD
    
     3019f50 jail: leak less memory
     7e01453 jail: fix segfault on missing name and refactor
     5abee8f jail: fix and simplify userns uid/gid maps from OCI
     4ba72ec jail: relax /etc/resolv.conf creation
     db5ef86 jail: don't use NULL arguments for mount syscall
     19ac9df jail: don't fail if can't mount-bind /etc/resolv.conf
     acf36f2 jail: seteuid before clone(CLONE_NEWUSER)
     e40828f jail: fix typo in usage output
     b87984b jail: don't attempt to mount /sys with noatime
     b275b11 jail: enter existing cgroups namespace if given
     31e0a46 jail: properly initialize timens_fd
    
    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 ae7c018ea8..aa68b37f41 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2020-11-23
-PKG_SOURCE_VERSION:=e935c0c043b12415fa36aca01cfc757cadb9fac4
-PKG_MIRROR_HASH:=6bb79a7b5c87afbfc7227758cffbebcc5c9752e791bb5a39280a9aebd159250b
+PKG_SOURCE_DATE:=2020-11-27
+PKG_SOURCE_VERSION:=31e0a46ded22a517c03cb899f890207f0db75fb8
+PKG_MIRROR_HASH:=66014cf40e87f45b3dce23b10ed0218fc458ec620e6ab1fd33e4af0c2aca2442
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list