- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
64f07a958c
commit
cabade15fc
@@ -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
3
nghttp2-1.32.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d
|
||||
size 1548528
|
@@ -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
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user