All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.82.0
@ 2022-03-13 13:04 Bernd Kuhls
  2022-03-13 18:05 ` Baruch Siach via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2022-03-13 13:04 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber

Changelog: https://curl.se/changes.html

Updated license hash due to copyright year bump:
https://github.com/curl/curl/commit/0409192b1fde6b7a4f09667e80ca5dc555eab3f1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libcurl/libcurl.hash | 6 +++---
 package/libcurl/libcurl.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index 63d6ba306c..4be245041c 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.81.0.tar.xz.asc
+# https://curl.se/download/curl-7.82.0.tar.xz.asc
 # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256  a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3  curl-7.81.0.tar.xz
-sha256  6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7  COPYING
+sha256  0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c  curl-7.82.0.tar.xz
+sha256  321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a  COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 20ebb4f271..863cc268b4 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 7.81.0
+LIBCURL_VERSION = 7.82.0
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
 LIBCURL_SITE = https://curl.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \
-- 
2.30.2

_______________________________________________
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 7.82.0
  2022-03-13 13:04 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.82.0 Bernd Kuhls
@ 2022-03-13 18:05 ` Baruch Siach via buildroot
       [not found] ` <877d8xd8nb.fsf__45952.9784087621$1647195156$gmane$org@tarshish>
  2022-03-23 20:43 ` Arnout Vandecappelle
  2 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach via buildroot @ 2022-03-13 18:05 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Matt Weber, buildroot

Hi Bernd,

On Sun, Mar 13 2022, Bernd Kuhls wrote:
> Changelog: https://curl.se/changes.html
>
> Updated license hash due to copyright year bump:
> https://github.com/curl/curl/commit/0409192b1fde6b7a4f09667e80ca5dc555eab3f1
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Thanks for the bump.

It looks like NSS crypto back-end support requires --with-nss-deprecated
now. Maybe just drop deprecated NSS support?

baruch

> ---
>  package/libcurl/libcurl.hash | 6 +++---
>  package/libcurl/libcurl.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
> index 63d6ba306c..4be245041c 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.81.0.tar.xz.asc
> +# https://curl.se/download/curl-7.82.0.tar.xz.asc
>  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3  curl-7.81.0.tar.xz
> -sha256  6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7  COPYING
> +sha256  0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c  curl-7.82.0.tar.xz
> +sha256  321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 20ebb4f271..863cc268b4 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCURL_VERSION = 7.81.0
> +LIBCURL_VERSION = 7.82.0
>  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 7.82.0
       [not found] ` <877d8xd8nb.fsf__45952.9784087621$1647195156$gmane$org@tarshish>
@ 2022-03-14 19:00   ` Bernd Kuhls
  2022-03-14 19:17     ` Baruch Siach via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2022-03-14 19:00 UTC (permalink / raw)
  To: buildroot

Am Sun, 13 Mar 2022 20:05:45 +0200 schrieb Baruch Siach via buildroot:

> It looks like NSS crypto back-end support requires --with-nss-deprecated
> now. Maybe just drop deprecated NSS support?

Hi Baruch,

curl will drop nss support in August 2022:
https://github.com/curl/curl/blob/master/docs/DEPRECATE.md

Until then why not change the nss configure option?

Regards, Bernd
 

_______________________________________________
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 7.82.0
  2022-03-14 19:00   ` Bernd Kuhls
@ 2022-03-14 19:17     ` Baruch Siach via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach via buildroot @ 2022-03-14 19:17 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hi Bernd,

On Mon, Mar 14 2022, Bernd Kuhls wrote:
> Am Sun, 13 Mar 2022 20:05:45 +0200 schrieb Baruch Siach via buildroot:
>
>> It looks like NSS crypto back-end support requires --with-nss-deprecated
>> now. Maybe just drop deprecated NSS support?
>
> curl will drop nss support in August 2022:
> https://github.com/curl/curl/blob/master/docs/DEPRECATE.md
>
> Until then why not change the nss configure option?

Upstream decision to deprecate NSS support hints that NSS is already not
the best choice for curl crypto back-end. The DEPRECATE.md document
lists specific issues with NSS.

baruch

-- 
                                                     ~. .~   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 7.82.0
  2022-03-13 13:04 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.82.0 Bernd Kuhls
  2022-03-13 18:05 ` Baruch Siach via buildroot
       [not found] ` <877d8xd8nb.fsf__45952.9784087621$1647195156$gmane$org@tarshish>
@ 2022-03-23 20:43 ` Arnout Vandecappelle
  2 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-03-23 20:43 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot; +Cc: Matt Weber



On 13/03/2022 14:04, Bernd Kuhls wrote:
> Changelog: https://curl.se/changes.html
> 
> Updated license hash due to copyright year bump:
> https://github.com/curl/curl/commit/0409192b1fde6b7a4f09667e80ca5dc555eab3f1
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

  Applied to master, after dropping the NSS option entirely, and with an 
explanation in the commit message why we choose that rather than passing 
--with-nss-deprecated.

  Regards,
  Arnout

> ---
>   package/libcurl/libcurl.hash | 6 +++---
>   package/libcurl/libcurl.mk   | 2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
> index 63d6ba306c..4be245041c 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.81.0.tar.xz.asc
> +# https://curl.se/download/curl-7.82.0.tar.xz.asc
>   # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3  curl-7.81.0.tar.xz
> -sha256  6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7  COPYING
> +sha256  0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c  curl-7.82.0.tar.xz
> +sha256  321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 20ebb4f271..863cc268b4 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBCURL_VERSION = 7.81.0
> +LIBCURL_VERSION = 7.82.0
>   LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
>   LIBCURL_SITE = https://curl.se/download
>   LIBCURL_DEPENDENCIES = host-pkgconf \
_______________________________________________
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:[~2022-03-23 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 13:04 [Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.82.0 Bernd Kuhls
2022-03-13 18:05 ` Baruch Siach via buildroot
     [not found] ` <877d8xd8nb.fsf__45952.9784087621$1647195156$gmane$org@tarshish>
2022-03-14 19:00   ` Bernd Kuhls
2022-03-14 19:17     ` Baruch Siach via buildroot
2022-03-23 20:43 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.