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

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 1 05:49:12 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/419a7ad2dd20c2895ca74aa767275c919b8336d4

commit 419a7ad2dd20c2895ca74aa767275c919b8336d4
Author: Christian 'Ansuel' Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Jun 1 14:41:46 2022 +0200

    uhttpd: update to latest Git HEAD
    
    d59d732 client: fix compilation error with GCC 12
    51283f9 fix compiler uninitialized variable
    
    Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth at gmail.com>
---
 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..860b41f1a4 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-06-01
+PKG_SOURCE_VERSION:=d59d732a10a4a2b9f18af6dfc3facf696108f31e
+PKG_MIRROR_HASH:=31caa46ca025a1a7657bd5252d59d4a67d0f1c4b87c15a1bc94663ba3cc899ee
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list