Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tls for openSUSE:Factory checked 
in at 2024-12-20 23:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tls (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tls.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tls"

Fri Dec 20 23:11:05 2024 rev:36 rq:1231480 version:2.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tls/ghc-tls.changes  2024-06-03 
17:45:55.512441765 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tls.new.1881/ghc-tls.changes        
2024-12-20 23:11:58.491822925 +0100
@@ -1,0 +2,40 @@
+Mon Nov 18 02:13:36 UTC 2024 - Peter Simons <[email protected]>
+
+- Update tls to version 2.1.5.
+  ## Version 2.1.5
+
+  * Removing the dependency on the async package.
+  * Restore a few DHE_RSA ciphers.
+    [#493](https://github.com/haskell-tls/hs-tls/pull/493)
+
+  ## Version 2.1.4
+
+  * Exporting defaultValidationCache.
+
+  ## Version 2.1.3
+
+  * Remove `data-default` version constraint.
+    [#492](https://github.com/haskell-tls/hs-tls/pull/492)
+  * Exporting default variables.
+    [#448](https://github.com/haskell-tls/hs-tls/pull/488)
+
+  ## Version 2.1.2
+
+  * Using data-default instead of data-default-class.
+
+  ## Version 2.1.1
+
+  * `bye` directly calls `timeout recvHS13`, not spawning a thread for
+    `timeout recvHS13`. So, `bye` can receive an exception if thrown.
+
+  ## Version 2.1.0
+
+  * Breaking change: stop exporting constructors to maintain future
+    compatibilities. Field names are still exported, and values can be updated
+    with them using record syntax. Use `def` and `noSessionManager` as initial
+    values.
+  * `onServerFinished` is added to `ClientHooks`.
+  * `clientWantSessionResumeList` is added to `ClientParams` to support
+    multiple tickets for TLS 1.3.
+
+-------------------------------------------------------------------

Old:
----
  tls-2.0.6.tar.gz

New:
----
  tls-2.1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-tls.spec ++++++
--- /var/tmp/diff_new_pack.avE94w/_old  2024-12-20 23:12:00.055887410 +0100
+++ /var/tmp/diff_new_pack.avE94w/_new  2024-12-20 23:12:00.059887575 +0100
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.0.6
+Version:        2.1.5
 Release:        0
 Summary:        TLS protocol native implementation
 License:        BSD-3-Clause
@@ -31,8 +31,6 @@
 BuildRequires:  ghc-asn1-encoding-prof
 BuildRequires:  ghc-asn1-types-devel
 BuildRequires:  ghc-asn1-types-prof
-BuildRequires:  ghc-async-devel
-BuildRequires:  ghc-async-prof
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-base16-bytestring-devel
@@ -49,8 +47,8 @@
 BuildRequires:  ghc-crypton-x509-store-prof
 BuildRequires:  ghc-crypton-x509-validation-devel
 BuildRequires:  ghc-crypton-x509-validation-prof
-BuildRequires:  ghc-data-default-class-devel
-BuildRequires:  ghc-data-default-class-prof
+BuildRequires:  ghc-data-default-devel
+BuildRequires:  ghc-data-default-prof
 BuildRequires:  ghc-memory-devel
 BuildRequires:  ghc-memory-prof
 BuildRequires:  ghc-mtl-devel
@@ -68,6 +66,8 @@
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-QuickCheck-prof
+BuildRequires:  ghc-async-devel
+BuildRequires:  ghc-async-prof
 BuildRequires:  ghc-hourglass-devel
 BuildRequires:  ghc-hourglass-prof
 BuildRequires:  ghc-hspec-devel

++++++ tls-2.0.6.tar.gz -> tls-2.1.5.tar.gz ++++++
++++ 2099 lines of diff (skipped)

Reply via email to