procd: update to git HEAD
authorDaniel Golle <daniel@makrotopia.org>
Tue, 2 Feb 2021 13:28:09 +0000 (13:28 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 2 Feb 2021 13:29:36 +0000 (13:29 +0000)
 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@makrotopia.org>
package/system/procd/Makefile

index 60936ba637b6973776e270c1f7f31dc393aaf351..172d8ad72df8d0afb45dde35399002c3bee52492 100644 (file)
@@ -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