Accepting request 1222961 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1222961 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-warp?expand=0&rev=18
This commit is contained in:
commit
38548c78a6
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
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.3
|
||||
Release: 0
|
||||
Summary: A fast, light-weight web server for WAI applications
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ca9c7df2ba44ffe225df63866f32b14b70ea2c045ff9301bac982ce377ec38d
|
||||
size 67075
|
3
warp-3.4.3.tar.gz
Normal file
3
warp-3.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0631b003b96873c8cc3fc1b3d346d24ae491dcf561640347cbd21385ea1acfbc
|
||||
size 68636
|
Loading…
x
Reference in New Issue
Block a user