[openwrt/openwrt] uhttpd: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 25 02:05:43 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/f92ac40ebd126e7f00d9b40c9ee638c297093f9d

commit f92ac40ebd126e7f00d9b40c9ee638c297093f9d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Aug 12 21:24:26 2022 +0200

    uhttpd: update to latest Git HEAD
    
    e3395cd ucode: initialize search path before VM init
    8cb3f85 ucode: initialize default library search path
    188dea2 utils: accept '?' as path terminator in uh_path_match()
    c5eac5d file: support using dynamic script handlers as error pages
    290ff88 relay: trigger close if in header read state with pending data
    f9db538 ucode: ignore exit exceptions
    8ba0b64 cmake: use variables and find_library for dependency
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
    (backported from commit 4ee77cfcfadcd2b28678a1f3e8e78383b0b21963)
---
 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 616f92a0cb..36331857fb 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:=2022-02-07
-PKG_SOURCE_VERSION:=2f8b1360df25bab375ec60bbba2dce8dd796161c
-PKG_MIRROR_HASH:=fe9c57492e4da493e9955994d1af6cf0086305633fa8febef7ab6df10c4798fa
+PKG_SOURCE_DATE:=2022-08-12
+PKG_SOURCE_VERSION:=e3395cd90bed9b7b9fc319e79528fedcc0d947fe
+PKG_MIRROR_HASH:=14e9df9f85c406b8abbb14427e5f678383782500c549d842c0481cd954fc4ea3
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list