From 87f1397fc16415a3860544a9baba5e39a43dff1960d999ff4622519282fcb6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 12:51:06 +0000 Subject: [PATCH] Accepting request 765237 from home:mrostecki:branches:devel:kubic - Update to version 1.40.0 * lib: Add nghttp2_check_authority as public API * lib: Fix the bug that stream is closed with wrong error code * lib: Faster huffman encoding and decoding * build: Avoid filename collision of static and dynamic lib * build: Add new flag ENABLE_STATIC_CRT for Windows * build: cmake: Support building nghttpx with systemd * third-party: Update neverbleed to fix memory leak * nghttpx: Fix bug that mruby is incorrectly shared between backends * nghttpx: Reconnect h1 backend if it lost connection before sending headers * nghttpx: Returns 408 if backend timed out before sending headers * nghttpx: Fix request stal OBS-URL: https://build.opensuse.org/request/show/765237 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=99 --- nghttp2-1.39.2.tar.xz | 3 --- nghttp2-1.40.0.tar.xz | 3 +++ nghttp2.changes | 19 +++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.39.2.tar.xz create mode 100644 nghttp2-1.40.0.tar.xz diff --git a/nghttp2-1.39.2.tar.xz b/nghttp2-1.39.2.tar.xz deleted file mode 100644 index 51e8c60..0000000 --- a/nghttp2-1.39.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b -size 1635428 diff --git a/nghttp2-1.40.0.tar.xz b/nghttp2-1.40.0.tar.xz new file mode 100644 index 0000000..9612930 --- /dev/null +++ b/nghttp2-1.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073 +size 1637004 diff --git a/nghttp2.changes b/nghttp2.changes index 9c5a758..7d7ffc9 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 14 18:01:52 UTC 2020 - MichaƂ Rostecki + +- Update to version 1.40.0 + * lib: Add nghttp2_check_authority as public API + * lib: Fix the bug that stream is closed with wrong error code + * lib: Faster huffman encoding and decoding + * build: Avoid filename collision of static and dynamic lib + * build: Add new flag ENABLE_STATIC_CRT for Windows + * build: cmake: Support building nghttpx with systemd + * third-party: Update neverbleed to fix memory leak + * nghttpx: Fix bug that mruby is incorrectly shared between + backends + * nghttpx: Reconnect h1 backend if it lost connection before + sending headers + * nghttpx: Returns 408 if backend timed out before sending + headers + * nghttpx: Fix request stal + ------------------------------------------------------------------- Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index 8c664fc..9d7ea04 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -29,7 +29,7 @@ %bcond_with python %endif Name: nghttp2%{psuffix} -Version: 1.39.2 +Version: 1.40.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT