All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libressl: bump to version 3.5.1
@ 2022-04-06 19:41 Fabrice Fontaine
  2022-04-07  5:43 ` François Perrad
  2022-04-14 19:29 ` Arnout Vandecappelle
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-06 19:41 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

This bump will fix the following build failure with pure-ftpd thanks to
https://github.com/libressl-portable/openbsd/commit/f5674b4e2330b382bacefd3393affc8eb2ee2ba8:

tls.c: In function 'tls_init_options':
tls.c:329:5: warning: implicit declaration of function 'SSL_CTX_set_num_tickets'; did you mean 'SSL_CTX_set_options'? [-Wimplicit-function-declaration]
     SSL_CTX_set_num_tickets(tls_ctx, 0);
     ^~~~~~~~~~~~~~~~~~~~~~~
     SSL_CTX_set_options

https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1-relnotes.txt

Fixes:
 - http://autobuild.buildroot.org/results/f5d36180949278510199aa499e253780558c6ffe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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 e923998713..5474d8e537 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  a7d0026f67622275ec8f8239ded422a653d5ccc84df55dea2acd406017185608  libressl-3.5.1.tar.gz
 # Locally computed
 sha256  5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
index 0bb468cedb..81b0163b93 100644
--- a/package/libressl/libressl.mk
+++ b/package/libressl/libressl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBRESSL_VERSION = 3.4.3
+LIBRESSL_VERSION = 3.5.1
 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.35.1

_______________________________________________
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 1/1] package/libressl: bump to version 3.5.1
  2022-04-06 19:41 [Buildroot] [PATCH 1/1] package/libressl: bump to version 3.5.1 Fabrice Fontaine
@ 2022-04-07  5:43 ` François Perrad
  2022-04-10 21:00   ` Peter Korsgaard
  2022-04-14 19:29 ` Arnout Vandecappelle
  1 sibling, 1 reply; 4+ messages in thread
From: François Perrad @ 2022-04-07  5:43 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot


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

This version 3.5.1 (like 3.5.0, 3.4.0) is a development release, not a
stable release.

François

Le mer. 6 avr. 2022 à 21:43, Fabrice Fontaine <fontaine.fabrice@gmail.com>
a écrit :

> This bump will fix the following build failure with pure-ftpd thanks to
>
> https://github.com/libressl-portable/openbsd/commit/f5674b4e2330b382bacefd3393affc8eb2ee2ba8
> :
>
> tls.c: In function 'tls_init_options':
> tls.c:329:5: warning: implicit declaration of function
> 'SSL_CTX_set_num_tickets'; did you mean 'SSL_CTX_set_options'?
> [-Wimplicit-function-declaration]
>      SSL_CTX_set_num_tickets(tls_ctx, 0);
>      ^~~~~~~~~~~~~~~~~~~~~~~
>      SSL_CTX_set_options
>
> https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt
> https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1-relnotes.txt
>
> Fixes:
>  -
> http://autobuild.buildroot.org/results/f5d36180949278510199aa499e253780558c6ffe
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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 e923998713..5474d8e537 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  a7d0026f67622275ec8f8239ded422a653d5ccc84df55dea2acd406017185608
> libressl-3.5.1.tar.gz
>  # Locally computed
>  sha256  5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1
> COPYING
> diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
> index 0bb468cedb..81b0163b93 100644
> --- a/package/libressl/libressl.mk
> +++ b/package/libressl/libressl.mk
> @@ -4,7 +4,7 @@
>  #
>
>  ################################################################################
>
> -LIBRESSL_VERSION = 3.4.3
> +LIBRESSL_VERSION = 3.5.1
>  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.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>

[-- Attachment #1.2: Type: text/html, Size: 4237 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 1/1] package/libressl: bump to version 3.5.1
  2022-04-07  5:43 ` François Perrad
@ 2022-04-10 21:00   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-04-10 21:00 UTC (permalink / raw)
  To: François Perrad; +Cc: Fabrice Fontaine, buildroot

>>>>> "François" == François Perrad <francois.perrad@gadz.org> writes:

 > This version 3.5.1 (like 3.5.0, 3.4.0) is a development release, not a
 > stable release.

Correct. Maybe we should instead let pure-ftpd select
BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL?

-- 
Bye, Peter Korsgaard
_______________________________________________
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 1/1] package/libressl: bump to version 3.5.1
  2022-04-06 19:41 [Buildroot] [PATCH 1/1] package/libressl: bump to version 3.5.1 Fabrice Fontaine
  2022-04-07  5:43 ` François Perrad
@ 2022-04-14 19:29 ` Arnout Vandecappelle
  1 sibling, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2022-04-14 19:29 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 06/04/2022 21:41, Fabrice Fontaine wrote:
> This bump will fix the following build failure with pure-ftpd thanks to
> https://github.com/libressl-portable/openbsd/commit/f5674b4e2330b382bacefd3393affc8eb2ee2ba8:
> 
> tls.c: In function 'tls_init_options':
> tls.c:329:5: warning: implicit declaration of function 'SSL_CTX_set_num_tickets'; did you mean 'SSL_CTX_set_options'? [-Wimplicit-function-declaration]
>       SSL_CTX_set_num_tickets(tls_ctx, 0);
>       ^~~~~~~~~~~~~~~~~~~~~~~
>       SSL_CTX_set_options
> 
> https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt
> https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1-relnotes.txt
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/f5d36180949278510199aa499e253780558c6ffe
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Since this is indeed a development release, I've marked it as Changes Requested.

  Regards,
  Arnout

> ---
>   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 e923998713..5474d8e537 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  a7d0026f67622275ec8f8239ded422a653d5ccc84df55dea2acd406017185608  libressl-3.5.1.tar.gz
>   # Locally computed
>   sha256  5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1  COPYING
> diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
> index 0bb468cedb..81b0163b93 100644
> --- a/package/libressl/libressl.mk
> +++ b/package/libressl/libressl.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBRESSL_VERSION = 3.4.3
> +LIBRESSL_VERSION = 3.5.1
>   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

end of thread, other threads:[~2022-04-14 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 19:41 [Buildroot] [PATCH 1/1] package/libressl: bump to version 3.5.1 Fabrice Fontaine
2022-04-07  5:43 ` François Perrad
2022-04-10 21:00   ` Peter Korsgaard
2022-04-14 19:29 ` 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.