All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stunnel: bump to version 5.60
@ 2021-08-26 19:11 Pierre-Jean Texier
  2021-08-28 16:04 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Jean Texier @ 2021-08-26 19:11 UTC (permalink / raw)
  To: buildroot; +Cc: Pierre-Jean Texier

This release includes the following changes:

- New features
  - New 'sessionResume' service-level option to allow or disallow session resumption
  - Added support for the new SSL_set_options() values.
  - Download fresh ca-certs.pem for each new release.
- Bugfixes
  - Fixed 'redirect' with 'protocol'. This combination is not supported by 'smtp', 'pop3' and 'imap' protocols.
  - Enforced minimum WIN32 log window size.
  - Fixed support for password-protected private keys with OpenSSL 3.0 (thx to Dmitry Belyavskiy).
  - Added missing TLS options supported in OpenSSL 1.1.1k.

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 package/stunnel/stunnel.hash | 4 ++--
 package/stunnel/stunnel.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 0ae20cb906..b8cc62be13 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,5 +1,5 @@
-# From https://www.stunnel.org/downloads/stunnel-5.59.tar.gz.sha256
-sha256  137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f  stunnel-5.59.tar.gz
+# From https://www.stunnel.org/downloads/stunnel-5.60.tar.gz.sha256
+sha256  c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d  stunnel-5.60.tar.gz
 # Locally calculated
 sha256  28b55d0157efd5ceb63640faeebb50fda13b1f49aec0b9c1240b9a3ea9f0eb4c  COPYING.md
 sha256  62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d  COPYRIGHT.md
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index cf2e29cb9b..cc56eb39a8 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).59
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).60
 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
 STUNNEL_DEPENDENCIES = host-pkgconf openssl
 STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/stunnel: bump to version 5.60
  2021-08-26 19:11 [Buildroot] [PATCH 1/1] package/stunnel: bump to version 5.60 Pierre-Jean Texier
@ 2021-08-28 16:04 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-08-28 16:04 UTC (permalink / raw)
  To: Pierre-Jean Texier, buildroot



On 26/08/2021 21:11, Pierre-Jean Texier wrote:
> This release includes the following changes:
> 
> - New features
>   - New 'sessionResume' service-level option to allow or disallow session resumption
>   - Added support for the new SSL_set_options() values.
>   - Download fresh ca-certs.pem for each new release.
> - Bugfixes
>   - Fixed 'redirect' with 'protocol'. This combination is not supported by 'smtp', 'pop3' and 'imap' protocols.
>   - Enforced minimum WIN32 log window size.
>   - Fixed support for password-protected private keys with OpenSSL 3.0 (thx to Dmitry Belyavskiy).
>   - Added missing TLS options supported in OpenSSL 1.1.1k.
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>

 Applied to next, thanks.

 Regards,
 Arnout

> ---
>  package/stunnel/stunnel.hash | 4 ++--
>  package/stunnel/stunnel.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index 0ae20cb906..b8cc62be13 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,5 +1,5 @@
> -# From https://www.stunnel.org/downloads/stunnel-5.59.tar.gz.sha256
> -sha256  137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f  stunnel-5.59.tar.gz
> +# From https://www.stunnel.org/downloads/stunnel-5.60.tar.gz.sha256
> +sha256  c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d  stunnel-5.60.tar.gz
>  # Locally calculated
>  sha256  28b55d0157efd5ceb63640faeebb50fda13b1f49aec0b9c1240b9a3ea9f0eb4c  COPYING.md
>  sha256  62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d  COPYRIGHT.md
> diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
> index cf2e29cb9b..cc56eb39a8 100644
> --- a/package/stunnel/stunnel.mk
> +++ b/package/stunnel/stunnel.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  STUNNEL_VERSION_MAJOR = 5
> -STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).59
> +STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).60
>  STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
>  STUNNEL_DEPENDENCIES = host-pkgconf openssl
>  STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
> 
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-28 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 19:11 [Buildroot] [PATCH 1/1] package/stunnel: bump to version 5.60 Pierre-Jean Texier
2021-08-28 16:04 ` 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.