- Version update to 1.31.0:
* lib: Add nghttp2_session_set_user_data() public API function (GH-1137) * src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro (GH-1128) * nghttpx: Close listening socket on graceful shutdown * nghttpx: Add an option to accept expired client certificate (GH-1126) * nghttpx: Add mruby tls_client_not_before, and tls_client_not_after (GH-1123) * nghttpx: Fix potential memory leak * lib: Allow PING frame to be sent after GOAWAY (GH-1103) * nghttpx: Fix bug that h1 backend idle timeout expires sooner * nghttpx: Stop overwrite of first header on mruby call to env.req.set_header(..) (Patch from Dylan Plecki) (GH-1119) * nghttpx: Add upgrade-scheme parameter to backend option (GH-1099) * nghttpx: Fix missing ALPN validation (--npn-list) (GH-1094) * nghttpx: Remember which resource is pushed for RFC 8297 (GH-1101) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=83
This commit is contained in:
parent
b8d3a29c14
commit
ab772a5b03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739
|
||||
size 1544736
|
3
nghttp2-1.31.0.tar.xz
Normal file
3
nghttp2-1.31.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36573c2dc74f0da872b02a3ccf1f1419d6b992dd4703dc866e5a289d36397ac7
|
||||
size 1545800
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 10:16:47 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Version update to 1.31.0:
|
||||
* lib: Add nghttp2_session_set_user_data() public API function (GH-1137)
|
||||
* src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro (GH-1128)
|
||||
* nghttpx: Close listening socket on graceful shutdown
|
||||
* nghttpx: Add an option to accept expired client certificate (GH-1126)
|
||||
* nghttpx: Add mruby tls_client_not_before, and tls_client_not_after (GH-1123)
|
||||
* nghttpx: Fix potential memory leak
|
||||
* lib: Allow PING frame to be sent after GOAWAY (GH-1103)
|
||||
* nghttpx: Fix bug that h1 backend idle timeout expires sooner
|
||||
* nghttpx: Stop overwrite of first header on mruby call to env.req.set_header(..) (Patch from Dylan Plecki) (GH-1119)
|
||||
* nghttpx: Add upgrade-scheme parameter to backend option (GH-1099)
|
||||
* nghttpx: Fix missing ALPN validation (--npn-list) (GH-1094)
|
||||
* nghttpx: Remember which resource is pushed for RFC 8297 (GH-1101)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 08:59:52 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define soname_asio libnghttp2_asio
|
||||
%define sover_asio 1
|
||||
Name: nghttp2
|
||||
Version: 1.29.0
|
||||
Version: 1.31.0
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
@ -121,6 +121,8 @@ HTTP/2 client, server and proxy.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# fix python shebang
|
||||
sed -i -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:g' script/fetch-ocsp-response
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user