- Update to version 1.0.18:

* Re-tag 1.0.18
  * Do not report badly formed Client Hello as a TLS error
  * Release 1.0.18
  * Fix a typo
  * Report meaningful error when SNI callback fails
  * Add Server Name Indication support for server connections
  * Libressl only offer pre 1.1 api even if it present version > 1.1
  * Fix crash on Mac OS X High Sierra due to replacement of system OpenSSL with BoringSSL by building fast_tls with a two-level namespace (instead of single-level flat namespace that rebar defaults to)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=12
This commit is contained in:
2017-12-30 00:31:30 +00:00
committed by Git OBS Bridge
parent a62d81becd
commit d4507d4e70
7 changed files with 22 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/fast_tls.git</param>
<param name="changesrevision">3d4bcc9923c71f4bbdf6619a7c23c02df95c30f7</param></service></servicedata>
<param name="changesrevision">e28214e27ed40a3f4faff45ea8ede51fc32fca5f</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52fc374a3325c9783c7ca052e0fcc86f55f004f31783af4c0e7f0269833caa8c
size 248843

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:952bebd51935b0a453e14040292490d1359b02a3554e1dd6b9ed770201cbb220
size 256523

View File

@@ -1,5 +1,5 @@
name: fast_tls
version: 1.0.17
mtime: 1511170794
commit: 3d4bcc9923c71f4bbdf6619a7c23c02df95c30f7
version: 1.0.18
mtime: 1514453334
commit: e28214e27ed40a3f4faff45ea8ede51fc32fca5f

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/fast_tls.git</param>
<param name="changesrevision">3d4bcc9923c71f4bbdf6619a7c23c02df95c30f7</param></service></servicedata>
<param name="changesrevision">e28214e27ed40a3f4faff45ea8ede51fc32fca5f</param></service></servicedata>

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 30 00:31:23 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.18:
* Re-tag 1.0.18
* Do not report badly formed Client Hello as a TLS error
* Release 1.0.18
* Fix a typo
* Report meaningful error when SNI callback fails
* Add Server Name Indication support for server connections
* Libressl only offer pre 1.1 api even if it present version > 1.1
* Fix crash on Mac OS X High Sierra due to replacement of system OpenSSL with BoringSSL by building fast_tls with a two-level namespace (instead of single-level flat namespace that rebar defaults to)
-------------------------------------------------------------------
Thu Nov 23 20:31:18 UTC 2017 - mrueckert@suse.de

View File

@@ -16,7 +16,7 @@
%define app_name fast_tls
Name: erlang-%{app_name}
Version: 1.0.17
Version: 1.0.18
Release: 0
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
License: GPL-2.0