bump to 1.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=17
This commit is contained in:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm">
|
||||
<param name="url">https://github.com/processone/fast_tls.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">1.1.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/fast_tls.git</param>
|
||||
<param name="changesrevision">3cd4bd131cbfa5db7382ed1924c4d4e344337600</param></service></servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/fast_tls.git</param>
|
||||
<param name="changesrevision">e4a3a5cd08431c704bcef377ac4b014caa256c22</param>
|
||||
</service>
|
||||
</servicedata>
|
@@ -1,29 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 00:19:55 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Mon Mar 04 00:35:36 UTC 2019 - obs-service-tar-scm@invalid
|
||||
|
||||
- Update to version 1.0.25:
|
||||
- Update to version 1.1.0:
|
||||
* Release 1.1.0
|
||||
* Update changelog
|
||||
* Don't forgot to null queue->buf
|
||||
* Update changelog
|
||||
* Make tls processing be mostly driven on c code side
|
||||
* Add CoC and contribution guide
|
||||
* Update copyright to 2019 (processone/ejabberd#2756)
|
||||
* Release 1.0.26
|
||||
* Escape bundle_loader path
|
||||
* Use SSL_OP_NO_RENEGOTIATION when available
|
||||
* Release 1.0.25
|
||||
* Release 1.0.24
|
||||
* Update changelog
|
||||
* Fix OpenSSL version number detection
|
||||
* Fix compatibility with openssl < 1.0.2
|
||||
* Improve tests to make them work with openssl1.1
|
||||
* Make check for client renegotiation work with tls1.3
|
||||
* Add no_tlsv1_3 option parsing from openssl1.1
|
||||
* Update cert used by test to use sha256 signature
|
||||
* Release 1.0.23
|
||||
* Update changelog
|
||||
* Reformat
|
||||
* Add ability to retrieve used cipher info from connection
|
||||
* Release 1.0.22
|
||||
* Update changelog
|
||||
* Get rid of mtime checks and introduce clear_cache/0
|
||||
* Change URI scheme of p1_utils dependency
|
||||
* Release 1.0.21
|
||||
* Update changelog
|
||||
* Specify accepted Client CAs during handshake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 05 19:42:11 UTC 2018 - mrueckert@suse.de
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21dda4a60ce39f45ee1112797652292e7c409934b0c6d3ae3a07c5de867dbec
|
||||
size 327179
|
3
_service:obs_scm:fast_tls-1.1.0.obscpio
Normal file
3
_service:obs_scm:fast_tls-1.1.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c239ca54ab81d8ec6a23cdf82b6ec53a7daeaf8e3cb98ee56522b581d54cd56c
|
||||
size 339467
|
@@ -1,5 +1,5 @@
|
||||
name: fast_tls
|
||||
version: 1.0.25
|
||||
mtime: 1541521628
|
||||
commit: 3650768653c32ab549fafbee417f8ed8bce90b3e
|
||||
version: 1.1.0
|
||||
mtime: 1551172693
|
||||
commit: e4a3a5cd08431c704bcef377ac4b014caa256c22
|
||||
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/fast_tls.git</param>
|
||||
<param name="changesrevision">bc6ba12812ce5d6ae412457abdb599530e18ce0a</param></service></servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/fast_tls.git</param>
|
||||
<param name="changesrevision">1.0.25</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
%define app_name fast_tls
|
||||
|
||||
Name: erlang-%{app_name}
|
||||
Version: 1.0.20
|
||||
Version: 0
|
||||
Release: 0
|
||||
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
|
||||
License: GPL-2.0
|
||||
|
Reference in New Issue
Block a user