Accepting request 621740 from devel:libraries:c_c++

- Update to version 1.32.0:

OBS-URL: https://build.opensuse.org/request/show/621740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2018-07-13 08:18:34 +00:00 committed by Git OBS Bridge
commit 6850697cce
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65b9c83ae95a7760a14410aeefa9d441c34453027bc938df7a2272520f32e103
size 1545400

3
nghttp2-1.32.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d
size 1548528

View File

@ -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

View File

@ -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)