diff --git a/ghc-tls.changes b/ghc-tls.changes index ca5a0a2..b17c725 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 6 02:45:15 UTC 2022 - Peter Simons + +- Update tls to version 1.6.0. + ## Version 1.6.0 + + - Major version up because of disabling SSL3 + - Some fixes against tlsfuzzer + + ## Version 1.5.8 + + - Require mtl-2.2.1 or newer + [#448](https://github.com/haskell-tls/hs-tls/pull/448) + ------------------------------------------------------------------- Thu Jan 20 00:35:33 UTC 2022 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index 143c150..1ebcd12 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -19,7 +19,7 @@ %global pkg_name tls %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.5.7 +Version: 1.6.0 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause @@ -56,8 +56,8 @@ 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, TLS1.2 and TLS 1.3 protocol, -and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key +Currently implement the 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.5.7.tar.gz b/tls-1.5.7.tar.gz deleted file mode 100644 index beb2496..0000000 --- a/tls-1.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b89e7d0848dbbcf24f3d7d78295e4593e9261fb19e6c14f1a04350920136f79a -size 158066 diff --git a/tls-1.6.0.tar.gz b/tls-1.6.0.tar.gz new file mode 100644 index 0000000..23d8e87 --- /dev/null +++ b/tls-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29d20afc1c1b852a3c39b076ec853cb596ac888cf521e54144441dec689e498 +size 158619