From 8ac1f8cbff8f15fd318abe7ffd51b5c93743a1d57134e422fa52d8a61000f281 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 18 Jan 2019 17:16:34 +0000 Subject: [PATCH] Accepting request 667023 from home:seanlew:branches:devel:libraries:c_c++ Update nghttp2 OBS-URL: https://build.opensuse.org/request/show/667023 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=92 --- nghttp2-1.35.1.tar.xz | 3 --- nghttp2-1.36.0.tar.xz | 3 +++ nghttp2.changes | 14 ++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.35.1.tar.xz create mode 100644 nghttp2-1.36.0.tar.xz diff --git a/nghttp2-1.35.1.tar.xz b/nghttp2-1.35.1.tar.xz deleted file mode 100644 index 06a3ad1..0000000 --- a/nghttp2-1.35.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b7f5b09c3ca40a46118240bf476a5babf4bd93a1e4fde2337c308c4c5c3263a -size 1614460 diff --git a/nghttp2-1.36.0.tar.xz b/nghttp2-1.36.0.tar.xz new file mode 100644 index 0000000..f6e34d0 --- /dev/null +++ b/nghttp2-1.36.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bb86157b88eda5a6844a232e039febbb52c1aa44b640acbbfabe729b8287fc +size 1629020 diff --git a/nghttp2.changes b/nghttp2.changes index 8b0aa31..0e4a7db 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 18 16:42:34 UTC 2019 - seanlew@opensuse.org + +- Update to 1.36.0 + * build: disable shared library if ENABLE_SHARED_LIB is off + * third-party: use http-parser to v2.9.0 (GH-1294) + * third-party: Update mruby to 2.0.0 + * nghttpx: Pool h1 backend connection per address (GH-1292) + * nghttpx: Randomize backend address round robin order per thread + (GH-1291) + * nghttpx: Fix getting long SNs for openssl < 1.1 (GH-1287) + * h2load: add an option to write per-request logs (GH-1256) + * asio: added access to # of the current server port (GH-1257) + ------------------------------------------------------------------- Fri Jan 18 14:35:14 UTC 2019 - Tomáš Chvátal diff --git a/nghttp2.spec b/nghttp2.spec index f662ed2..23afc7d 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -29,7 +29,7 @@ %bcond_with python %endif Name: nghttp2%{psuffix} -Version: 1.35.1 +Version: 1.36.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT