[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 6 11:18:12 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/48f2596e780fa577e269d68179441d5edb22d68f

commit 48f2596e780fa577e269d68179441d5edb22d68f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Aug 6 16:16:02 2020 +0100

    procd: update to git HEAD
    
     47a9f0d service: add method to query available container features
     afbaba9 initd: attempt to mount cgroup2
     ead60fe jail: use pidns semantics also for timens
     759e9f8 jail: make use of BLOBMSG_CAST_INT64 for OCI rlimits
     83053b6 instance: add instances into unified cgroup hierarchy
     16159bb jail: parse OCI cgroups resources
     282ff0c jail: only free cgroups if they were allocated
     ab55357 jail: fix freeing cgroups avl
    
    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 4373149ff9..ba4af81a1a 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-07-30
-PKG_SOURCE_VERSION:=2ae5cbcf1d4509837a16eceafca374e9bf0ea850
-PKG_MIRROR_HASH:=479d4a4bfb71ef54300e7b669846e596db7792566302b4d29e3265643d89bce3
+PKG_SOURCE_DATE:=2020-08-06
+PKG_SOURCE_VERSION:=ab55357dfe5bd0edac0b9556a83e69814df791b1
+PKG_MIRROR_HASH:=38c882e105811bcd10b5ce55f91a16a647ed2ad436aec01cd03fda588b7bfca9
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list