aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-12 21:22:12 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-12 21:22:12 +0000
commit864d4981538048d12b91b96706bcae7bd3623132 (patch)
treebc9212aa2f42bf026542716a0349a0468c3df7b6 /package/system/rpcd
parente3dfb167cc45da1e9c030d1b289d6d5e4a3becbd (diff)
downloadmaster-187ad058-864d4981538048d12b91b96706bcae7bd3623132.tar.gz
master-187ad058-864d4981538048d12b91b96706bcae7bd3623132.tar.bz2
master-187ad058-864d4981538048d12b91b96706bcae7bd3623132.zip
rpcd: update to the latest version
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 <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40496 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 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 <jow@openwrt.org>