[openwrt/openwrt] uhttpd: update to the latest master

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 5 09:50:03 EDT 2020


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3d167ed805a9300e60f8edcccfd740786b67e671

commit 3d167ed805a9300e60f8edcccfd740786b67e671
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Aug 5 15:49:03 2020 +0200

    uhttpd: update to the latest master
    
    212f836 ubus: rename JSON-RPC format related functions
    628341f ubus: use local "blob_buf" in uh_ubus_handle_request_object()
    9d663e7 ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attribute
    77d345e ubus: drop unused "obj" arguments
    8d9e1fc ubus: parse "call" method params only for relevant call
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 package/network/services/uhttpd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index a595a7738a..88478927cc 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git
-PKG_SOURCE_DATE:=2020-06-03
-PKG_SOURCE_VERSION:=939c281c70ef82929ffcb3cb383fd6fdc40f341b
-PKG_MIRROR_HASH:=4cd16ef955fe32ddb579ec79f3d8f636e7100ccecd95be1991e7e4d317090a54
+PKG_SOURCE_DATE:=2020-08-05
+PKG_SOURCE_VERSION:=212f8364d49c1bc27dd8bdc394fc3615ea9b7ba3
+PKG_MIRROR_HASH:=c717924cd075951846cb8ad271f4754db56af53a271ed0afbdc5a2f482e15f97
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list