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>
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
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";;