All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libressl: bump to version 3.5.2
@ 2022-04-24  7:20 Francois Perrad
  2022-04-24 15:05 ` Arnout Vandecappelle
  2022-04-25 19:09 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2022-04-24  7:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch | 2 +-
 package/libressl/Config.in                                  | 2 ++
 package/libressl/libressl.hash                              | 2 +-
 package/libressl/libressl.mk                                | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
index 98fe250f6..1c59aec72 100644
--- a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
+++ b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
@@ -20,7 +20,7 @@ diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
 index 46f24b2ea..4048a6e63 100644
 --- a/include/openssl/ssl.h
 +++ b/include/openssl/ssl.h
-@@ -411,11 +411,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len,
+@@ -408,11 +408,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len,
  #define SSL_OP_NO_TLSv1					0x04000000L
  #define SSL_OP_NO_TLSv1_2				0x08000000L
  #define SSL_OP_NO_TLSv1_1				0x10000000L
diff --git a/package/libressl/Config.in b/package/libressl/Config.in
index 600829cb9..aa42c21a9 100644
--- a/package/libressl/Config.in
+++ b/package/libressl/Config.in
@@ -6,4 +6,6 @@ config BR2_PACKAGE_LIBRESSL_BIN
 	  Install the openssl binary to the target file system. This is
 	  a command line tool for doing various cryptographic stuff.
 
+	  https://www.libressl.org/
+
 endif
diff --git a/package/libressl/libressl.hash b/package/libressl/libressl.hash
index e92399871..c3590798d 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  ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d  libressl-3.4.3.tar.gz
+sha256  56feab8e21c3fa6549f8b7d7511658b8e98518162838a795314732654adf3e5f  libressl-3.5.2.tar.gz
 # Locally computed
 sha256  5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
index 0bb468ced..c9c484d5d 100644
--- a/package/libressl/libressl.mk
+++ b/package/libressl/libressl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBRESSL_VERSION = 3.4.3
+LIBRESSL_VERSION = 3.5.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
-- 
2.32.0

_______________________________________________
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] package/libressl: bump to version 3.5.2
  2022-04-24  7:20 [Buildroot] [PATCH] package/libressl: bump to version 3.5.2 Francois Perrad
@ 2022-04-24 15:05 ` Arnout Vandecappelle
  2022-04-24 19:50   ` François Perrad
  2022-04-25 19:09 ` Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2022-04-24 15:05 UTC (permalink / raw)
  To: Francois Perrad, buildroot



On 24/04/2022 09:20, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>   package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch | 2 +-
>   package/libressl/Config.in                                  | 2 ++
>   package/libressl/libressl.hash                              | 2 +-
>   package/libressl/libressl.mk                                | 2 +-
>   4 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> index 98fe250f6..1c59aec72 100644
> --- a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> +++ b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> @@ -20,7 +20,7 @@ diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
>   index 46f24b2ea..4048a6e63 100644
>   --- a/include/openssl/ssl.h
>   +++ b/include/openssl/ssl.h
> -@@ -411,11 +411,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len,
> +@@ -408,11 +408,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len,
>    #define SSL_OP_NO_TLSv1					0x04000000L
>    #define SSL_OP_NO_TLSv1_2				0x08000000L
>    #define SSL_OP_NO_TLSv1_1				0x10000000L
> diff --git a/package/libressl/Config.in b/package/libressl/Config.in
> index 600829cb9..aa42c21a9 100644
> --- a/package/libressl/Config.in
> +++ b/package/libressl/Config.in
> @@ -6,4 +6,6 @@ config BR2_PACKAGE_LIBRESSL_BIN
>   	  Install the openssl binary to the target file system. This is
>   	  a command line tool for doing various cryptographic stuff.
>   
> +	  https://www.libressl.org/

  Why do you add this? We already have the URL in the top-level choice, in 
package/openssl/Config.in.

  Regards,
  Arnout

> +
>   endif
> diff --git a/package/libressl/libressl.hash b/package/libressl/libressl.hash
> index e92399871..c3590798d 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  ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d  libressl-3.4.3.tar.gz
> +sha256  56feab8e21c3fa6549f8b7d7511658b8e98518162838a795314732654adf3e5f  libressl-3.5.2.tar.gz
>   # Locally computed
>   sha256  5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
> diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
> index 0bb468ced..c9c484d5d 100644
> --- a/package/libressl/libressl.mk
> +++ b/package/libressl/libressl.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBRESSL_VERSION = 3.4.3
> +LIBRESSL_VERSION = 3.5.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
_______________________________________________
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] package/libressl: bump to version 3.5.2
  2022-04-24 15:05 ` Arnout Vandecappelle
@ 2022-04-24 19:50   ` François Perrad
  0 siblings, 0 replies; 4+ messages in thread
