* [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1
@ 2023-03-22 16:24 Peter Seiderer
2023-03-27 18:08 ` Baruch Siach via buildroot
2023-05-06 14:47 ` Yann E. MORIN
0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2023-03-22 16:24 UTC (permalink / raw)
To: buildroot
For details see [1] and [2].
[1] https://curl.se/changes.html#8_0_0
[1] https://curl.se/changes.html#8_0_1
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/libcurl/libcurl.hash | 4 ++--
package/libcurl/libcurl.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index 32b3d0b5e2..8a29e7b977 100644
--- a/package/libcurl/libcurl.hash
+++ b/package/libcurl/libcurl.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://curl.se/download/curl-7.88.1.tar.xz.asc
+# https://curl.se/download/curl-8.0.1.tar.xz.asc
# signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256 1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f curl-7.88.1.tar.xz
+sha256 0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0 curl-8.0.1.tar.xz
sha256 b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524 COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 1a1594a45e..1354e526ad 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBCURL_VERSION = 7.88.1
+LIBCURL_VERSION = 8.0.1
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
LIBCURL_SITE = https://curl.se/download
LIBCURL_DEPENDENCIES = host-pkgconf \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1
2023-03-22 16:24 [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1 Peter Seiderer
@ 2023-03-27 18:08 ` Baruch Siach via buildroot
2023-05-06 14:47 ` Yann E. MORIN
1 sibling, 0 replies; 4+ messages in thread
From: Baruch Siach via buildroot @ 2023-03-27 18:08 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Hi Peter,
On Wed, Mar 22 2023, Peter Seiderer wrote:
> For details see [1] and [2].
>
> [1] https://curl.se/changes.html#8_0_0
> [1] https://curl.se/changes.html#8_0_1
Thanks for the patch.
It is worth noting that this is a security bump fixing CVE-2023-27538,
CVE-2023-27537, CVE-2023-27536, CVE-2023-27535, CVE-2023-27534,
and CVE-2023-27533.
baruch
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/libcurl/libcurl.hash | 4 ++--
> package/libcurl/libcurl.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
> index 32b3d0b5e2..8a29e7b977 100644
> --- a/package/libcurl/libcurl.hash
> +++ b/package/libcurl/libcurl.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after checking pgp signature
> -# https://curl.se/download/curl-7.88.1.tar.xz.asc
> +# https://curl.se/download/curl-8.0.1.tar.xz.asc
> # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256 1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f curl-7.88.1.tar.xz
> +sha256 0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0 curl-8.0.1.tar.xz
> sha256 b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524 COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 1a1594a45e..1354e526ad 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBCURL_VERSION = 7.88.1
> +LIBCURL_VERSION = 8.0.1
> LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
> LIBCURL_SITE = https://curl.se/download
> LIBCURL_DEPENDENCIES = host-pkgconf \
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1
2023-03-22 16:24 [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1 Peter Seiderer
2023-03-27 18:08 ` Baruch Siach via buildroot
@ 2023-05-06 14:47 ` Yann E. MORIN
2023-05-29 7:13 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2023-05-06 14:47 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Peter, All,
Peter K: this is a security fix, maybe candidate for backporting?
On 2023-03-22 17:24 +0100, Peter Seiderer spake thusly:
> For details see [1] and [2].
>
> [1] https://curl.se/changes.html#8_0_0
> [1] https://curl.se/changes.html#8_0_1
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libcurl/libcurl.hash | 4 ++--
> package/libcurl/libcurl.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
> index 32b3d0b5e2..8a29e7b977 100644
> --- a/package/libcurl/libcurl.hash
> +++ b/package/libcurl/libcurl.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after checking pgp signature
> -# https://curl.se/download/curl-7.88.1.tar.xz.asc
> +# https://curl.se/download/curl-8.0.1.tar.xz.asc
> # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256 1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f curl-7.88.1.tar.xz
> +sha256 0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0 curl-8.0.1.tar.xz
> sha256 b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524 COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 1a1594a45e..1354e526ad 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBCURL_VERSION = 7.88.1
> +LIBCURL_VERSION = 8.0.1
> LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
> LIBCURL_SITE = https://curl.se/download
> LIBCURL_DEPENDENCIES = host-pkgconf \
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-29 7:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 16:24 [Buildroot] [PATCH v1] package/libcurl: bump version to 8.0.1 Peter Seiderer
2023-03-27 18:08 ` Baruch Siach via buildroot
2023-05-06 14:47 ` Yann E. MORIN
2023-05-29 7:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox