forked from pool/ghc-warp
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
010ae16b88 | ||
|
d3e55c90eb | ||
|
38548c78a6 | ||
|
2a8a84b47a |
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 06:33:00 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.4.7.
|
||||
## 3.4.7
|
||||
|
||||
* Using time-manager >= 0.2.
|
||||
|
||||
## 3.4.6
|
||||
|
||||
* Using `withHandle` of time-manager.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 21:11:28 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.4.5.
|
||||
## 3.4.5
|
||||
|
||||
* Rethrowing asynchronous exceptions and preventing callsing
|
||||
`connClose` twice.
|
||||
[#1013](https://github.com/yesodweb/wai/pull/1013)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 01:53:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.4.4.
|
||||
## 3.4.4
|
||||
|
||||
* Removing `unliftio`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 04:15:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update warp to version 3.4.3.
|
||||
## 3.4.3
|
||||
|
||||
* Waiting untill the number of FDs desreases on EMFILE.
|
||||
[#1009](https://github.com/yesodweb/wai/pull/1009)
|
||||
|
||||
## 3.4.2
|
||||
|
||||
* serveConnection is re-exported from the Internal module.
|
||||
[#1007](https://github.com/yesodweb/wai/pull/1007)
|
||||
|
||||
## 3.4.1
|
||||
|
||||
* Using time-manager v0.1.0, and auto-update v0.2.0.
|
||||
[#986](https://github.com/yesodweb/wai/pull/986)
|
||||
|
||||
## 3.4.0
|
||||
|
||||
* Reworked request lines (`CRLF`) parsing: [#968](https://github.com/yesodweb/wai/pulls)
|
||||
* We do not accept multiline headers anymore.
|
||||
([`RFC 7230`](https://www.rfc-editor.org/rfc/rfc7230#section-3.2.4) deprecated it 10 years ago)
|
||||
* Reworked request lines (`CRLF`) parsing to not unnecessarily copy bytestrings.
|
||||
* Using http2 v5.1.0.
|
||||
* `fourmolu` is used as an official formatter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 02:53:02 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-warp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.3.31
|
||||
Version: 3.4.7
|
||||
Release: 0
|
||||
Summary: A fast, light-weight web server for WAI applications
|
||||
License: MIT
|
||||
@ -29,6 +29,8 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-async-prof
|
||||
BuildRequires: ghc-auto-update-devel
|
||||
BuildRequires: ghc-auto-update-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
@ -70,8 +72,6 @@ BuildRequires: ghc-time-manager-devel
|
||||
BuildRequires: ghc-time-manager-prof
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unix-prof
|
||||
BuildRequires: ghc-unliftio-devel
|
||||
BuildRequires: ghc-unliftio-prof
|
||||
BuildRequires: ghc-vault-devel
|
||||
BuildRequires: ghc-vault-prof
|
||||
BuildRequires: ghc-wai-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ca9c7df2ba44ffe225df63866f32b14b70ea2c045ff9301bac982ce377ec38d
|
||||
size 67075
|
3
warp-3.4.7.tar.gz
Normal file
3
warp-3.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:facc035c77e90cd67cec15eeea8a760e1bdedcd3bde5e65f3a96e348b1f513e8
|
||||
size 68905
|
Loading…
x
Reference in New Issue
Block a user