diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-12 16:53:18 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-12 16:53:18 +0100 |
commit | 26b80696041beb28deea2efe18e66a8a2a91e650 (patch) | |
tree | 60364dec6c3facb47bb9c8d4310964ddb547090d | |
parent | 3e6e33f52831b6a874401fa779e807a451e56137 (diff) | |
download | upstream-26b80696041beb28deea2efe18e66a8a2a91e650.tar.gz upstream-26b80696041beb28deea2efe18e66a8a2a91e650.tar.bz2 upstream-26b80696041beb28deea2efe18e66a8a2a91e650.zip |
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 <jo@mein.io>
-rw-r--r-- | package/system/rpcd/Makefile | 6 |
1 files 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 <jo@mein.io> -PKG_MIRROR_HASH:=24322b547cb062e9676da51d09de19d1cb9fb07df9e82b2b63fc0f714ec1c14b +PKG_MIRROR_HASH:=1befc5e1793a687e7a37b4f4d611e5f95aef4b79ad4b288c4dcb4c74d212509b PKG_LICENSE:=ISC PKG_LICENSE_FILES:= |