- Update to version 1.16.1:
* lib: Prevent undefined behavior in decode_length * nghttpx: Fix bug which may crash nghttpx if non-final response is forwarded from origin server to HTTP/1.1 client - Changes for version 1.16.0: * lib: Add nghttp2_set_debug_vprintf_callback to take advantage of DEBUGF statements in when building DEBUGBUILD. * Update .clang-format for clang-format-3.9 * build: Make it possible to include nghttp2/CMakeLists.txt in another project using add_subdirectory. * third-party: Update http-parser to feae95a3a69f111bc1897b9048d9acbc290992f9 * asio: Fix crash when end() is called outside nghttp2 callback * nghttpx: Add --backend-connect-timeout option * nghttpx: Add TLS signed_certificate_timestamp extension support * nghttpx: Add --ecdh-curves option to specify list of named curves * h2load: Add --header-table-size and --encoder-header-table-size options OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=61
This commit is contained in:
parent
1d03faffae
commit
255e0d06b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:317afbef79eec624577d006ea7111cf978d2c88e999a6f336c83b99f924b5e4a
|
||||
size 1491916
|
3
nghttp2-1.16.1.tar.xz
Normal file
3
nghttp2-1.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:226241d4869aec0c755c1650f72839a34ea31ecf31ba75586efa6c2b45a9e2d0
|
||||
size 1495660
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 09:44:32 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.16.1:
|
||||
* lib: Prevent undefined behavior in decode_length
|
||||
* nghttpx: Fix bug which may crash nghttpx if non-final response
|
||||
is forwarded from origin server to HTTP/1.1 client
|
||||
- Changes for version 1.16.0:
|
||||
* lib: Add nghttp2_set_debug_vprintf_callback to take advantage
|
||||
of DEBUGF statements in when building DEBUGBUILD.
|
||||
* Update .clang-format for clang-format-3.9
|
||||
* build: Make it possible to include nghttp2/CMakeLists.txt in
|
||||
another project using add_subdirectory.
|
||||
* third-party: Update http-parser to
|
||||
feae95a3a69f111bc1897b9048d9acbc290992f9
|
||||
* asio: Fix crash when end() is called outside nghttp2 callback
|
||||
* nghttpx: Add --backend-connect-timeout option
|
||||
* nghttpx: Add TLS signed_certificate_timestamp extension support
|
||||
* nghttpx: Add --ecdh-curves option to specify list of named
|
||||
curves
|
||||
* h2load: Add --header-table-size and --encoder-header-table-size
|
||||
options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 09:01:48 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define soname_asio libnghttp2_asio
|
||||
%define sover_asio 1
|
||||
Name: nghttp2
|
||||
Version: 1.15.0
|
||||
Version: 1.16.1
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user