[source] procd: update to the latest version, fixes a few minor service handling issues

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 19 06:33:47 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/0c3de24d927081b6ed75603e87aff0e70a3ee971

commit 0c3de24d927081b6ed75603e87aff0e70a3ee971
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Oct 19 15:33:29 2016 +0200

    procd: update to the latest version, fixes a few minor service handling issues
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 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 fe4dbfb..3c6bfbd 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,16 +8,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procd
-PKG_VERSION:=2016-10-15
+PKG_VERSION:=2016-10-19
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/procd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=d1e14deae2ea28935280c3a2a6609549761619bc
+PKG_SOURCE_VERSION:=d80aaf4dc5ab00d65c0ae40dd7d6006155caa33b
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
-PKG_MIRROR_MD5SUM:=06641ea55df6ab98e714728780b23c60cc9353e0686ec440bf03f0241a63dbaf
+PKG_MIRROR_MD5SUM:=0778e6673125e4190b5c22ff7fbc8afa1978ffe218f88ad66618cc1fca1f0234
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list