[source] procd: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 29 07:41:19 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=eed30bc869e5e45814cfc1ebae690153391c0a11
commit eed30bc869e5e45814cfc1ebae690153391c0a11
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jul 29 14:07:09 2016 +0200
procd: update to the latest version
Fixes a long standing design issue in handling of delayed triggers
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/system/procd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 0cc1152..6f5881e 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2016-07-07
+PKG_VERSION:=2016-07-29
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:=02d56c03115276aa4e2203ddbd411c3e587cf08f
+PKG_SOURCE_VERSION:=2c9f5d4af1559b840c42f1443ede9f9fe809c58b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
More information about the lede-commits
mailing list