From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 26 May 2023 08:57:58 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q2ROh-00Ej9K-TO for lore@lore.pengutronix.de; Fri, 26 May 2023 08:57:58 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1q2ROf-0001SN-MI; Fri, 26 May 2023 08:57:57 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q2RO7-0001Rt-My; Fri, 26 May 2023 08:57:23 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1q2RO6-002tZ8-T6; Fri, 26 May 2023 08:57:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1q2RO6-0059ET-3O; Fri, 26 May 2023 08:57:22 +0200 Date: Fri, 26 May 2023 08:57:22 +0200 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20230526042927.1858867-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230526042927.1858867-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] libcurl: Version bump. 8.0.1 -> 8.1.1 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: ptxdist@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, May 26, 2023 at 06:29:27AM +0200, Christian Melki wrote: > A slew of changes, mostly bugfixes. > https://curl.se/changes.html#8_1_0 > https://curl.se/changes.html#8_1_1 > > Including plugging four CVE:s. > https://curl.se/docs/vuln-8.0.1.html > CVE-2023-28319 - UAF in SSH sha256 fingerprint check > CVE-2023-28320 - siglongjmp race condition > CVE-2023-28321 - IDN wildcard match > CVE-2023-28322 - more POST-after-PUT confusion > > Due to the rather quick regression fixes in > 8.1.1 over 8.1.0, this patch superseeds the > one I sent previously for 8.0.1 -> 8.1.0. > > Signed-off-by: Christian Melki > --- > rules/libcurl.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index 76dc732b5..4457fb9d1 100644 > --- a/rules/libcurl.make > +++ b/rules/libcurl.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl > # > # Paths and names > # > -LIBCURL_VERSION := 8.0.1 > -LIBCURL_MD5 := f6c2fdeb30ad30234378a56c28350845 > +LIBCURL_VERSION := 8.1.1 > +LIBCURL_MD5 := 229e070c0e3f05ad654a1cf11e0619b7 That's the md5 for 8.1.0. I'll fix it while applying the patch. Michael > LIBCURL := curl-$(LIBCURL_VERSION) > LIBCURL_SUFFIX := tar.xz > LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) > -- > 2.34.1 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |