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

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 24 14:25:26 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4ee77cfcfadcd2b28678a1f3e8e78383b0b21963

commit 4ee77cfcfadcd2b28678a1f3e8e78383b0b21963
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>
---
 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 860b41f1a4..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-06-01
-PKG_SOURCE_VERSION:=d59d732a10a4a2b9f18af6dfc3facf696108f31e
-PKG_MIRROR_HASH:=31caa46ca025a1a7657bd5252d59d4a67d0f1c4b87c15a1bc94663ba3cc899ee
+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