diff --git a/ghc-tls.changes b/ghc-tls.changes index afd4337..a893961 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Jan 26 03:30:15 UTC 2025 - Peter Simons + +- Update tls to version 2.1.7. + # Change log for "tls" + + ## Version 2.1.7 + + * Introducing `Limit` parameter. + * Implementing "Record Size Limit Extension for TLS" (RFC8449). + Set `limitRecordSize` use it. + * Implementing "TLS Certificate Compression" (RFC 8879). + This feature is automatically used if the peer supports it. + * More tests with `tlsfuzzer` especially for client authentication + and 0-RTT. + * Implementing a utility funcation, `validateClientCertificate`, for + client authentication. + * Bug fix for echo back logic of Cookie extension. + * More pretty show for the internal `Handshake` structure for debugging. + ------------------------------------------------------------------- Tue Jan 7 00:19:23 UTC 2025 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index 2a635c5..f36d49b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.6 +Version: 2.1.7 Release: 0 Summary: TLS protocol native implementation License: BSD-3-Clause @@ -62,6 +62,8 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-prof BuildRequires: ghc-unix-time-devel BuildRequires: ghc-unix-time-prof +BuildRequires: ghc-zlib-devel +BuildRequires: ghc-zlib-prof ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel diff --git a/tls-2.1.6.tar.gz b/tls-2.1.6.tar.gz deleted file mode 100644 index a3c3b3b..0000000 --- a/tls-2.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d9571fb47ea1ca7f3009e09eac46ee0ca80d039bbbb092736d810931e03c38 -size 167464 diff --git a/tls-2.1.7.tar.gz b/tls-2.1.7.tar.gz new file mode 100644 index 0000000..5dd2bce --- /dev/null +++ b/tls-2.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b323450d7282f6c2b0ffcf8814222945e3e0658abca78e10dd5b2f84f8e364 +size 172969