[openwrt/openwrt] procd: update to git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 9 08:42:23 PST 2026
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/361885b1331860f683eb4beeeae1bcac1e05dd40
commit 361885b1331860f683eb4beeeae1bcac1e05dd40
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Feb 9 11:47:39 2026 +0000
procd: update to git HEAD
7e5b324 instance: check length of names when creating cgroups
014f94c procd: jail/cgroups: fix OOB write in cgroups_apply()
e08cdc8 hotplug-dispatch: fix filter disallowing setting PATH
afa4391 service instance: Improve handling of watchdog config changes
52c64d2 service instance: Fix overwriting of watchdog linked list members
96c827f coldplug: fix missing header include
6b10c71 hotplug-dispatch: fix missing header include
58d7aaa initd/coldplug: create /dev/null before running udevtrigger
64f97ff hotplug-dispatch: redirect output to /dev/null
c4e9859 hotplug-dispatch: use stat if d_type is DT_UNKNOWN
bafdfff system: fix arguments validation in ubus handler
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 993b31f0f1..f7b3b07757 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:=1c418d1cba203385b3e5889a83d54ed818cd5817b87f1fb41f7238894a41c908
-PKG_SOURCE_DATE:=2025-10-04
-PKG_SOURCE_VERSION:=3b3501abb63d9aa59ccc20acf5f2c2be48190b25
+PKG_MIRROR_HASH:=118c422a6dd4332c1286314c67692ee039083ecbaadc700e561bb429a7a0732a
+PKG_SOURCE_DATE:=2026-02-09
+PKG_SOURCE_VERSION:=7e5b324cc8fee8a315debd5f8e1e5ea9badc903c
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list