[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 16 14:05:53 PST 2023


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

commit f0a98bf048bdab981a1c34ba25d3c91989a57c22
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jan 16 22:03:31 2023 +0000

    procd: update to git HEAD
    
     04d7570 jail: fs: don't overwrite existing mount target
     6b9629b jail: don't assume positive return value of creat
     190f13a init: attempt to mount efivarfs
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 2eebe50a4f..56aa9e0b35 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procd
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_MIRROR_HASH:=d60b4aa9d47d75e906dfd812528a1bc28e91f5af72a9d9275056b71b19d99f04
-PKG_SOURCE_DATE:=2022-11-10
-PKG_SOURCE_VERSION:=039b88f75367203e540009cc97603b1bce3fafa6
+PKG_MIRROR_HASH:=75a92c01ef85f41dc7e0b77ac35f464fbe45942af02ca6847516c4ebf574c4a4
+PKG_SOURCE_DATE:=2023-01-16
+PKG_SOURCE_VERSION:=190f13a75e67e0bdb662188da79b8be31e0aae01
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list