diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-02 19:18:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-02 19:18:05 +0000 |
commit | b4059dea7f3c84f5b79b86e0bfe51313661a681a (patch) | |
tree | 7944c5d8e2c3c948409cfc95e4f39bad63341c25 /package/system | |
parent | b4e46a807cbe23cabecd1b2f4bf7946623fb135c (diff) | |
download | upstream-b4059dea7f3c84f5b79b86e0bfe51313661a681a.tar.gz upstream-b4059dea7f3c84f5b79b86e0bfe51313661a681a.tar.bz2 upstream-b4059dea7f3c84f5b79b86e0bfe51313661a681a.zip |
procd: update to the latest version, adds support for dumping per-instance service data with an optional type filter
also fixes a crash on stopping a service with triggers after reloading it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41478
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 30bcd2a7f2..6c8a9d23d6 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-06-27 +PKG_VERSION:=2014-07-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8e12022c3d00f8acca4471016d71794988113c34 +PKG_SOURCE_VERSION:=619ec82ececcbe9b9d1ca18ac6bc7c5c68c96825 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |