[openwrt/openwrt] uhttpd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 21 21:54:50 GMT 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/bdfd7f68d0ac30508c98b6e0bc9310c8106c134d

commit bdfd7f68d0ac30508c98b6e0bc9310c8106c134d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Mar 21 22:34:13 2021 +0100

    uhttpd: update to git HEAD
    
    15346de client: Always close connection with request body in case of error
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 1170655f8b792b34f899350cb0272ad94bb2d3e2)
---
 package/network/services/uhttpd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 28a817d2e0..87b3690515 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uhttpd
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git
-PKG_SOURCE_DATE:=2020-11-23
-PKG_SOURCE_VERSION:=f53a63999784bcb7dc513e221f3f25dd3de2f35e
-PKG_MIRROR_HASH:=b2b71f91a3affd1518b2887d2786be30ae0ac5204bbf65c9a84595603847995c
+PKG_SOURCE_DATE:=2021-03-21
+PKG_SOURCE_VERSION:=15346de8d3ba422002496526ee24c62a3601ab8c
+PKG_MIRROR_HASH:=819424d071ed7c8888f9ca66f679907831becc59a67dd4a5ec521d5fba0a3171
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list