procd: update to git HEAD

96d8bf2 trace: fix potential use-after-free occurence
 8eb1d78 initd: fix off-by-one error in mkdev.c
 86f82f3 utils: don't ignore open() return value
 f5fe04b jail: actually check calloc return value
 269c9e4 trace: preload: avoid NULL-dereference here as well

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-08-31 00:52:47 +01:00
parent 25cb37bc00
commit 3e16866f39
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA

View File

@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
PKG_SOURCE_DATE:=2021-08-30
PKG_SOURCE_VERSION:=e5b38fd1298cec50f68b01568fcecf5e626cd286
PKG_MIRROR_HASH:=a836bf84fe16fb6460e8a30f2efbbde43c7f97365132ffc95a068f1082107528
PKG_SOURCE_DATE:=2021-08-31
PKG_SOURCE_VERSION:=269c9e4c7e5b6a726712abf939255980f03266c5
PKG_MIRROR_HASH:=7784c2853c74209e3aeb8e7328dd0024208cc5441afe6a5419c08ba1aee31f62
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0