[openwrt/openwrt] rpcd: update to latest HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 20 05:05:57 PDT 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/99d9c98748695093e9e0f62b45ebb12e624cd7c0

commit 99d9c98748695093e9e0f62b45ebb12e624cd7c0
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Apr 20 14:01:32 2018 +0200

    rpcd: update to latest HEAD
    
    6994c87 uci: fix session delta isolation
    f0f6f81 session: remove redundant key attribute to rpc_session_set()
    3d400c7 session: support reclaiming pending apply session
    eb09f3a session: ignore non-string username attribute upon restore
    edd37f8 uci: add rpc_uci_replace_savedir() helper
    2423162 uci: switch to proper save directory on apply/rollback
    66a9bad uci: fix memory leak in rpc_uci_apply_timeout()
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/system/rpcd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 2dc960e..33e21ff 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -12,10 +12,10 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
-PKG_SOURCE_DATE:=2017-12-07
-PKG_SOURCE_VERSION:=cfe1e75c91bc1bac82e6caab3e652b0ebee59524
+PKG_SOURCE_DATE:=2018-04-20
+PKG_SOURCE_VERSION:=66a9bad1a73bc33c4c5a9a00de8dc8ad35bdfaf1
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
-PKG_MIRROR_HASH:=4857497c88115defbf6add68a37975ed79e8f992e65d7d0df56cd29288dea379
+PKG_MIRROR_HASH:=fb8c511d64137b1e539815fdaebf7e5aa05611dfeab6d003823f40512ef90b3c
 
 PKG_LICENSE:=ISC
 PKG_LICENSE_FILES:=



More information about the lede-commits mailing list