From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Apr 2026 10:13:40 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wDeKa-00D7KN-2i for lore@lore.pengutronix.de; Fri, 17 Apr 2026 10:13:40 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wDeKa-0002ob-Ns; Fri, 17 Apr 2026 10:13:40 +0200 Received: from mail.thorsis.com ([2003:a:e28:26e4::10]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wDeKU-0002oS-6O for ptxdist@pengutronix.de; Fri, 17 Apr 2026 10:13:34 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 028E814836F5 for ; Fri, 17 Apr 2026 10:13:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1776413613; h=from:subject:date:message-id:to:mime-version: content-transfer-encoding; bh=54NkceFNN4c42tyhqpeR7bcGGe4rCasXUNlcGZp8voY=; b=l2nSc5mRhlG7I6SrZ03M0TNoFuTK7IoMiWEBxbiI0m1BPYUCx8E9M0U0Bxn7VUztErw8RE iA88upLTuszpUxxCxBH53lURBdrsL1WOVVuiYI13WwnqYQKf70+zTSpUP45tW//hoK90bQ Ri/s35Er7a7v5Kc/Xx3Db+wbJMLTagFtaZsm5JobSZr5Iw8dfX0ymxj4EVQjtsC9Ox5qaA dXSKl+h5fH+8JAGuwJHpiIyEVFQ4IC2pneMRkowKTtoGXJYoDdSp1ESqKbwpEE/vfZnqxP EU/irWaFq9owyoJoARLED+iZM1pKWN2HHBRvCTnoON+8KVwEwdkBv8i4BsVlPQ== To: ptxdist@pengutronix.de Date: Fri, 17 Apr 2026 10:13:32 +0200 Message-ID: <20260417081332.889788-1-ada@thorsis.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] libmicrohttpd: version bump 1.0.1 -> 1.0.5 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Alexander Dahl via ptxdist Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- 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