aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-03-28 13:42:05 +0100
committerPetr Štetiar <ynezz@true.cz>2020-03-28 13:46:37 +0100
commit794fd4c6cf25dfe08ecd63ddd2d105d1fe80b601 (patch)
tree58ee1222b0c2e4136c32460e1b73e52aaa1bf0ce /package/system
parentf5b3cd15395c2617585e36b4acf40999616cc60c (diff)
downloadupstream-794fd4c6cf25dfe08ecd63ddd2d105d1fe80b601.tar.gz
upstream-794fd4c6cf25dfe08ecd63ddd2d105d1fe80b601.tar.bz2
upstream-794fd4c6cf25dfe08ecd63ddd2d105d1fe80b601.zip
procd: turn error into debug message for missing ujail binary
Since commit 557f11b3a20f ("instance: provide error feedback if ujail binary is missing") worrying log spam of the form "unable to find /sbin/jail ..." may be encountered. This corresponds with the changes done in the upstream commit bcb86554f1b4 ("instance: add 'requirejail' attribute"). Ref: https://forum.openwrt.org/t/openwrt-19-07-2-service-release/57066 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/system')
-rw-r--r--package/system/procd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index b5b9cc6e10..03b5dd072e 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:=fe1329f2320f70249727763739da50555e8b02665ecfc8adb15fb25cd954de5b
-PKG_SOURCE_DATE:=2020-01-24
-PKG_SOURCE_VERSION:=31e4b2dfdbd74f7451abf876dd5d9a674af7adfd
+PKG_MIRROR_HASH:=3c818904c62261f973a016397d0eb9f11bf8d01f7ceddb48fcb0e1d59a139d52
+PKG_SOURCE_DATE:=2020-03-07
+PKG_SOURCE_VERSION:=09b9bd828981a4f9271f8906f7b6f5af04e1a6f9
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0