diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-05-26 16:23:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-05-26 16:26:28 +0200 |
commit | ff6c3120002158daa682e5c415e40e8b0a804ab1 (patch) | |
tree | e49ce8c70cbc4c1f75d7c07653d3cea923aa2641 | |
parent | aba01f7350b7d2925ed61a76884c4eef2de30fa0 (diff) | |
download | upstream-ff6c3120002158daa682e5c415e40e8b0a804ab1.tar.gz upstream-ff6c3120002158daa682e5c415e40e8b0a804ab1.tar.bz2 upstream-ff6c3120002158daa682e5c415e40e8b0a804ab1.zip |
rpcd: update to latest openwrt-18.06 Git HEAD
7be1f17 file: exec: properly free memory on error
313964c file: avoid closing stdio descriptors in rpc_file_exec_run
cd09c5f file: patch process stdin to /dev/null
efbcedb file: remove unused members from struct rpc_file_exec_context
71b00ab file: rpc_file_exec_run: fix potential memory leak and integer overflow
c7bb956 plugin: fix double free in finish callback
16de3fa plugin: do not free method name separately
29c9c11 exec: properly free memory on rpc_exec() error
5cd4f4e plugin: exec: properly free memory on parse error
d80f70e plugin: fix leaking invoked method name for exec plugins
53a0952 session: deny access if password login is disabled
662d034 uci: reset uci_ptr flags when merging options during section add
dd46d6d uci: free configs list memory on return
abbc302 uci: reset uci_ptr flags when merging set operations
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/system/rpcd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 04155e6f22..70c2fe8cc7 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git -PKG_SOURCE_DATE:=2018-11-28 -PKG_SOURCE_VERSION:=3aa81d0dfae167eccc26203bd0c96f3e3450f253 +PKG_SOURCE_DATE:=2020-05-26 +PKG_SOURCE_VERSION:=7be1f17138f19d1d7a86e0c27b3662d3643ff296 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> -PKG_MIRROR_HASH:=1befc5e1793a687e7a37b4f4d611e5f95aef4b79ad4b288c4dcb4c74d212509b +PKG_MIRROR_HASH:=b427b2be8ebd486edbc88f6e789d1890cbdda1b4f04dcfcc8751f568c3a82674 PKG_LICENSE:=ISC PKG_LICENSE_FILES:= |