From 36946ee68ec8d2d2becfc407661ed658a242371c851fc0d817fc2bc2aaa976d6 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 8 Oct 2018 19:53:42 +0000 Subject: [PATCH] Accepting request 640687 from home:adamm:branches:devel:libraries:c_c++ - Update to version 1.34.0: * lib: Implement RFC 8441 :protocol support * nghttpx: Add read/write-timeout parameters to backend option * nghttpx: Fix mruby parameter validation in backend option * nghttpx: Implement RFC 8441 Bootstrapping WebSocket with HTTP/2 * nghttpx: Update neverbleed to fix OpenSSL 1.1.1 issues * nghttpx: Update mruby 1.4.1 * nghttpx: Add mruby env.tls_handshake_finished * nghttpx: Add --tls13-ciphers and --tls-client-ciphers options * nghttpx: Add RFC 8470 Early-Data header field support * nghttpx: Add RFC 8446 TLSv1.3 0-RTT early data support OBS-URL: https://build.opensuse.org/request/show/640687 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=87 --- nghttp2-1.33.0.tar.xz | 3 --- nghttp2-1.34.0.tar.xz | 3 +++ nghttp2.changes | 15 +++++++++++++++ nghttp2.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 nghttp2-1.33.0.tar.xz create mode 100644 nghttp2-1.34.0.tar.xz diff --git a/nghttp2-1.33.0.tar.xz b/nghttp2-1.33.0.tar.xz deleted file mode 100644 index b9302ec..0000000 --- a/nghttp2-1.33.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4879ce9ff3320f5344b910ee1c46ed5e366edc2272620cf17d8e762724d7df1e -size 1554776 diff --git a/nghttp2-1.34.0.tar.xz b/nghttp2-1.34.0.tar.xz new file mode 100644 index 0000000..f3f55dd --- /dev/null +++ b/nghttp2-1.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb0c013141495e24bd6deca022b5a92097a7848a0c17c4e5af1243a97fa622e +size 1612432 diff --git a/nghttp2.changes b/nghttp2.changes index 994ef2e..41aa6a5 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 8 19:46:51 UTC 2018 - adam.majer@suse.de + +- Update to version 1.34.0: + * lib: Implement RFC 8441 :protocol support + * nghttpx: Add read/write-timeout parameters to backend option + * nghttpx: Fix mruby parameter validation in backend option + * nghttpx: Implement RFC 8441 Bootstrapping WebSocket with HTTP/2 + * nghttpx: Update neverbleed to fix OpenSSL 1.1.1 issues + * nghttpx: Update mruby 1.4.1 + * nghttpx: Add mruby env.tls_handshake_finished + * nghttpx: Add --tls13-ciphers and --tls-client-ciphers options + * nghttpx: Add RFC 8470 Early-Data header field support + * nghttpx: Add RFC 8446 TLSv1.3 0-RTT early data support + ------------------------------------------------------------------- Wed Sep 26 08:00:27 UTC 2018 - adam.majer@suse.de diff --git a/nghttp2.spec b/nghttp2.spec index 8b3420e..3b7b6ef 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,13 +21,13 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.33.0 +Version: 1.34.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT Group: Development/Libraries/C and C++ URL: https://nghttp2.org/ -Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch Patch0: %{name}-remove-python-build.patch