aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-11-27 01:14:31 +0000
committerDaniel Golle <daniel@makrotopia.org>2020-11-27 01:23:43 +0000
commit8cf0ac3f1f6e43f74842d2dcadb845c173d66888 (patch)
tree2417e896d621c77b523c5185ec24647e5ef10271 /package/system/procd
parent7fd3c68137ee0fa4c9f5e7b6f993bd09005f7964 (diff)
downloadupstream-8cf0ac3f1f6e43f74842d2dcadb845c173d66888.tar.gz
upstream-8cf0ac3f1f6e43f74842d2dcadb845c173d66888.tar.bz2
upstream-8cf0ac3f1f6e43f74842d2dcadb845c173d66888.zip
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@makrotopia.org>
Diffstat (limited to 'package/system/procd')
-rw-r--r--package/system/procd/Makefile6
1 files 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