From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:09:28 +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 1uF5J2-005PQ8-0Z for lore@lore.pengutronix.de; Wed, 14 May 2025 08:09:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uF5J1-0007eY-TL; Wed, 14 May 2025 08:09:27 +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 1uF5HN-0004wI-U6; Wed, 14 May 2025 08:07:45 +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 1uF5HN-002fAR-0z; Wed, 14 May 2025 08:07:45 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5HN-0025ud-2G; Wed, 14 May 2025 08:07:45 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:07:45 +0200 Message-Id: <20250514060745.499376-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250506125250.2282628-2-ada@thorsis.com> References: <20250506125250.2282628-2-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libmicrohttpd: version bump 0.9.75 -> 0.9.76 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 f1b7d21931d572ee7ead1bef8506a55c6824ddae. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:07:45 +0200, Alexander Dahl wrote: > Mitigates CVE-2023-27371. > > Link: https://lists.gnu.org/archive/html/libmicrohttpd/2023-02/msg00000.html > Signed-off-by: Alexander Dahl > Message-Id: <20250506125250.2282628-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make > index 68952eb8dad0..7ae58000b731 100644 > --- a/rules/libmicrohttpd.make > +++ b/rules/libmicrohttpd.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd > # > # Paths and names > # > -LIBMICROHTTPD_VERSION := 0.9.75 > -LIBMICROHTTPD_MD5 := aff64581937b53f3a23b05216ad2cd02 > +LIBMICROHTTPD_VERSION := 0.9.76 > +LIBMICROHTTPD_MD5 := a9f03510c521964ad40698471351673a > LIBMICROHTTPD := libmicrohttpd-$(LIBMICROHTTPD_VERSION) > LIBMICROHTTPD_SUFFIX := tar.gz > LIBMICROHTTPD_URL := $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX))