]> git.99rst.org Git - openwrt-packages.git/commitdiff
libmicrohttpd: update to 1.0.10
authorAlexander Couzens <redacted>
Tue, 21 Jul 2026 09:51:44 +0000 (11:51 +0200)
committerAlexander Couzens <redacted>
Sun, 23 Aug 2026 20:06:24 +0000 (22:06 +0200)
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 <redacted>
libs/libmicrohttpd/Makefile

index 8b632ec4a5d5f7002faeb0043f37fbdb25540f97..af7c6555eda6a34249660e672e3a94ca2d12af92 100644 (file)
@@ -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 <lynxis@fe80.eu>
 PKG_LICENSE:=LGPL-2.1-or-later
git clone https://git.99rst.org/PROJECT