- Update to 1.0.4
* Fix assertion failure in stream_update_dep_on_detach_item (GH-264) - Changes for 1.0.3 * Fix bug that idle self-depending PRIORITY is not handled gracefully * Optimize dependency based priority code to Firefox style tree * enable third-party for asio_lib too (Patch from Mike Frysinger) * fetch-ocsp-response: Support LibreSSL, and include port in ocsp_host * src: Support compile with LibreSSL * nghttpx: Fix bug that x-forwarded-proto header field does not reflect frontend scheme on HTTP/2 backend * nghttpx: Validate :path on SPDY frontend OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=24
This commit is contained in:
parent
29dc9489af
commit
fd67071995
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ea61f0aca47dedfedb6179e26d0e89dac7674fd93fe1d9645d51ff24fcd00cc
|
|
||||||
size 910308
|
|
3
nghttp2-1.0.4.tar.xz
Normal file
3
nghttp2-1.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87985496c0636e548c12f92fb629c576e4b5ad9b9a3f6fe59baaffc3c5ba3f89
|
||||||
|
size 909196
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 10:52:12 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.0.4
|
||||||
|
* Fix assertion failure in stream_update_dep_on_detach_item
|
||||||
|
(GH-264)
|
||||||
|
- Changes for 1.0.3
|
||||||
|
* Fix bug that idle self-depending PRIORITY is not handled
|
||||||
|
gracefully
|
||||||
|
* Optimize dependency based priority code to Firefox style tree
|
||||||
|
* enable third-party for asio_lib too (Patch from Mike
|
||||||
|
Frysinger)
|
||||||
|
* fetch-ocsp-response: Support LibreSSL, and include port in
|
||||||
|
ocsp_host
|
||||||
|
* src: Support compile with LibreSSL
|
||||||
|
* nghttpx: Fix bug that x-forwarded-proto header field does not
|
||||||
|
reflect frontend scheme on HTTP/2 backend
|
||||||
|
* nghttpx: Validate :path on SPDY frontend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 08:27:32 UTC 2015 - mpluskal@suse.com
|
Tue Jun 16 08:27:32 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define lib_name lib%{name}-14
|
%define lib_name lib%{name}-14
|
||||||
%define lib_name_asio lib%{name}_asio1
|
%define lib_name_asio lib%{name}_asio1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.0.2
|
Version: 1.0.4
|
||||||
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…
x
Reference in New Issue
Block a user