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.18.0 -> 8.19.0
Date: Sat, 14 Mar 2026 19:03:22 +0100	[thread overview]
Message-ID: <20260314180323.2055033-1-christian.melki@t2data.com> (raw)

Mostly bugfixes.
https://curl.se/changes.html#8_19_0

Plugs CVEs:
CVE-2026-3805: use after free in SMB connection reuse
CVE-2026-3784: wrong proxy connection reuse with credentials
CVE-2026-3783: token leak with redirect and netrc
CVE-2026-1965: bad reuse of HTTP Negotiate connection

* License hash changed. Year updates.

* Fix new and removed build options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libcurl.make | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 62d9a8ccb..d15ea064f 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.18.0
-LIBCURL_MD5	:= dae6088bf7af69d3b0a87c762de92248
+LIBCURL_VERSION	:= 8.19.0
+LIBCURL_MD5	:= d5d3581ba4b4df1140a26a6efcf13e61
 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=72f4e9890e99e68d77b7e40703d789b8
+LIBCURL_LICENSE_FILES := file://COPYING;md5=0515352b285b9c3f66464b135c9c0fdc
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -39,7 +39,6 @@ LIBCURL_CONF_OPT	:= \
 	--enable-optimize \
 	--disable-warnings \
 	--disable-werror \
-	--disable-curldebug \
 	--enable-symbol-hiding \
 	--$(call ptx/endis, PTXCONF_LIBCURL_C_ARES)-ares \
 	--enable-rt \
@@ -110,6 +109,7 @@ LIBCURL_CONF_OPT	:= \
 	--without-mbedtls \
 	--without-wolfssl \
 	--without-rustls \
+	--without-apple-sectrust \
 	--with-zlib=$(SYSROOT) \
 	--without-brotli \
 	--without-zstd \
@@ -128,7 +128,6 @@ LIBCURL_CONF_OPT	:= \
 	--without-libidn2 \
 	--without-nghttp2 \
 	--without-ngtcp2 \
-	--without-openssl-quic \
 	--without-nghttp3 \
 	--without-quiche \
 	--without-zsh-functions-dir \
-- 
2.43.0




             reply	other threads:[~2026-03-14 18:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-14 18:03 Christian Melki [this message]
2026-03-14 18:03 ` [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=20260314180323.2055033-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