[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 15 07:45:17 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/09fccdb99e118b48b0b565a35a7806998c5762e2

commit 09fccdb99e118b48b0b565a35a7806998c5762e2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Aug 15 15:41:50 2021 +0100

    procd: update to git HEAD
    
     040fecc system: fix issues reported by Coverity
     48f481b service: make sure string read is null terminated
     16dbc2a uxc: fix a bunch of issues discovered by Coverity
     ff9002f uxc: fix help output
     104b49d uxc: support config in uvol
    
    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 31e3f04d31..e55d7755eb 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-14
-PKG_SOURCE_VERSION:=2562e2b38d14fb1f337202feb6376fd447f30222
-PKG_MIRROR_HASH:=0b4a7a841d44d51b137713e85188b797016cafe9542bb0323b35e570ef758824
+PKG_SOURCE_DATE:=2021-08-15
+PKG_SOURCE_VERSION:=104b49d6ab25a8cf067e6d8d1f2da7defb9876d4
+PKG_MIRROR_HASH:=d13b566a14e84f6babe8b7d3dfb88e34c3dff0e97d7770d6fe71174685bca628
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list