summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-01-24 08:34:10 +0100
committerPetr Štetiar <ynezz@true.cz>2020-01-24 08:42:24 +0100
commit8038846b62edff5fbe20f6c4cc8050b9fd401f80 (patch)
treefe1f4f150f057fa40efb23dc6dd8308d02a84984
parent4e91c4e1563a6fa2885b316fcce6a27a49c36743 (diff)
downloadopenwrt-8038846b62edff5fbe20f6c4cc8050b9fd401f80.tar.gz
openwrt-8038846b62edff5fbe20f6c4cc8050b9fd401f80.tar.bz2
openwrt-8038846b62edff5fbe20f6c4cc8050b9fd401f80.zip
procd: update to version 2020-01-24
Get only fix backports from openwr-19.07 procd branch: 31e4b2dfdbd7 state: fix reboot causing shutdown inside LXC container 557f11b3a20f instance: provide error feedback if ujail binary is missing 0a11aa405d3f instance: Fix instance_config_move_strdup() function 44dd9419812b instance: fix typo in error message 153820c76471 instance: fix pidfile and seccomp attributes double free Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--package/system/procd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 49849c5a63..b5b9cc6e10 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_RELEASE:=2
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_MIRROR_HASH:=036a42aa87741fa5e587195255c01b6b561bcb7b3858be12e8781949ecb1bda0
-PKG_SOURCE_DATE:=2020-01-04
-PKG_SOURCE_VERSION:=a5af33ce9a16f6aa599f19cc7161e067fab9495d
+PKG_MIRROR_HASH:=fe1329f2320f70249727763739da50555e8b02665ecfc8adb15fb25cd954de5b
+PKG_SOURCE_DATE:=2020-01-24
+PKG_SOURCE_VERSION:=31e4b2dfdbd74f7451abf876dd5d9a674af7adfd
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0