rpcd: fix parsing of executable plugin output
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Jul 2014 22:21:04 +0000 (22:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Jul 2014 22:21:04 +0000 (22:21 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41502

package/system/rpcd/Makefile

index 600267ffd7acc4ace543a0acc2cd48766aa69323..41261c9511fd9c70721f7b07e8d858bdd0b8b6e6 100644 (file)
@@ -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>