mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcurl: Version bump. 8.5.0 -> 8.6.0
@ 2024-02-01 19:46 Christian Melki
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-02-01 19:46 UTC (permalink / raw)
  To: ptxdist

The usual. A few enhancements, a bunch of bugfixes.
https://curl.se/changes.html#8_6_0

Plugs CVE:
CVE-2024-0853: OCSP verification bypass with TLS session reuse

* License file changed. Copyright year updates.

* Explicitly disable a new option.

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

diff --git a/rules/libcurl.make b/rules/libcurl.make
index f0c2a74f2..67dc9a634 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.5.0
-LIBCURL_MD5	:= 3e9e5c2db494e7dbd4e7024b149021c9
+LIBCURL_VERSION	:= 8.6.0
+LIBCURL_MD5	:= 8f28f7e08c91cc679a45fccf66184fbc
 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=db8448a1e43eb2125f7740fc397db1f6
+LIBCURL_LICENSE_FILES := file://COPYING;md5=eed2e5088e1ac619c9a1c747da291d75
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -128,6 +128,7 @@ LIBCURL_CONF_OPT	:= \
 	--without-libidn2 \
 	--without-nghttp2 \
 	--without-ngtcp2 \
+	--without-openssl-quic \
 	--without-nghttp3 \
 	--without-quiche \
 	--without-msh3 \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libcurl: Version bump. 8.5.0 -> 8.6.0
  2024-02-01 19:46 [ptxdist] [PATCH] libcurl: Version bump. 8.5.0 -> 8.6.0 Christian Melki
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as f92f5e5df4453051f44085965384e16129c0d26d.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:32 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> The usual. A few enhancements, a bunch of bugfixes.
> https://curl.se/changes.html#8_6_0
> 
> Plugs CVE:
> CVE-2024-0853: OCSP verification bypass with TLS session reuse
> 
> * License file changed. Copyright year updates.
> 
> * Explicitly disable a new option.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240201194642.3151474-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 f0c2a74f2708..67dc9a634203 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -15,15 +15,15 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
>  #
>  # Paths and names
>  #
> -LIBCURL_VERSION	:= 8.5.0
> -LIBCURL_MD5	:= 3e9e5c2db494e7dbd4e7024b149021c9
> +LIBCURL_VERSION	:= 8.6.0
> +LIBCURL_MD5	:= 8f28f7e08c91cc679a45fccf66184fbc
>  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=db8448a1e43eb2125f7740fc397db1f6
> +LIBCURL_LICENSE_FILES := file://COPYING;md5=eed2e5088e1ac619c9a1c747da291d75
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -128,6 +128,7 @@ LIBCURL_CONF_OPT	:= \
>  	--without-libidn2 \
>  	--without-nghttp2 \
>  	--without-ngtcp2 \
> +	--without-openssl-quic \
>  	--without-nghttp3 \
>  	--without-quiche \
>  	--without-msh3 \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-08 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 19:46 [ptxdist] [PATCH] libcurl: Version bump. 8.5.0 -> 8.6.0 Christian Melki
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox