From: Alexander Dahl via ptxdist <ptxdist@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: [ptxdist] [PATCH] libmicrohttpd: version bump 1.0.1 -> 1.0.5
Date: Fri, 17 Apr 2026 10:13:32 +0200 [thread overview]
Message-ID: <20260417081332.889788-1-ada@thorsis.com> (raw)
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
reply other threads:[~2026-04-17 8:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260417081332.889788-1-ada@thorsis.com \
--to=ptxdist@pengutronix.de \
--cc=ada@thorsis.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox