Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1
@ 2024-09-22 17:35 Akhilesh Nema
  2024-09-22 17:47 ` Baruch Siach via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Akhilesh Nema @ 2024-09-22 17:35 UTC (permalink / raw)
  To: buildroot; +Cc: Akhilesh Nema

Changelog - https://curl.se/ch/8.10.1.html

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
---
 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 1d01935501..4817ec11d6 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-8.9.1.tar.xz.asc
+# https://curl.se/download/curl-8.10.1.tar.xz.asc
 # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
+sha256  73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee  curl-8.10.1.tar.xz
 sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 3661cbf5bd..b81e355195 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 8.9.1
+LIBCURL_VERSION = 8.10.1
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
 LIBCURL_SITE = https://curl.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1
  2024-09-22 17:35 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1 Akhilesh Nema
@ 2024-09-22 17:47 ` Baruch Siach via buildroot
  2024-09-22 18:06   ` Yann E. MORIN
  2024-09-22 18:09 ` Yann E. MORIN
  2024-10-12 14:52 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach via buildroot @ 2024-09-22 17:47 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot

Hi Akhilesh Nema,

On Sun, Sep 22 2024, Akhilesh Nema wrote:
> Changelog - https://curl.se/ch/8.10.1.html

Thanks for the patch.

This is almost the same as Bernd's patch:

  https://lore.kernel.org/all/20240917182118.3009727-1-bernd@kuhls.net/

But Bernd noted that this bump fixes a security issue.

baruch

> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> ---
>  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 1d01935501..4817ec11d6 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-8.9.1.tar.xz.asc
> +# https://curl.se/download/curl-8.10.1.tar.xz.asc
>  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
> +sha256  73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee  curl-8.10.1.tar.xz
>  sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 3661cbf5bd..b81e355195 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCURL_VERSION = 8.9.1
> +LIBCURL_VERSION = 8.10.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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1
  2024-09-22 17:47 ` Baruch Siach via buildroot
@ 2024-09-22 18:06   ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2024-09-22 18:06 UTC (permalink / raw)
  To: Baruch Siach; +Cc: Akhilesh Nema, buildroot

Baruch, Akhilesh, All,

On 2024-09-22 20:47 +0300, Baruch Siach via buildroot spake thusly:
> On Sun, Sep 22 2024, Akhilesh Nema wrote:
> > Changelog - https://curl.se/ch/8.10.1.html
> Thanks for the patch.
> This is almost the same as Bernd's patch:
>   https://lore.kernel.org/all/20240917182118.3009727-1-bernd@kuhls.net/
> But Bernd noted that this bump fixes a security issue.

Indeed. I have now applied Bernd's patch, thanks for the heads up!

Regards,
Yann E. MORIN.

> baruch
> 
> > Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> > ---
> >  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 1d01935501..4817ec11d6 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-8.9.1.tar.xz.asc
> > +# https://curl.se/download/curl-8.10.1.tar.xz.asc
> >  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> > -sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
> > +sha256  73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee  curl-8.10.1.tar.xz
> >  sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
> > diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> > index 3661cbf5bd..b81e355195 100644
> > --- a/package/libcurl/libcurl.mk
> > +++ b/package/libcurl/libcurl.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >  
> > -LIBCURL_VERSION = 8.9.1
> > +LIBCURL_VERSION = 8.10.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

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1
  2024-09-22 17:35 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1 Akhilesh Nema
  2024-09-22 17:47 ` Baruch Siach via buildroot
@ 2024-09-22 18:09 ` Yann E. MORIN
  2024-10-12 14:52 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2024-09-22 18:09 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot

Akhilesh, All,

On 2024-09-22 10:35 -0700, Akhilesh Nema spake thusly:
> Changelog - https://curl.se/ch/8.10.1.html
> 
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>

Applied to master, with a rebase after Bernd's security bump to 8.10.0
was applied, 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 1d01935501..4817ec11d6 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-8.9.1.tar.xz.asc
> +# https://curl.se/download/curl-8.10.1.tar.xz.asc
>  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
> +sha256  73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee  curl-8.10.1.tar.xz
>  sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 3661cbf5bd..b81e355195 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCURL_VERSION = 8.9.1
> +LIBCURL_VERSION = 8.10.1
>  LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
>  LIBCURL_SITE = https://curl.se/download
>  LIBCURL_DEPENDENCIES = host-pkgconf \
> -- 
> 2.25.1
> 
> _______________________________________________
> 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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1
  2024-09-22 17:35 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1 Akhilesh Nema
  2024-09-22 17:47 ` Baruch Siach via buildroot
  2024-09-22 18:09 ` Yann E. MORIN
@ 2024-10-12 14:52 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-10-12 14:52 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot

>>>>> "Akhilesh" == Akhilesh Nema <nemaakhilesh@gmail.com> writes:

 > Changelog - https://curl.se/ch/8.10.1.html
 > Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>

Committed to 2024.02.x and 2024.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-12 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-22 17:35 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 8.10.1 Akhilesh Nema
2024-09-22 17:47 ` Baruch Siach via buildroot
2024-09-22 18:06   ` Yann E. MORIN
2024-09-22 18:09 ` Yann E. MORIN
2024-10-12 14:52 ` Peter Korsgaard

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