Accepting request 709204 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/709204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tls?expand=0&rev=18
This commit is contained in:
commit
66712da28c
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 2 02:01:34 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update tls to version 1.5.0.
|
||||||
|
Upstream has edited the change log file since the last release in
|
||||||
|
a non-trivial way, i.e. they did more than just add a new entry
|
||||||
|
at the top. You can review the file at:
|
||||||
|
http://hackage.haskell.org/package/tls-1.5.0/src/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 20 11:32:09 UTC 2018 - Peter Simons <psimons@suse.com>
|
Sat Oct 20 11:32:09 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
12
ghc-tls.spec
12
ghc-tls.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-tls
|
# spec file for package ghc-tls
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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.4.1
|
Version: 1.5.0
|
||||||
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
|
||||||
@ -34,6 +34,7 @@ BuildRequires: ghc-bytestring-devel
|
|||||||
BuildRequires: ghc-cereal-devel
|
BuildRequires: ghc-cereal-devel
|
||||||
BuildRequires: ghc-cryptonite-devel
|
BuildRequires: ghc-cryptonite-devel
|
||||||
BuildRequires: ghc-data-default-class-devel
|
BuildRequires: ghc-data-default-class-devel
|
||||||
|
BuildRequires: ghc-hourglass-devel
|
||||||
BuildRequires: ghc-memory-devel
|
BuildRequires: ghc-memory-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
@ -44,7 +45,6 @@ BuildRequires: ghc-x509-store-devel
|
|||||||
BuildRequires: ghc-x509-validation-devel
|
BuildRequires: ghc-x509-validation-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-hourglass-devel
|
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-quickcheck-devel
|
BuildRequires: ghc-tasty-quickcheck-devel
|
||||||
%endif
|
%endif
|
||||||
@ -56,9 +56,9 @@ This provides a high-level implementation of a sensitive security protocol,
|
|||||||
eliminating a common set of security issues through the use of the advanced
|
eliminating a common set of security issues through the use of the advanced
|
||||||
type system, high level constructions and common Haskell features.
|
type system, high level constructions and common Haskell features.
|
||||||
|
|
||||||
Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and support
|
Currently implement the SSL3.0, TLS1.0, TLS1.1, TLS1.2 and TLS 1.3 protocol,
|
||||||
RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges,
|
and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key
|
||||||
and many extensions.
|
exchanges, and many extensions.
|
||||||
|
|
||||||
Some debug tools linked with tls, are available through the
|
Some debug tools linked with tls, are available through the
|
||||||
<http://hackage.haskell.org/package/tls-debug/>.
|
<http://hackage.haskell.org/package/tls-debug/>.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8
|
|
||||||
size 92647
|
|
3
tls-1.5.0.tar.gz
Normal file
3
tls-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c81e18b0f452d897db773ad3ced22c45b62673f0306992f128922db2a9a0d12
|
||||||
|
size 135544
|
Loading…
x
Reference in New Issue
Block a user