Author: nbd Date: 2014-07-02 21:18:05 +0200 (Wed, 02 Jul 2014) New Revision: 41478
Modified: trunk/package/system/procd/Makefile Log: 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 <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2014-07-02 18:52:36 UTC (rev 41477) +++ trunk/package/system/procd/Makefile 2014-07-02 19:18:05 UTC (rev 41478) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
