aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-09-13 13:24:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-09-13 13:24:32 +0000
commita669fe75526f46325ef42806f0b2657c73fbf2e3 (patch)
tree5c4fb7d3fe2bd46b8768a931c161232aa87fed61 /package/system/rpcd
parentab11eb84ba1769ebdc17284713497125c6a0b8d4 (diff)
downloadmaster-187ad058-a669fe75526f46325ef42806f0b2657c73fbf2e3.tar.gz
master-187ad058-a669fe75526f46325ef42806f0b2657c73fbf2e3.tar.bz2
master-187ad058-a669fe75526f46325ef42806f0b2657c73fbf2e3.zip
rpcd: update to git head
- recalculate session ACLs on reload - support negative access group expressions in /etc/config/rpcd - prevent destryoing the default session - use "ubus_rpc_session" attribute as session identifier to enforce JSON-RPC proxy security git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index f61f93e0c3..93610685eb 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,19 +8,20 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2013-09-11
+PKG_VERSION:=2013-09-13
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=ae63188069e433c20b8add7b0fba636f36551ed0
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)
+PKG_SOURCE_VERSION:=a23010d4072f01aa525e99f726ce49792c908473
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk