From 255e0d06b667d9979f79f084ceb93732c38122c6220a7cf3fd64f4e189f71b1e Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 24 Nov 2016 09:49:34 +0000 Subject: [PATCH] - 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 --- nghttp2-1.15.0.tar.xz | 3 --- nghttp2-1.16.1.tar.xz | 3 +++ nghttp2.changes | 23 +++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.15.0.tar.xz create mode 100644 nghttp2-1.16.1.tar.xz diff --git a/nghttp2-1.15.0.tar.xz b/nghttp2-1.15.0.tar.xz deleted file mode 100644 index 86b0da7..0000000 --- a/nghttp2-1.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:317afbef79eec624577d006ea7111cf978d2c88e999a6f336c83b99f924b5e4a -size 1491916 diff --git a/nghttp2-1.16.1.tar.xz b/nghttp2-1.16.1.tar.xz new file mode 100644 index 0000000..ca8d047 --- /dev/null +++ b/nghttp2-1.16.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226241d4869aec0c755c1650f72839a34ea31ecf31ba75586efa6c2b45a9e2d0 +size 1495660 diff --git a/nghttp2.changes b/nghttp2.changes index 43dc406..1b6f4ab 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -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 diff --git a/nghttp2.spec b/nghttp2.spec index 19b54c3..0bc092e 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -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