switch to version that should fix the testsuite failures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=23
This commit is contained in:
2020-05-03 18:13:12 +00:00
committed by Git OBS Bridge
parent bc55674b16
commit 6e61c4e319
7 changed files with 10 additions and 24 deletions

View File

@@ -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">1.1.5</param>
<param name="revision">52f9244</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/fast_tls.git</param>
<param name="changesrevision">536a9893b2e7d699bee1c2b567f0765bb7849015</param>
<param name="changesrevision">52f9244780dd79f1868469d3db81b161cf32b6ab</param>
</service>
</servicedata>

View File

@@ -1,22 +1,8 @@
-------------------------------------------------------------------
Thu Apr 30 14:41:48 UTC 2020 - obs-service-tar-scm@invalid
Sun May 03 18:13:21 UTC 2020 - obs-service-tar-scm@invalid
- Update to version 1.1.5:
* Release 1.1.5
* Update changelog
* Use a safer enif_make_new_binary
* Test that client and server agree on the `Finished` message
* Get `Finished` message from the TLS connection
* Travis CI: Update list of tested OTP releases
* Use tagged version of coveralls
* Make dialyzer happy
* From a gen_server init to the on_load directive
* Use standard OTP integer_to_binary
* Test tls failure if no certfile on server side
* Extract certfile tuple to a helper function
* Test client certfile availability when corresponds
* Test client connections with and without certfile
* Fix bug requiring client-side certificate
* Reorganize nif loading
-------------------------------------------------------------------
Mon Feb 05 19:42:11 UTC 2018 - mrueckert@suse.de

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c91cda3c580919c900bb11b6d16bc664a2f066145f7689385c171ba6b5b4597b
size 337931
oid sha256:324553522efe7f69f65963d1d3606090d7b8987badecfb87493f73d9b743578a
size 338443

View File

@@ -1,5 +1,5 @@
name: fast_tls
version: 1.1.5
mtime: 1588083608
commit: 536a9893b2e7d699bee1c2b567f0765bb7849015
mtime: 1588527135
commit: 52f9244780dd79f1868469d3db81b161cf32b6ab

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/fast_tls.git</param>
<param name="changesrevision">1.1.4</param>
<param name="changesrevision">1.1.5</param>
</service>
</servicedata>

View File

@@ -51,7 +51,7 @@ for dir in ebin priv ; do
done
%check
%rebar eunit ||:
%rebar eunit
%files
%defattr(-,root,root)