aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-03 22:21:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-03 22:21:04 +0000
commit9193d6ca9e7f55a31c177e04231a38b87af2152a (patch)
tree9ed16192db4b0eb84ecf1b997e9b4c7c9878134a /package/system/rpcd
parenta287e6f91b105fd1d2ff4cc0d00744a30531922c (diff)
downloadmaster-187ad058-9193d6ca9e7f55a31c177e04231a38b87af2152a.tar.gz
master-187ad058-9193d6ca9e7f55a31c177e04231a38b87af2152a.tar.bz2
master-187ad058-9193d6ca9e7f55a31c177e04231a38b87af2152a.zip
rpcd: fix parsing of executable plugin output
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41502 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 600267ffd7..41261c9511 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2014-06-29
+PKG_VERSION:=2014-07-04
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=3c55504336eb04a779515f0acff8ecbeea4a3d53
+PKG_SOURCE_VERSION:=7fd4564b8acb60254817cb341b84c6468c8c6440
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>