From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] libcurl: Version bump. 8.21.0 -> 8.22.0
Date: Fri, 18 Sep 2026 11:02:12 +0200 [thread overview]
Message-ID: <20260918090212.1691657-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260907164925.2663594-1-christian.melki@t2data.com>
Thanks, applied as c774b2ed99eecfe3675a6592a5d7485ca07c0863.
Michael
[sent from post-receive hook]
On Fri, 18 Sep 2026 11:02:12 +0200, Christian Melki <christian.melki@t2data.com> 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 <christian.melki@t2data.com>
> Message-Id: <20260907164925.2663594-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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 \
prev parent reply other threads:[~2026-09-18 9:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-07 16:49 [ptxdist] [PATCH 1/2] " Christian Melki
2026-09-07 16:49 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki
2026-09-18 9:02 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-09-18 9:02 ` Michael Olbrich [this message]
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=20260918090212.1691657-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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