[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 30 16:54:54 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3e16866f395e5292feb3dca2ee076258acd7f0b1

commit 3e16866f395e5292feb3dca2ee076258acd7f0b1
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Aug 31 00:52:47 2021 +0100

    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 at makrotopia.org>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 0edf586feb..65c76e6d62 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -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



More information about the lede-commits mailing list