summaryrefslogtreecommitdiffstats
path: root/package/system/procd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-06-03 13:59:08 +0000
committerJohn Crispin <john@openwrt.org>2015-06-03 13:59:08 +0000
commit5fe5aeaa723cf37d5b80e56b781a37b41d8bc73a (patch)
tree11be7eb896f4c22abb54900a878deea877459ec3 /package/system/procd/Makefile
parent25756374970b9fc23839d360cb4760ba7bc74c2b (diff)
downloadmaster-31e0f0ae-5fe5aeaa723cf37d5b80e56b781a37b41d8bc73a.tar.gz
master-31e0f0ae-5fe5aeaa723cf37d5b80e56b781a37b41d8bc73a.tar.bz2
master-31e0f0ae-5fe5aeaa723cf37d5b80e56b781a37b41d8bc73a.zip
procd: work around a event race
there is a conceptual design flaw in our interface events. workaround this by disabling duplicate message supression in procd. we need to fix this properly for the next release Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45883
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r--package/system/procd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 44a836c4aa..9d66b0def5 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2015-05-23
+PKG_VERSION:=2015-06-03
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:=a771644fd3a3ac055ec0c62fbe434aed0df002fe
+PKG_SOURCE_VERSION:=94e7ea8b88cb01192a6fb1f1f6a68ada1356763f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1