diff --git a/ghc-tls.changes b/ghc-tls.changes index c85e2c4..6a85a69 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:20 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:14:43 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + +------------------------------------------------------------------- +Thu Feb 27 14:16:56 UTC 2020 - psimons@suse.com + +- Update tls to version 1.5.4. + ## Version 1.5.4 + + - Restore interoperability with early Java 6 + [#422](https://github.com/vincenthz/hs-tls/pull/422) + - Test cleanups for timeout and async usage + [#416](https://github.com/vincenthz/hs-tls/pull/416) + +------------------------------------------------------------------- +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 diff --git a/ghc-tls.spec b/ghc-tls.spec index 20ee76b..e0b3d7a 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tls # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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.5.2 +Version: 1.5.4 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause @@ -73,7 +73,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/tls-1.5.2.tar.gz b/tls-1.5.2.tar.gz deleted file mode 100644 index 8827b7f..0000000 --- a/tls-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330 -size 145694 diff --git a/tls-1.5.4.tar.gz b/tls-1.5.4.tar.gz new file mode 100644 index 0000000..00a324b --- /dev/null +++ b/tls-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437 +size 150171