rpcd: fix session.{login,list,destroy} method signatures
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Feb 2015 12:54:29 +0000 (12:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Feb 2015 12:54:29 +0000 (12:54 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44362

package/system/rpcd/Makefile

index ad6fb7b28eab67686a65f7108b142e27c1cab7b8..0694ae5afd0a5b3d855edefb3feef9693fa5dac7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2014 OpenWrt.org
+# Copyright (C) 2013-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rpcd
-PKG_VERSION:=2014-10-20
+PKG_VERSION:=2015-02-09
 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:=d99e8adc4fbcf9e7a0b36df05ee1bccbedd45a2a
+PKG_SOURCE_VERSION:=7b7f254682d24aee497a545a3e20cdaf7cec4f22
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>