]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
procd: update to Git HEAD (2025-05-28)
authorFelix Fietkau <nbd@nbd.name>
Wed, 28 May 2025 14:55:58 +0000 (16:55 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 29 May 2025 11:32:06 +0000 (13:32 +0200)
37847fee4fe7 instance: convert jail feature flags to bitmap
58b6c3313e07 jail: add flag for passing the udebug socket
a3d6f1f59ff7 jail: add /dev/shm unconditionally

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/system/procd/Makefile
package/system/procd/files/procd.sh

index 0e9097f6ad0d1babc507854ab8d7f34e03b874fd..acd17b1b16758899b37d1e040da07287f060251a 100644 (file)
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_MIRROR_HASH:=6c3cbc18ac23f925199308e40e78b423858d3abe3a396078fbd142996d266642
-PKG_SOURCE_DATE:=2025-03-13
-PKG_SOURCE_VERSION:=891094aefcb28a376a43b7c539f599a8e0987e4d
+PKG_MIRROR_HASH:=74e0826641d6120237f96c99c10b6beb83711374578d0541c6df78160781f6b6
+PKG_SOURCE_DATE:=2025-05-28
+PKG_SOURCE_VERSION:=a3d6f1f59ff73cdb384ffde14049f841384968c9
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0
index 0f9405a2220007fc6225e3d3fa45dff5d6c578d3..03b0336a692329ebd3e6ccc5e85f473c2d39a746 100644 (file)
@@ -193,6 +193,7 @@ _procd_add_jail() {
                case $a in
                log)    json_add_boolean "log" "1";;
                ubus)   json_add_boolean "ubus" "1";;
+               udebug) json_add_boolean "udebug" "1";;
                procfs) json_add_boolean "procfs" "1";;
                sysfs)  json_add_boolean "sysfs" "1";;
                ronly)  json_add_boolean "ronly" "1";;