From: François Perrad @ 2022-04-24 19:50 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 3547 bytes --]

Le dim. 24 avr. 2022 à 17:05, Arnout Vandecappelle <arnout@mind.be> a
écrit :

>
>
> On 24/04/2022 09:20, Francois Perrad wrote:
> > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> > ---
> >   package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch | 2 +-
> >   package/libressl/Config.in                                  | 2 ++
> >   package/libressl/libressl.hash                              | 2 +-
> >   package/libressl/libressl.mk                                | 2 +-
> >   4 files changed, 5 insertions(+), 3 deletions(-)
> >
> > diff --git a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> > index 98fe250f6..1c59aec72 100644
> > --- a/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> > +++ b/package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch
> > @@ -20,7 +20,7 @@ diff --git a/include/openssl/ssl.h
> b/include/openssl/ssl.h
> >   index 46f24b2ea..4048a6e63 100644
> >   --- a/include/openssl/ssl.h
> >   +++ b/include/openssl/ssl.h
> > -@@ -411,11 +411,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s,
> void *secret, int *secret_len,
> > +@@ -408,11 +408,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s,
> void *secret, int *secret_len,
> >    #define SSL_OP_NO_TLSv1                                    0x04000000L
> >    #define SSL_OP_NO_TLSv1_2                          0x08000000L
> >    #define SSL_OP_NO_TLSv1_1                          0x10000000L
> > diff --git a/package/libressl/Config.in b/package/libressl/Config.in
> > index 600829cb9..aa42c21a9 100644
> > --- a/package/libressl/Config.in
> > +++ b/package/libressl/Config.in
> > @@ -6,4 +6,6 @@ config BR2_PACKAGE_LIBRESSL_BIN
> >         Install the openssl binary to the target file system. This is
> >         a command line tool for doing various cryptographic stuff.
> >
> > +       https://www.libressl.org/
>
>   Why do you add this? We already have the URL in the top-level choice, in
> package/openssl/Config.in.
>
>
You are right, it is a mistake.

François


>   Regards,
>   Arnout
>
> > +
> >   endif
> > diff --git a/package/libressl/libressl.hash
> b/package/libressl/libressl.hash
> > index e92399871..c3590798d 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
> ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d
> libressl-3.4.3.tar.gz
> > +sha256
> 56feab8e21c3fa6549f8b7d7511658b8e98518162838a795314732654adf3e5f
> libressl-3.5.2.tar.gz
> >   # Locally computed
> >   sha256
> 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
> > diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
> > index 0bb468ced..c9c484d5d 100644
> > --- a/package/libressl/libressl.mk
> > +++ b/package/libressl/libressl.mk
> > @@ -4,7 +4,7 @@
> >   #
> >
>  ################################################################################
> >
> > -LIBRESSL_VERSION = 3.4.3
> > +LIBRESSL_VERSION = 3.5.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
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>

[-- Attachment #1.2: Type: text/html, Size: 5305 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
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] package/libressl: bump to version 3.5.2
  2022-04-24  7:20 [Buildroot] [PATCH] package/libressl: bump to version 3.5.2 Francois Perrad
  2022-04-24 15:05 ` Arnout Vandecappelle
@ 2022-04-25 19:09 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-04-25 19:09 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

On Sun, 24 Apr 2022 09:20:16 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch | 2 +-
>  package/libressl/Config.in                                  | 2 ++
>  package/libressl/libressl.hash                              | 2 +-
>  package/libressl/libressl.mk                                | 2 +-
>  4 files changed, 5 insertions(+), 3 deletions(-)

Applied to master without the unnecessary change in the Config.in file.
Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2022-04-25 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24  7:20 [Buildroot] [PATCH] package/libressl: bump to version 3.5.2 Francois Perrad
2022-04-24 15:05 ` Arnout Vandecappelle
2022-04-24 19:50   ` François Perrad
2022-04-25 19:09 ` Thomas Petazzoni via buildroot

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.