From cabade15fcb821e5e2b32f25e9743e65a4f07536341ee8f6f9cbb1dbea4e3c32 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 9 Jul 2018 15:17:12 +0000 Subject: [PATCH] - Update to version 1.32.0: * lib: Ignore all input after calling session_terminate_session * lib: Fix treatment of padding * lib: Don't allow 101 HTTP status code because HTTP/2 removes HTTP Upgrade * build: add ENABLE_STATIC_LIB option to build static lib * third-party: Upgrade neverbleed to the latest master * asio: Support client side SNI * src: Compile with libressl 2.7.2 * src: Allow building without NPN * h2load: -r and --duration are mutually exclusive OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=85 --- nghttp2-1.31.1.tar.xz | 3 --- nghttp2-1.32.0.tar.xz | 3 +++ nghttp2.changes | 15 +++++++++++++++ nghttp2.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 nghttp2-1.31.1.tar.xz create mode 100644 nghttp2-1.32.0.tar.xz diff --git a/nghttp2-1.31.1.tar.xz b/nghttp2-1.31.1.tar.xz deleted file mode 100644 index 8caf187..0000000 --- a/nghttp2-1.31.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b9c83ae95a7760a14410aeefa9d441c34453027bc938df7a2272520f32e103 -size 1545400 diff --git a/nghttp2-1.32.0.tar.xz b/nghttp2-1.32.0.tar.xz new file mode 100644 index 0000000..447da24 --- /dev/null +++ b/nghttp2-1.32.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d +size 1548528 diff --git a/nghttp2.changes b/nghttp2.changes index 6f5251e..db5e9fd 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 9 15:04:12 UTC 2018 - mpluskal@suse.com + +- Update to version 1.32.0: + * lib: Ignore all input after calling session_terminate_session + * lib: Fix treatment of padding + * lib: Don't allow 101 HTTP status code because HTTP/2 removes + HTTP Upgrade + * build: add ENABLE_STATIC_LIB option to build static lib + * third-party: Upgrade neverbleed to the latest master + * asio: Support client side SNI + * src: Compile with libressl 2.7.2 + * src: Allow building without NPN + * h2load: -r and --duration are mutually exclusive + ------------------------------------------------------------------- Fri Apr 13 08:40:38 UTC 2018 - tchvatal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index d3b3235..602095b 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.31.1 +Version: 1.32.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT @@ -38,15 +38,16 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: python3-Cython -BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libev) +BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(zlib) %ifnarch ppc %{arm} BuildRequires: pkgconfig(jemalloc)