* [ptxdist] [PATCH] libcurl: Version bump. 8.3.0 -> 8.4.0
@ 2023-10-11 18:02 Christian Melki
2023-10-12 6:22 ` Alexander Dahl
2023-10-18 7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2023-10-11 18:02 UTC (permalink / raw)
To: ptxdist
Mostly smaller fixes.
https://curl.se/changes.html#8_4_0
Plugs two CVEs:
CVE-2023-38546 cookie injection with none file
CVE-2023-38545 SOCKS5 heap buffer overflow
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libcurl.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libcurl.make b/rules/libcurl.make
index ad615bd87..61797e9ae 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
#
# Paths and names
#
-LIBCURL_VERSION := 8.3.0
-LIBCURL_MD5 := 2fc6cf5cefa8b73e3826aa24befdccff
+LIBCURL_VERSION := 8.4.0
+LIBCURL_MD5 := 8424597f247da68b6041dd7f9ca367fe
LIBCURL := curl-$(LIBCURL_VERSION)
LIBCURL_SUFFIX := tar.xz
LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] libcurl: Version bump. 8.3.0 -> 8.4.0
2023-10-11 18:02 [ptxdist] [PATCH] libcurl: Version bump. 8.3.0 -> 8.4.0 Christian Melki
@ 2023-10-12 6:22 ` Alexander Dahl
2023-10-18 7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2023-10-12 6:22 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am Wed, Oct 11, 2023 at 08:02:36PM +0200 schrieb Christian Melki:
> Mostly smaller fixes.
> https://curl.se/changes.html#8_4_0
>
> Plugs two CVEs:
> CVE-2023-38546 cookie injection with none file
> CVE-2023-38545 SOCKS5 heap buffer overflow
For anyone interested, there's a nice read up on that heap overflow in
the blog of the maintainer:
https://daniel.haxx.se/blog/2023/10/11/how-i-made-a-heap-overflow-in-curl/
Greets
Alex
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
> rules/libcurl.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index ad615bd87..61797e9ae 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
> #
> # Paths and names
> #
> -LIBCURL_VERSION := 8.3.0
> -LIBCURL_MD5 := 2fc6cf5cefa8b73e3826aa24befdccff
> +LIBCURL_VERSION := 8.4.0
> +LIBCURL_MD5 := 8424597f247da68b6041dd7f9ca367fe
> LIBCURL := curl-$(LIBCURL_VERSION)
> LIBCURL_SUFFIX := tar.xz
> LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
> --
> 2.34.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] libcurl: Version bump. 8.3.0 -> 8.4.0
2023-10-11 18:02 [ptxdist] [PATCH] libcurl: Version bump. 8.3.0 -> 8.4.0 Christian Melki
2023-10-12 6:22 ` Alexander Dahl
@ 2023-10-18 7:42 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2023-10-18 7:42 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as aefa748d67eb44b63889ab3d5360845cb0f9de0b.
Michael
[sent from post-receive hook]
On Wed, 18 Oct 2023 09:42:57 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly smaller fixes.
> https://curl.se/changes.html#8_4_0
>
> Plugs two CVEs:
> CVE-2023-38546 cookie injection with none file
> CVE-2023-38545 SOCKS5 heap buffer overflow
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231011180236.1768772-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 ad615bd87f1c..61797e9ae52a 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
> #
> # Paths and names
> #
> -LIBCURL_VERSION := 8.3.0
> -LIBCURL_MD5 := 2fc6cf5cefa8b73e3826aa24befdccff
> +LIBCURL_VERSION := 8.4.0
> +LIBCURL_MD5 := 8424597f247da68b6041dd7f9ca367fe
> LIBCURL := curl-$(LIBCURL_VERSION)
> LIBCURL_SUFFIX := tar.xz
> LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-18 7:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 18:02 [ptxdist] [PATCH] libcurl: Version bump. 8.3.0 -> 8.4.0 Christian Melki
2023-10-12 6:22 ` Alexander Dahl
2023-10-18 7:42 ` [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