From: Alexander Couzens Date: Tue, 21 Jul 2026 09:51:44 +0000 (+0200) Subject: libmicrohttpd: update to 1.0.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dcb2c2f692ed607f34e69009faf909d9ff64a70a;p=openwrt-packages.git libmicrohttpd: update to 1.0.10 1.0.10: * Fix race in thread-per-connection mode on wake-up signal * Fix rare assertion failure in relation to suspend-and-resume processing 1.0.9: * Enfocing a minimal size on the PSK. * Fix support for red zones in memorypool. * Fix rare over-writing of HTTP version string * Fix rare crash from adding connection 1.0.8: * Fixing vulnerabilities 1.0.7: * Fixing various vulnerabilities 1.0.6: * Fix various minor issues, like theoretical integer overflows for extreme inputs or NULL 1.0.5: * Also ensuring other HTTP client headers that should be unique are unique. 1.0.4 * Fixed bug where additional "Content-Length" headers were ignored 1.0.3: * Fixed bug in connection list traversal logic that could Signed-off-by: Alexander Couzens --- diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 8b632ec4a..af7c6555e 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_HASH:=df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7 +PKG_HASH:=04bfe8ef75db7d629a33de767599765cecadc56274a39822d5d081030d577685 PKG_MAINTAINER:=Alexander Couzens PKG_LICENSE:=LGPL-2.1-or-later