From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 27 Apr 2026 09:46:12 +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 1wHGfU-00GrWk-1W for lore@lore.pengutronix.de; Mon, 27 Apr 2026 09:46:12 +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 1wHGfU-0005nt-8b; Mon, 27 Apr 2026 09:46:12 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wHGfF-0005YY-Bs; Mon, 27 Apr 2026 09:45:57 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wHGfF-007S0G-0Z; Mon, 27 Apr 2026 09:45:57 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wHGfF-00000000DUM-0Vfq; Mon, 27 Apr 2026 09:45:57 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 27 Apr 2026 09:45:57 +0200 Message-ID: <20260427074557.51843-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260417081332.889788-1-ada@thorsis.com> References: <20260417081332.889788-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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: , 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 Thanks, applied as c3d840f57b3fbb6885fe0b72dc68002aef621b8a. Michael [sent from post-receive hook] On Mon, 27 Apr 2026 09:45:57 +0200, Alexander Dahl wrote: > 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 > Message-Id: <20260417081332.889788-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make > index 127f84c7d279..dba5b5e7f8c9 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 > > # ----------------------------------------------------------------------------