Accepting request 1240783 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1240783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tls?expand=0&rev=38
This commit is contained in:
commit
1b768a5008
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 26 03:30:15 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- 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 <psimons@suse.com>
|
Tue Jan 7 00:19:23 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.1.6
|
Version: 2.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: TLS protocol native implementation
|
Summary: TLS protocol native implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -62,6 +62,8 @@ BuildRequires: ghc-transformers-devel
|
|||||||
BuildRequires: ghc-transformers-prof
|
BuildRequires: ghc-transformers-prof
|
||||||
BuildRequires: ghc-unix-time-devel
|
BuildRequires: ghc-unix-time-devel
|
||||||
BuildRequires: ghc-unix-time-prof
|
BuildRequires: ghc-unix-time-prof
|
||||||
|
BuildRequires: ghc-zlib-devel
|
||||||
|
BuildRequires: ghc-zlib-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2d9571fb47ea1ca7f3009e09eac46ee0ca80d039bbbb092736d810931e03c38
|
|
||||||
size 167464
|
|
3
tls-2.1.7.tar.gz
Normal file
3
tls-2.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92b323450d7282f6c2b0ffcf8814222945e3e0658abca78e10dd5b2f84f8e364
|
||||||
|
size 172969
|
Loading…
x
Reference in New Issue
Block a user