[openwrt/openwrt] rpcd: bump to latest git HEAD

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 16 19:35:45 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6634fb00dd2720bd2b61e5bc47a12d3954a34c4b

commit 6634fb00dd2720bd2b61e5bc47a12d3954a34c4b
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Tue Mar 14 22:34:48 2023 +0100

    rpcd: bump to latest git HEAD
    
    d978830 rc: add option to get info for a single script in list method
    632b4fc rc: add option to skip running check for list method
    5577db9 rc: add support for scanning USE_PROCD and skip running if not supported
    4de3f02 rc: fix and improve script scanning START and STOP
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/system/rpcd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 70d61fa9ad..6221da8c8e 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rpcd
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
-PKG_MIRROR_HASH:=7038ab08dc67f7440effbf04ab2f083915c819f758ab16b0fbdf846bd3b87773
-PKG_SOURCE_DATE:=2023-01-21
-PKG_SOURCE_VERSION:=c0df2a7af7d6284f4a446de15d0dab17124d9448
+PKG_MIRROR_HASH:=d636b6e08a69578d615b2a294d6ca2c7ef73791de2a8314f1afb741655d8a143
+PKG_SOURCE_DATE:=2023-03-14
+PKG_SOURCE_VERSION:=d97883005ffb5be251872c3e4abe04f71732f9bd
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 
 PKG_LICENSE:=ISC




More information about the lede-commits mailing list