Accepting request 766990 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/766990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tls?expand=0&rev=21
This commit is contained in:
commit
fbafde1679
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 03:03:11 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update tls to version 1.5.3.
|
||||||
|
## Version 1.5.3
|
||||||
|
|
||||||
|
- Additional verification regarding EC signatures
|
||||||
|
[#412](https://github.com/vincenthz/hs-tls/pull/412)
|
||||||
|
- Fixing ALPN
|
||||||
|
[#411](https://github.com/vincenthz/hs-tls/pull/411)
|
||||||
|
- Check SSLv3 padding length
|
||||||
|
[#410](https://github.com/vincenthz/hs-tls/pull/410)
|
||||||
|
- Exposing getClientCertificateChain
|
||||||
|
[#407](https://github.com/vincenthz/hs-tls/pull/407)
|
||||||
|
- Extended Master Secret
|
||||||
|
[#406](https://github.com/vincenthz/hs-tls/pull/406)
|
||||||
|
- Brushing up the documentation
|
||||||
|
[#404](https://github.com/vincenthz/hs-tls/pull/404)
|
||||||
|
[#408](https://github.com/vincenthz/hs-tls/pull/408)
|
||||||
|
- Improving tests
|
||||||
|
[#403](https://github.com/vincenthz/hs-tls/pull/403)
|
||||||
|
- Avoid calling onServerNameIndication twice with HRR
|
||||||
|
[#402](https://github.com/vincenthz/hs-tls/pull/402)
|
||||||
|
- Enable X448 and FFDHE groups
|
||||||
|
[#401](https://github.com/vincenthz/hs-tls/pull/401)
|
||||||
|
- Refactoring
|
||||||
|
[#400](https://github.com/vincenthz/hs-tls/pull/400)
|
||||||
|
[#399](https://github.com/vincenthz/hs-tls/pull/399)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 16:15:03 UTC 2019 - Peter Simons <psimons@suse.com>
|
Fri Nov 8 16:15:03 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-tls
|
# spec file for package ghc-tls
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name tls
|
%global pkg_name tls
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.5.2
|
Version: 1.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: TLS/SSL protocol native implementation (Server and Client)
|
Summary: TLS/SSL protocol native implementation (Server and Client)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330
|
|
||||||
size 145694
|
|
3
tls-1.5.3.tar.gz
Normal file
3
tls-1.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c9c4af3ec46fe6633aa22155d44a79d521fa8cfe14ec6ee40af053a53e34a9c
|
||||||
|
size 149838
|
Loading…
Reference in New Issue
Block a user