[openwrt/openwrt] procd: update to git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 14 18:55:41 PST 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1e8505ac4e88212106fe78486cfcbe9cae7660f9
commit 1e8505ac4e88212106fe78486cfcbe9cae7660f9
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Nov 13 21:58:38 2024 +0000
procd: update to git HEAD
7330fa5 initd: mount /sys and /proc with MS_RELATIME
Fixes mounting /proc in unpriviledged user namespace.
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 86de4babfd..81e133f55b 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_MIRROR_HASH:=0f494faf2811af6cd7332acda8049ad9713dcabc4b2885dc14acbd9f61920be1
-PKG_SOURCE_DATE:=2024-11-06
-PKG_SOURCE_VERSION:=109fa41b2321506280397e03757976c468832668
+PKG_MIRROR_HASH:=56c5f71da3f68036c63ae59d01992785e74027726da5973297895985cd27c215
+PKG_SOURCE_DATE:=2024-11-13
+PKG_SOURCE_VERSION:=7330fa55c5211eb7b3c675d1c7b8281b69b53553
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list