diff --git a/ghc-tls.changes b/ghc-tls.changes index 7da198f..fb39b05 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -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 diff --git a/ghc-tls.spec b/ghc-tls.spec index a382561..98cf58d 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name tls %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause @@ -34,6 +34,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-cereal-devel BuildRequires: ghc-cryptonite-devel BuildRequires: ghc-data-default-class-devel +BuildRequires: ghc-hourglass-devel BuildRequires: ghc-memory-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel @@ -44,7 +45,6 @@ BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-validation-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-hourglass-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-quickcheck-devel %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 type system, high level constructions and common Haskell features. -Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and support -RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges, -and many extensions. +Currently implement the SSL3.0, TLS1.0, TLS1.1, TLS1.2 and TLS 1.3 protocol, +and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key +exchanges, and many extensions. Some debug tools linked with tls, are available through the . diff --git a/tls-1.4.1.tar.gz b/tls-1.4.1.tar.gz deleted file mode 100644 index b0f2b8a..0000000 --- a/tls-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 -size 92647 diff --git a/tls-1.5.0.tar.gz b/tls-1.5.0.tar.gz new file mode 100644 index 0000000..37e9f40 --- /dev/null +++ b/tls-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c81e18b0f452d897db773ad3ced22c45b62673f0306992f128922db2a9a0d12 +size 135544