From d3cf537638b77d466d9cfc94d40c9ad93c1ef2c3d223799d242a804f12fdba88 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 21 Apr 2017 10:31:46 +0000 Subject: [PATCH] - Update to version 1.21.1: OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=67 --- nghttp2-1.20.0.tar.xz | 3 --- nghttp2-1.21.1.tar.xz | 3 +++ nghttp2.changes | 24 ++++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.20.0.tar.xz create mode 100644 nghttp2-1.21.1.tar.xz diff --git a/nghttp2-1.20.0.tar.xz b/nghttp2-1.20.0.tar.xz deleted file mode 100644 index 844a3c7..0000000 --- a/nghttp2-1.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2b78915284f32d86c80cd8037b8e5f8c9e94f8a98f674a45cdfb79b863ce62 -size 1513840 diff --git a/nghttp2-1.21.1.tar.xz b/nghttp2-1.21.1.tar.xz new file mode 100644 index 0000000..4b221ab --- /dev/null +++ b/nghttp2-1.21.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce4aff2308f09975236c2d7c1e6151ffef07b08995271e708085cef8d3804fe +size 1509376 diff --git a/nghttp2.changes b/nghttp2.changes index 229e02a..910ea01 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Apr 21 10:27:41 UTC 2017 - mpluskal@suse.com + +- Update to version 1.21.1: + * asio: Fix crash if connect takes longer time than ping interval (GH-866) + * nghttpx: Fix bug that 204 from h1 backend is always treated as error (GH-871) +- Changes for version 1.21.0: + * lib: Fix nghttp2_session_want_write (GH-832) + * doc: Document pkg-config path usage + * build: Eliminate U macro; Instead use (void)VAR for better compiler compatibility. + * src: BoringSSL supports SSL_CTX_set_{min,max}_proto_version. (Patch from Piotr Sikora) (GH-853) + * src: Use Mozilla's "Modern compatibility" ciphers by default + * src: nghttp2_gzip: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 (Patch from Alexis La Goutte) (GH-823) + * nghttpx: Print version number with -v option + * nghttpx: Enable X25519 with boringssl + * nghttpx: Retry getaddrinfo without AI_ADDRCONFIG (GH-858) + * nghttpx: Failing to listen on server socket is fatal error + * nghttpx: Escape certain characters in access log (GH-856) + * nghttpx: Ignore further input if connection is going to close + * nghttpx: Don't call functions which are not async-signal-safe after fork but before execv in multithreaded process. + * nghttpx: Enable backend pattern matching with http2-proxy (GH-733) + * asio: client: Send PING after 30 seconds idle (GH-847) + + ------------------------------------------------------------------- Thu Mar 23 18:53:19 UTC 2017 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 885451b..626f0f4 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.20.0 +Version: 1.21.1 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT