From 26b80696041beb28deea2efe18e66a8a2a91e650 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 12 Dec 2018 16:53:18 +0100 Subject: [PATCH] rpcd: update to latest Git head 3aa81d0 file: access exec timeout via daemon ops structure 7235f34 plugin: store pointer to exec timeout value in the ops structure ccd7c0a treewide: rename exec_timeout to rpc_exec_timeout c79ef22 main: fix logic bug when not specifying a timeout option 2cc4b99 file: use global exec timeout instead of own hardcoded limit ecd1660 exec: increase maximum execution time to 120s 41333ab uci: tighten uci reorder operation error handling f91751b uci: tighten uci delete operation error handling c2c612b uci: tighten uci set operation error handling 948bb51 uci: tighten uci add operation error handling 51980c6 uci: reject invalid section and option names Signed-off-by: Jo-Philipp Wich --- 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 754ea9ba05..c82eabfb85 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=$(LEDE_GIT)/project/rpcd.git -PKG_SOURCE_DATE:=2018-05-13 -PKG_SOURCE_VERSION:=820621952d537c49deba470c6f61c40df93f4ba8 +PKG_SOURCE_DATE:=2018-11-28 +PKG_SOURCE_VERSION:=3aa81d0dfae167eccc26203bd0c96f3e3450f253 PKG_MAINTAINER:=Jo-Philipp Wich -PKG_MIRROR_HASH:=24322b547cb062e9676da51d09de19d1cb9fb07df9e82b2b63fc0f714ec1c14b +PKG_MIRROR_HASH:=1befc5e1793a687e7a37b4f4d611e5f95aef4b79ad4b288c4dcb4c74d212509b PKG_LICENSE:=ISC PKG_LICENSE_FILES:= -- 2.30.2