[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 18 16:13:06 PST 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/48ace6211443c701466c239b3a8d17761fe7c54f

commit 48ace6211443c701466c239b3a8d17761fe7c54f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 19 00:10:18 2022 +0000

    procd: update to git HEAD
    
     a87d010 uxc: remove unused printf parameter
     ad65249 instance: exit in case asprintf() fails
    
    Build with glibc should again work after this commit.
    
    Fixes: e9e61d76fd ("procd: update to git HEAD")
    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 c3ad17c4d1..8f814982bf 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_MIRROR_HASH:=e5c2d4b8aa4253ec60d83821b6834d2e68134644128faca3693fff0bac7d4949
-PKG_SOURCE_DATE:=2022-02-18
-PKG_SOURCE_VERSION:=a839518dcd9804050309ef0221c0587772d49f36
+PKG_MIRROR_HASH:=af4ca76197b89943c85e4e2d27a1036f43337d475971d0041cb525bcbca075c1
+PKG_SOURCE_DATE:=2022-02-19
+PKG_SOURCE_VERSION:=ad652490d47916a27c01e3dd8f9eafcecbb4bc7f
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list