All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
@ 2023-02-27 16:10 Peter Korsgaard
  2023-02-28 14:40 ` Peter Korsgaard
  2023-03-14 21:55 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-02-27 16:10 UTC (permalink / raw)
  To: buildroot

Bugfix release fixing a number of issues introduced in 7.88.0:

https://curl.se/changes.html#7_88_1
https://daniel.haxx.se/blog/2023/02/20/7-88-1-the-second-final-one/

Signed-off-by: Peter Korsgaard <peter@korsgaard.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 714b02acb0..32b3d0b5e2 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.0.tar.xz.asc
+# https://curl.se/download/curl-7.88.1.tar.xz.asc
 # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256  fd17432cf28714a4cf39d89e26b8ace0d8901199fe5d01d75eb0ae3bbfcc731f  curl-7.88.0.tar.xz
+sha256  1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f  curl-7.88.1.tar.xz
 sha256  b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524  COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index eb481e4782..1a1594a45e 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 7.88.0
+LIBCURL_VERSION = 7.88.1
 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] 6+ messages in thread

* Re: [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
  2023-02-27 16:10 [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1 Peter Korsgaard
@ 2023-02-28 14:40 ` Peter Korsgaard
  2023-03-14 21:55 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-02-28 14:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Bugfix release fixing a number of issues introduced in 7.88.0:
 > https://curl.se/changes.html#7_88_1
 > https://daniel.haxx.se/blog/2023/02/20/7-88-1-the-second-final-one/

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

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

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

* Re: [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
  2023-02-27 16:10 [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1 Peter Korsgaard
  2023-02-28 14:40 ` Peter Korsgaard
@ 2023-03-14 21:55 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-03-14 21:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Bugfix release fixing a number of issues introduced in 7.88.0:
 > https://curl.se/changes.html#7_88_1
 > https://daniel.haxx.se/blog/2023/02/20/7-88-1-the-second-final-one/

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2022.11.x and 2022.02.x, thanks.

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

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

* Re: [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
  2023-02-28 12:50 ` Baruch Siach via buildroot
@ 2023-02-28 14:41   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-02-28 14:41 UTC (permalink / raw)
  To: Baruch Siach via buildroot; +Cc: Michael Fischer

>>>>> "Baruch" == Baruch Siach via buildroot <buildroot@buildroot.org> writes:

 > Hi Michael,
 > On Tue, Feb 28 2023, Michael Fischer wrote:
 >> Changelog: https://curl.se/changes.html#7_88_1
 >> 
 >> Signed-off-by: Michael Fischer <mf@go-sys.de>

 > There is a pending patch from Peter K doing the same bump:

 >   http://patchwork.ozlabs.org/project/buildroot/patch/20230227161040.2239744-1-peter@korsgaard.com/

yes, applied that and marked this as superseeded.

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

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

* Re: [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
  2023-02-28 12:41 Michael Fischer
@ 2023-02-28 12:50 ` Baruch Siach via buildroot
  2023-02-28 14:41   ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach via buildroot @ 2023-02-28 12:50 UTC (permalink / raw)
  To: Michael Fischer; +Cc: buildroot

Hi Michael,

On Tue, Feb 28 2023, Michael Fischer wrote:
> Changelog: https://curl.se/changes.html#7_88_1
>
> Signed-off-by: Michael Fischer <mf@go-sys.de>

There is a pending patch from Peter K doing the same bump:

  http://patchwork.ozlabs.org/project/buildroot/patch/20230227161040.2239744-1-peter@korsgaard.com/

baruch

> ---
>  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 714b02acb0..32b3d0b5e2 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.0.tar.xz.asc
> +# https://curl.se/download/curl-7.88.1.tar.xz.asc
>  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  fd17432cf28714a4cf39d89e26b8ace0d8901199fe5d01d75eb0ae3bbfcc731f  curl-7.88.0.tar.xz
> +sha256  1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f  curl-7.88.1.tar.xz
>  sha256  b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index eb481e4782..1a1594a45e 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCURL_VERSION = 7.88.0
> +LIBCURL_VERSION = 7.88.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] 6+ messages in thread

* [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1
@ 2023-02-28 12:41 Michael Fischer
  2023-02-28 12:50 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Fischer @ 2023-02-28 12:41 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Fischer

Changelog: https://curl.se/changes.html#7_88_1

Signed-off-by: Michael Fischer <mf@go-sys.de>
---
 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 714b02acb0..32b3d0b5e2 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.0.tar.xz.asc
+# https://curl.se/download/curl-7.88.1.tar.xz.asc
 # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256  fd17432cf28714a4cf39d89e26b8ace0d8901199fe5d01d75eb0ae3bbfcc731f  curl-7.88.0.tar.xz
+sha256  1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f  curl-7.88.1.tar.xz
 sha256  b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524  COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index eb481e4782..1a1594a45e 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 7.88.0
+LIBCURL_VERSION = 7.88.1
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
 LIBCURL_SITE = https://curl.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \
-- 
2.20.1

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

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

end of thread, other threads:[~2023-03-14 21:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 16:10 [Buildroot] [PATCH] package/libcurl: bump version to 7.88.1 Peter Korsgaard
2023-02-28 14:40 ` Peter Korsgaard
2023-03-14 21:55 ` Peter Korsgaard
2023-02-28 12:41 Michael Fischer
2023-02-28 12:50 ` Baruch Siach via buildroot
2023-02-28 14:41   ` Peter Korsgaard

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.