From fca3f32fe86b4b76d4006c7c1bee4a4defbd2c8f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 12 Apr 2014 21:22:12 +0000 Subject: [PATCH] rpcd: update to the latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is required to make object "session" procedure "access" dump ACLs when no "object" or no "function" parameters are passed. Signed-off-by: Rafał Miłecki SVN-Revision: 40496 --- package/system/rpcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 316b5d69c0..d0035b0c20 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-01-12 +PKG_VERSION:=2014-01-29 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:=0c4e97b4e7b440d02aec3aff9d06c9bc93717571 +PKG_SOURCE_VERSION:=4cc6a9deb8eb65c8771ed56ae9fc950f3efa99c6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich