Accepting request 494216 from devel:libraries:c_c++
- Update to version 1.22.0: OBS-URL: https://build.opensuse.org/request/show/494216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=42
This commit is contained in:
commit
4ce3d9bc25
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ce4aff2308f09975236c2d7c1e6151ffef07b08995271e708085cef8d3804fe
|
|
||||||
size 1509376
|
|
3
nghttp2-1.22.0.tar.xz
Normal file
3
nghttp2-1.22.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f14af22f14107901ea6077413f1a387948bf11cdaa4613ba361a0e3e8cacbbe7
|
||||||
|
size 1514712
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 10 12:03:35 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.22.0:
|
||||||
|
* lib: Add missing free call on error in inflight_settings_new() (Patch from lstefani) (GH-884)
|
||||||
|
* asio: Support specifying stream priority via session::submit() (Patch from Matt Way) (GH-881)
|
||||||
|
* nghttpx: Clarify --conf option behaviour
|
||||||
|
* nghttpx: Add $tls_sni access log variable (GH-896)
|
||||||
|
* nghttpx: Rename ssl_* log variables as tls_* (GH-895)
|
||||||
|
* nghttpx: Fix path matching bug (GH-894)
|
||||||
|
* nghttpx: SNI based backend server selection (GH-892)
|
||||||
|
* nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3 (GH-878)
|
||||||
|
* nghttpx: Add options for X-Forwarded-Proto header field (GH-872)
|
||||||
|
* nghttpx: Add --single-process option (GH-869)
|
||||||
|
* nghttpx: Use 502 as server error code
|
||||||
|
* nghttpx: Use SSL_CTX_set_early_data_enabled with boringssl
|
||||||
|
* nghttp: Verify server certificate and show warning if it fails (GH-870)
|
||||||
|
* integration: Use nip.io instead of xip.io
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 10:27:41 UTC 2017 - mpluskal@suse.com
|
Fri Apr 21 10:27:41 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define soname_asio libnghttp2_asio
|
%define soname_asio libnghttp2_asio
|
||||||
%define sover_asio 1
|
%define sover_asio 1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.21.1
|
Version: 1.22.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