From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Feb 2025 16:04:31 +0100 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 1tixF1-002JGu-2U for lore@lore.pengutronix.de; Fri, 14 Feb 2025 16:04:31 +0100 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 1tixF0-0007Q6-QD; Fri, 14 Feb 2025 16:04:30 +0100 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 1tixEk-0007PI-K1; Fri, 14 Feb 2025 16:04:14 +0100 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 1tixEk-000wCB-0q; Fri, 14 Feb 2025 16:04:14 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tixEk-00GeMt-0g; Fri, 14 Feb 2025 16:04:14 +0100 Date: Fri, 14 Feb 2025 16:04:14 +0100 From: Michael Olbrich To: Christian Melki Message-ID: References: <20250212191856.2665183-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250212191856.2665183-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.11.1 -> 8.12.0 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Wed, Feb 12, 2025 at 08:18:56PM +0100, Christian Melki wrote: > Mostly fixes. > https://curl.se/changes.html#8_12_0 > > Plugs CVEs: > CVE-2025-0725: gzip integer overflow > CVE-2025-0665: eventfd double close > CVE-2025-0167: netrc and default credential leak > > * Copyright year changed in license file. > > * Remove deprecated options. The same thing is missing for host-curl. Michael > Signed-off-by: Christian Melki > --- > rules/libcurl.make | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index 4ce6fe031..87dc7d488 100644 > --- a/rules/libcurl.make > +++ b/rules/libcurl.make > @@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl > # > # Paths and names > # > -LIBCURL_VERSION := 8.11.1 > -LIBCURL_MD5 := 25e65a5156ca4928060b61cb051813db > +LIBCURL_VERSION := 8.12.0 > +LIBCURL_MD5 := 3005f775ce65b301a27f8d43a8c85511 > LIBCURL := curl-$(LIBCURL_VERSION) > LIBCURL_SUFFIX := tar.xz > LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) > LIBCURL_SOURCE := $(SRCDIR)/$(LIBCURL).$(LIBCURL_SUFFIX) > LIBCURL_DIR := $(BUILDDIR)/$(LIBCURL) > LIBCURL_LICENSE := curl > -LIBCURL_LICENSE_FILES := file://COPYING;md5=eed2e5088e1ac619c9a1c747da291d75 > +LIBCURL_LICENSE_FILES := file://COPYING;md5=72f4e9890e99e68d77b7e40703d789b8 > > # ---------------------------------------------------------------------------- > # Prepare > @@ -75,7 +75,6 @@ LIBCURL_CONF_OPT := \ > --disable-versioned-symbols \ > --disable-windows-unicode \ > --$(call ptx/disen, PTXCONF_LIBCURL_C_ARES)-threaded-resolver \ > - --enable-pthreads \ > --$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \ > --disable-sspi \ > --enable-basic-auth \ > @@ -114,7 +113,6 @@ LIBCURL_CONF_OPT := \ > --without-wolfssl \ > --without-bearssl \ > --without-rustls \ > - --without-hyper \ > --with-zlib=$(SYSROOT) \ > --without-brotli \ > --without-zstd \ > -- > 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 |