[openwrt/openwrt] procd: update to git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 2 08:31:47 EST 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/740af59b9c7ee879b6936dd03bf37d37a54dda47
commit 740af59b9c7ee879b6936dd03bf37d37a54dda47
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Feb 2 13:28:09 2021 +0000
procd: update to git HEAD
0aee1c3 hotplug.c: set nl_pid to zero
d6dda31 procd: fix compiler warning
92c8e8f jail: remove duplicate check for hook file permissions
0a74c06 jail: only output BPF instr. table header if debugging
fd18379 jail: cgroups: fix uninitialized variabl
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/system/procd/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 60936ba637..172d8ad72d 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:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2020-12-12
-PKG_SOURCE_VERSION:=7f12c89d0b99a2f04e91b2327e74c049f6362b67
-PKG_MIRROR_HASH:=b71134d96a54327baae532415df430ad91c757c7862c736447f03bd22e2d5ec5
+PKG_SOURCE_DATE:=2021-02-02
+PKG_SOURCE_VERSION:=fd183797bc527a160958a5dee6b5af35646ccc6b
+PKG_MIRROR_HASH:=29c851100a05e077adc12719b867714d38b06e5cfcd84b9485b1cb5552399f2e
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list