Hello community, here is the log from the commit of package ghc-tls for openSUSE:Leap:15.2 checked in at 2020-02-19 18:41:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-tls (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-tls.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tls" Wed Feb 19 18:41:51 2020 rev:13 rq:771502 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-tls/ghc-tls.changes 2020-01-15 15:02:42.237818828 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-tls.new.26092/ghc-tls.changes 2020-02-19 18:41:52.262244599 +0100 @@ -1,0 +2,64 @@ +Thu Jan 9 03:03:11 UTC 2020 - [email protected] + +- 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 <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Tue Oct 15 02:03:13 UTC 2019 - [email protected] + +- Update tls to version 1.5.2. + 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.2/src/CHANGELOG.md + +------------------------------------------------------------------- +Sun Jul 28 02:01:08 UTC 2019 - [email protected] + +- Update tls to version 1.5.1. + ## Version 1.5.1 + + - Post-handshake authentication [#363](https://github.com/vincenthz/hs-tls/pull/363) + - Fixing memory leak [#366](https://github.com/vincenthz/hs-tls/pull/366) + - Improve version negotiation [#368](https://github.com/vincenthz/hs-tls/pull/368) + - Don't send 0-RTT data when ticket is expired [#370](https://github.com/vincenthz/hs-tls/pull/370) + - Handshake packet fragmentation [#371](https://github.com/vincenthz/hs-tls/pull/371) + +------------------------------------------------------------------- +Sun Jun 2 02:01:34 UTC 2019 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- tls-1.4.1.tar.gz New: ---- tls-1.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tls.spec ++++++ --- /var/tmp/diff_new_pack.m79sev/_old 2020-02-19 18:41:52.746245614 +0100 +++ /var/tmp/diff_new_pack.m79sev/_new 2020-02-19 18:41:52.746245614 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-tls # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,11 +19,10 @@ %global pkg_name tls %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.1 +Version: 1.5.3 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -34,6 +33,7 @@ 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 +44,6 @@ 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,16 +55,15 @@ 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 <http://hackage.haskell.org/package/tls-debug/>. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} ++++++ tls-1.4.1.tar.gz -> tls-1.5.3.tar.gz ++++++ ++++ 12720 lines of diff (skipped)
