All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
@ 2019-11-07 21:10 Thomas Petazzoni
  2019-11-18  7:58 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2019-11-07 21:10 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

[Thomas: cherry-picked to master as it fixes a build issue with the
musl C library:
 output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function ???getprogname???:
 output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2: error: #error "Cannot emulate getprogname"
 #error "Cannot emulate getprogname"]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/libressl/libressl.hash | 2 +-
 package/libressl/libressl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libressl/libressl.hash b/package/libressl/libressl.hash
index e3e5dbe00b..fcecc2b434 100644
--- a/package/libressl/libressl.hash
+++ b/package/libressl/libressl.hash
@@ -1,4 +1,4 @@
 # From https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/SHA256
-sha256 c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4  libressl-2.9.2.tar.gz
+sha256 df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e  libressl-3.0.2.tar.gz
 # Locally computed
 sha256 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
index 2d0f6fc50f..c2491bb3a9 100644
--- a/package/libressl/libressl.mk
+++ b/package/libressl/libressl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBRESSL_VERSION = 2.9.2
+LIBRESSL_VERSION = 3.0.2
 LIBRESSL_SITE = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL
 LIBRESSL_LICENSE = ISC (new additions), OpenSSL or SSLeay (original OpenSSL code)
 LIBRESSL_LICENSE_FILES = COPYING

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
  2019-11-07 21:10 [Buildroot] [git commit] package/libressl: bump to version 3.0.2 Thomas Petazzoni
@ 2019-11-18  7:58 ` Peter Korsgaard
  2019-11-18  8:06   ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2019-11-18  7:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

 > [Thomas: cherry-picked to master as it fixes a build issue with the
 > musl C library:
 >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function ??getprogname??:
 >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2: error: #error "Cannot emulate getprogname"
 >  #error "Cannot emulate getprogname"]

Hmm, where do you see that? We also still have 2.9.2 on 2019.08.x and I
don't see any build issues on the autobuilders:

http://autobuild.buildroot.net/?reason=libressl-%

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
  2019-11-18  7:58 ` Peter Korsgaard
@ 2019-11-18  8:06   ` Thomas Petazzoni
  2019-11-18  9:05     ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2019-11-18  8:06 UTC (permalink / raw)
  To: buildroot

On Mon, 18 Nov 2019 08:58:37 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
> 
>  > commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
>  > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master  
> 
>  > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
>  > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>  
> 
>  > [Thomas: cherry-picked to master as it fixes a build issue with the
>  > musl C library:
>  >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function __getprogname__:
>  >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2: error: #error "Cannot emulate getprogname"
>  >  #error "Cannot emulate getprogname"]  
> 
> Hmm, where do you see that? We also still have 2.9.2 on 2019.08.x and I
> don't see any build issues on the autobuilders:
> 
> http://autobuild.buildroot.net/?reason=libressl-%

The autobuilders are not testing libressl. Selecting libressl is part
of a choice, and therefore not randomized by our autobuilders.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
  2019-11-18  8:06   ` Thomas Petazzoni
@ 2019-11-18  9:05     ` Peter Korsgaard
  2019-11-18  9:42       ` Peter Korsgaard
  2019-11-18 12:58       ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-11-18  9:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Mon, 18 Nov 2019 08:58:37 +0100
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
 >> 
 >> > commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
 >> > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master  
 >> 
 >> > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
 >> > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>  
 >> 
 >> > [Thomas: cherry-picked to master as it fixes a build issue with the
 >> > musl C library:
 >> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function __getprogname__:
 >> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2:
 >> > error: #error "Cannot emulate getprogname"
 >> >  #error "Cannot emulate getprogname"]  
 >> 
 >> Hmm, where do you see that? We also still have 2.9.2 on 2019.08.x and I
 >> don't see any build issues on the autobuilders:
 >> 
 >> http://autobuild.buildroot.net/?reason=libressl-%

 > The autobuilders are not testing libressl. Selecting libressl is part
 > of a choice, and therefore not randomized by our autobuilders.

Ahh yes, true. So presumably this should also be cherry picked for
2019.08.x?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
  2019-11-18  9:05     ` Peter Korsgaard
@ 2019-11-18  9:42       ` Peter Korsgaard
  2019-11-18 12:58       ` Thomas Petazzoni
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-11-18  9:42 UTC (permalink / raw)
  To: buildroot

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

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
 >> On Mon, 18 Nov 2019 08:58:37 +0100
 >> Peter Korsgaard <peter@korsgaard.com> wrote:

 >>> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
 >>> 
 >>> > commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
 >>> > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master  
 >>> 
 >>> > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
 >>> > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>  
 >>> 
 >>> > [Thomas: cherry-picked to master as it fixes a build issue with the
 >>> > musl C library:
 >>> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function __getprogname__:
 >>> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2:
 >>> > error: #error "Cannot emulate getprogname"
 >>> >  #error "Cannot emulate getprogname"]  
 >>> 
 >>> Hmm, where do you see that? We also still have 2.9.2 on 2019.08.x and I
 >>> don't see any build issues on the autobuilders:
 >>> 
 >>> http://autobuild.buildroot.net/?reason=libressl-%

 >> The autobuilders are not testing libressl. Selecting libressl is part
 >> of a choice, and therefore not randomized by our autobuilders.

 > Ahh yes, true. So presumably this should also be cherry picked for
 > 2019.08.x?

Verified. Committed to 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
  2019-11-18  9:05     ` Peter Korsgaard
  2019-11-18  9:42       ` Peter Korsgaard
@ 2019-11-18 12:58       ` Thomas Petazzoni
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2019-11-18 12:58 UTC (permalink / raw)
  To: buildroot

On Mon, 18 Nov 2019 10:05:24 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
> 
>  > On Mon, 18 Nov 2019 08:58:37 +0100
>  > Peter Korsgaard <peter@korsgaard.com> wrote:  
> 
>  >> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:    
>  >>   
>  >> > commit: https://git.buildroot.net/buildroot/commit/?id=26f42106e8acfd336d8e902da96cd2ac9e63c09d
>  >> > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master    
>  >>   
>  >> > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
>  >> > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>    
>  >>   
>  >> > [Thomas: cherry-picked to master as it fixes a build issue with the
>  >> > musl C library:
>  >> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c: In function __getprogname__:
>  >> >  output/build/libressl-2.9.2/crypto/compat/getprogname_linux.c:32:2:
>  >> > error: #error "Cannot emulate getprogname"
>  >> >  #error "Cannot emulate getprogname"]    
>  >> 
>  >> Hmm, where do you see that? We also still have 2.9.2 on 2019.08.x and I
>  >> don't see any build issues on the autobuilders:
>  >> 
>  >> http://autobuild.buildroot.net/?reason=libressl-%  
> 
>  > The autobuilders are not testing libressl. Selecting libressl is part
>  > of a choice, and therefore not randomized by our autobuilders.  
> 
> Ahh yes, true. So presumably this should also be cherry picked for
> 2019.08.x?

Yes, I would assume it is needed for 2019.08.x as well, but I have not
tested if the build issue was really present.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [git commit] package/libressl: bump to version 3.0.2
@ 2019-12-02  8:47 Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-12-02  8:47 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=20d835db66e8d54d81e5ec681479aa162a530a13
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libressl/libressl.hash | 2 +-
 package/libressl/libressl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Patch is too large, so refusing to show it

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

end of thread, other threads:[~2019-12-02  8:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 21:10 [Buildroot] [git commit] package/libressl: bump to version 3.0.2 Thomas Petazzoni
2019-11-18  7:58 ` Peter Korsgaard
2019-11-18  8:06   ` Thomas Petazzoni
2019-11-18  9:05     ` Peter Korsgaard
2019-11-18  9:42       ` Peter Korsgaard
2019-11-18 12:58       ` Thomas Petazzoni
2019-12-02  8:47 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.