osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-warp revision:21, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-warp?expand=0&rev=24
This commit is contained in:
parent
c42bcd0fe5
commit
d9d1d42109
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 00:40:33 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.3.23.
|
||||
## 3.3.23
|
||||
|
||||
* Add `setAccept` for hooking the socket `accept` call.
|
||||
[#912](https://github.com/yesodweb/wai/pull/912)
|
||||
* Removed some package dependencies from test suite
|
||||
[#902](https://github.com/yesodweb/wai/pull/902)
|
||||
* Factored out `Network.Wai.Handler.Warp.Recv` to its own package `recv`.
|
||||
[#899](https://github.com/yesodweb/wai/pull/899)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 01:16:33 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.3.22.
|
||||
## 3.3.22
|
||||
|
||||
* Creating a bigger buffer when the current one is too small to fit the Builder
|
||||
[#895](https://github.com/yesodweb/wai/pull/895)
|
||||
* Using InvalidRequest instead of HTTP2Error
|
||||
[#890](https://github.com/yesodweb/wai/pull/890)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 01:06:32 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name warp
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.3.21
|
||||
Version: 3.3.23
|
||||
Release: 0
|
||||
Summary: A fast, light-weight web server for WAI applications
|
||||
License: MIT
|
||||
@ -38,6 +38,7 @@ BuildRequires: ghc-http-types-devel
|
||||
BuildRequires: ghc-http2-devel
|
||||
BuildRequires: ghc-iproute-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-recv-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-simple-sendfile-devel
|
||||
BuildRequires: ghc-stm-devel
|
||||
@ -53,14 +54,11 @@ BuildRequires: ghc-word8-devel
|
||||
BuildRequires: ghc-x509-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-http-client-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f75fce0cfc68e1e899151ea1688f17be18ea9b384ce8be97dbea8ab83d43f6f
|
||||
size 66529
|
3
warp-3.3.23.tar.gz
Normal file
3
warp-3.3.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bad666f7c8557f5b1d3c5f367cff7115d2627bbd69859e319d2fff823f3b3978
|
||||
size 65513
|
Loading…
x
Reference in New Issue
Block a user