From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Sep 2026 11:02:31 +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 1x7UUJ-003VfH-0v for lore@lore.pengutronix.de; Fri, 18 Sep 2026 11:02:31 +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 1x7UUG-000536-At; Fri, 18 Sep 2026 11:02:28 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x7UU1-00041n-75 for ptxdist@pengutronix.de; Fri, 18 Sep 2026 11:02:13 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 2B9F820004A; Fri, 18 Sep 2026 11:02:13 +0200 (CEST) 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 1x7UU1-001XlK-0A; Fri, 18 Sep 2026 11:02:13 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x7UU0-0000000764x-4BMF; Fri, 18 Sep 2026 11:02:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 18 Sep 2026 11:02:12 +0200 Message-ID: <20260918090212.1691657-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260907164925.2663594-1-christian.melki@t2data.com> References: <20260907164925.2663594-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcurl: Version bump. 8.21.0 -> 8.22.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: Christian Melki 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 c774b2ed99eecfe3675a6592a5d7485ca07c0863. Michael [sent from post-receive hook] On Fri, 18 Sep 2026 11:02:12 +0200, Christian Melki wrote: > A bunch of security fixes and bug fixes as usual. > https://curl.se/ch/8.22.0.html > > Plugs CVEs: > CVE-2026-82209: domain-scoped PSL domain cookie > CVE-2026-82208: wolfSSL CA-cache hit overrides callback > CVE-2026-80255: secure cookie attribute bypass with tab > CVE-2026-80231: native CA store conn reuse > CVE-2026-80230: OpenSSL pinning bypass > CVE-2026-80229: OpenSSL provider use-after-free > CVE-2026-19931: Negotiate ambient user conn reuse > CVE-2026-18924: HTTP/2 server push UAF > CVE-2026-13608: OpenLDAP SASL authentication bypass > > * Pin down a few options. I also disabled the new > RFC9421 http message signatures, but someone might actually > be interested in it. Maybe wire it up to a separate config option? > > Signed-off-by: Christian Melki > Message-Id: <20260907164925.2663594-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index 3c5b00adb9cf..12507eeb030b 100644 > --- a/rules/libcurl.make > +++ b/rules/libcurl.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl > # > # Paths and names > # > -LIBCURL_VERSION := 8.21.0 > -LIBCURL_SHA256 := aa1b66a70eace83dc624508745646c08ae561de512ab403adffb93ac87fc72e6 > +LIBCURL_VERSION := 8.22.0 > +LIBCURL_SHA256 := f7ef3ae8a22e521f289803fe93543eb64c329b58aa73a9e224dfd915a2a5f4f7 > LIBCURL := curl-$(LIBCURL_VERSION) > LIBCURL_SUFFIX := tar.xz > LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) > @@ -69,8 +69,10 @@ LIBCURL_CONF_OPT := \ > --enable-libcurl-option \ > --disable-libgcc \ > $(GLOBAL_IPV6_OPTION) \ > + --disable-gssapi-apple \ > --enable-openssl-auto-load-config \ > --disable-versioned-symbols \ > + --disable-apple-fast-udp \ > --disable-windows-unicode \ > --$(call ptx/disen, PTXCONF_LIBCURL_C_ARES)-threaded-resolver \ > --$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \ > @@ -81,8 +83,8 @@ LIBCURL_CONF_OPT := \ > --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-kerberos-auth \ > --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-negotiate-auth \ > --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-aws \ > + --disable-httpsig \ > --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-ntlm \ > - --enable-tls-srp \ > --enable-unix-sockets \ > --$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \ > --enable-socketpair \