mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.21.0 -> 8.22.0
Date: Mon,  7 Sep 2026 18:49:24 +0200	[thread overview]
Message-ID: <20260907164925.2663594-1-christian.melki@t2data.com> (raw)

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 <christian.melki@t2data.com>
---
 rules/libcurl.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 3c5b00adb..12507eeb0 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 \
-- 
2.43.0




             reply	other threads:[~2026-09-07 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07 16:49 Christian Melki [this message]
2026-09-07 16:49 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260907164925.2663594-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox