diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-17 10:13:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-17 10:13:42 +0000 |
commit | 966f1ab30128279f7b07acda088f4f3399718867 (patch) | |
tree | 2a9e38cf15c7895ef6d43237cde48b936ed0f2cf /package/system/procd/Makefile | |
parent | ffb050c2ee9e25ca02ccf8e0697bd94a7bf3120f (diff) | |
download | upstream-966f1ab30128279f7b07acda088f4f3399718867.tar.gz upstream-966f1ab30128279f7b07acda088f4f3399718867.tar.bz2 upstream-966f1ab30128279f7b07acda088f4f3399718867.zip |
procd: update to the latest version, fixes /dev/shm permissions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r46013
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46014 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-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 0550fad1fb..d58136533b 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-06-14 +PKG_VERSION:=2015-06-16 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:=9562ce477476a27851ec90cfbf971b8cb41c81a6 +PKG_SOURCE_VERSION:=acb157e638aa93490ca84be381c28643d50d4e4a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |