* [ptxdist] [PATCH] libmicrohttpd: version bump 1.0.1 -> 1.0.5
@ 2026-04-17 8:13 Alexander Dahl via ptxdist
0 siblings, 0 replies; only message in thread
From: Alexander Dahl via ptxdist @ 2026-04-17 8:13 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Bugfix releases, excerpt from changelog below:
Thu Apr 16 10:36:54 AM CEST 2026
Released GNU libmicrohttpd 1.0.5.
This is a bugfix release.
It fixes a additional HTTP request smuggling issues (CWE-444).
-- Christian Grothoff
Mon Apr 13 11:42:06 AM CEST 2026
Released GNU libmicrohttpd 1.0.4.
This is a bugfix release.
It fixes a minor HTTP request smuggling issue (CWE-444).
-- Christian Grothoff
Thu Apr 2 12:16:28 AM CEST 2026
Released GNU libmicrohttpd 1.0.3.
This is a bugfix release.
It primarily fixes a list traversal issue that could
cause connection handling issues when other connections
were suspended.
-- Christian Grothoff
Mon Jul 14 2025 05:03:07 PM CEST
Released GNU libmicrohttpd 1.0.2.
This is a bugfix release.
It primarily fixes a double-close() bug on bind() errors.
-- Christian Grothoff
Year 2038 support has a proper option since 1.0.2.
Reorder configure options to reduce configure helper output.
Link: https://lists.gnu.org/archive/html/libmicrohttpd/2026-04/msg00003.html
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/libmicrohttpd.make | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index 127f84c7d..dba5b5e7f 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd
#
# Paths and names
#
-LIBMICROHTTPD_VERSION := 1.0.1
-LIBMICROHTTPD_MD5 := b41c83799a478ea9c774e50ed22446bc
+LIBMICROHTTPD_VERSION := 1.0.5
+LIBMICROHTTPD_MD5 := d86911728a096d833785b88f5625ba40
LIBMICROHTTPD := libmicrohttpd-$(LIBMICROHTTPD_VERSION)
LIBMICROHTTPD_SUFFIX := tar.gz
LIBMICROHTTPD_URL := $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX))
@@ -49,6 +49,7 @@ LIBMICROHTTPD_CONF_ENV := $(CROSS_ENV) \
LIBMICROHTTPD_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--enable-compact-code \
--enable-compiler-hardening \
--enable-linker-hardening \
@@ -61,7 +62,6 @@ LIBMICROHTTPD_CONF_OPT := \
--enable-epoll \
--enable-itc=eventfd \
--disable-curl \
- $(GLOBAL_LARGE_FILE_OPTION) \
--enable-sendfile \
--$(call ptx/endis, PTXCONF_LIBMICROHTTPD_MESSAGES)-messages \
--enable-postprocessor \
@@ -75,6 +75,7 @@ LIBMICROHTTPD_CONF_OPT := \
--enable-asserts \
--disable-sanitizers \
--disable-experimental \
+ --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
--with-threads=posix
# ----------------------------------------------------------------------------
base-commit: fbd5c6b416b72dcd1c269ee1b013f7ddf4d72f67
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-17 8:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-17 8:13 [ptxdist] [PATCH] libmicrohttpd: version bump 1.0.1 -> 1.0.5 Alexander Dahl via ptxdist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox