Accepting request 1231449 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231449 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http2?expand=0&rev=14
This commit is contained in:
commit
c4a79a656a
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 05:57:06 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update http2 to version 5.3.9.
|
||||||
|
## 5.3.9
|
||||||
|
|
||||||
|
* Using `ThreadManager` of `time-manager`.
|
||||||
|
|
||||||
|
## 5.3.8
|
||||||
|
|
||||||
|
* `forkManagedTimeout` ensures that only one asynchronous exception is
|
||||||
|
thrown. Fixing the thread leak via `Weak ThreadId` and `modifyTVar'`.
|
||||||
|
[#156](https://github.com/kazu-yamamoto/http2/pull/156)
|
||||||
|
|
||||||
|
## 5.3.7
|
||||||
|
|
||||||
|
* Using `withHandle` of time-manager.
|
||||||
|
* Getting `Handle` for each thread.
|
||||||
|
* Providing allocSimpleConfig' to enable customizing WAI tiemout manager.
|
||||||
|
* Monitor option (-m) for h2c-client and h2c-server.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 16 23:38:06 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update http2 to version 5.3.6.
|
||||||
|
## 5.3.6
|
||||||
|
|
||||||
|
* Making `runIO` friendly with the new synchronism mechanism.
|
||||||
|
[#152](https://github.com/kazu-yamamoto/http2/pull/152)
|
||||||
|
* Re-throwing asynchronous exceptions to prevent thread leak.
|
||||||
|
* Simplifying the synchronism mechanism between workers and the sender.
|
||||||
|
[#148](https://github.com/kazu-yamamoto/http2/pull/148)
|
||||||
|
|
||||||
|
## 5.3.5
|
||||||
|
|
||||||
|
* Using `http-semantics` v0.3.
|
||||||
|
* Deprecating `numberOfWorkers`.
|
||||||
|
* Removing `unliftio`.
|
||||||
|
* Avoid `undefined` in client.
|
||||||
|
[#146](https://github.com/kazu-yamamoto/http2/pull/146)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 22:43:27 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu Aug 29 22:43:27 UTC 2024 - 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: 5.3.4
|
Version: 5.3.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP/2 library
|
Summary: HTTP/2 library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -58,8 +58,6 @@ BuildRequires: ghc-time-manager-devel
|
|||||||
BuildRequires: ghc-time-manager-prof
|
BuildRequires: ghc-time-manager-prof
|
||||||
BuildRequires: ghc-unix-time-devel
|
BuildRequires: ghc-unix-time-devel
|
||||||
BuildRequires: ghc-unix-time-prof
|
BuildRequires: ghc-unix-time-prof
|
||||||
BuildRequires: ghc-unliftio-devel
|
|
||||||
BuildRequires: ghc-unliftio-prof
|
|
||||||
BuildRequires: ghc-utf8-string-devel
|
BuildRequires: ghc-utf8-string-devel
|
||||||
BuildRequires: ghc-utf8-string-prof
|
BuildRequires: ghc-utf8-string-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:434a41cf316c772c29d17426672d5e5dd5e6f8b0c30c6aa78fedb1f9b412d400
|
|
||||||
size 5502418
|
|
3
http2-5.3.9.tar.gz
Normal file
3
http2-5.3.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ed31519dbd56a743c53cb24cb9a3fb3d014893b5dd1ad8c91c520f0e34f9b71
|
||||||
|
size 5499718
|
Loading…
x
Reference in New Issue
Block a user