Accepting request 765254 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/765254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=61
This commit is contained in:
commit
e57e11a943
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b
|
|
||||||
size 1635428
|
|
3
nghttp2-1.40.0.tar.xz
Normal file
3
nghttp2-1.40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073
|
||||||
|
size 1637004
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 18:01:52 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.40.0
|
||||||
|
* lib: Add nghttp2_check_authority as public API
|
||||||
|
* lib: Fix the bug that stream is closed with wrong error code
|
||||||
|
* lib: Faster huffman encoding and decoding
|
||||||
|
* build: Avoid filename collision of static and dynamic lib
|
||||||
|
* build: Add new flag ENABLE_STATIC_CRT for Windows
|
||||||
|
* build: cmake: Support building nghttpx with systemd
|
||||||
|
* third-party: Update neverbleed to fix memory leak
|
||||||
|
* nghttpx: Fix bug that mruby is incorrectly shared between
|
||||||
|
backends
|
||||||
|
* nghttpx: Reconnect h1 backend if it lost connection before
|
||||||
|
sending headers
|
||||||
|
* nghttpx: Returns 408 if backend timed out before sending
|
||||||
|
headers
|
||||||
|
* nghttpx: Fix request stal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%bcond_with python
|
%bcond_with python
|
||||||
%endif
|
%endif
|
||||||
Name: nghttp2%{psuffix}
|
Name: nghttp2%{psuffix}
|
||||||
Version: 1.39.2
|
Version: 1.40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user