Accepting request 640688 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/640688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=54
This commit is contained in:
commit
6d1f1e14a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4879ce9ff3320f5344b910ee1c46ed5e366edc2272620cf17d8e762724d7df1e
|
|
||||||
size 1554776
|
|
3
nghttp2-1.34.0.tar.xz
Normal file
3
nghttp2-1.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ecb0c013141495e24bd6deca022b5a92097a7848a0c17c4e5af1243a97fa622e
|
||||||
|
size 1612432
|
@ -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
|
Wed Sep 26 08:00:27 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%define soname_asio libnghttp2_asio
|
%define soname_asio libnghttp2_asio
|
||||||
%define sover_asio 1
|
%define sover_asio 1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.33.0
|
Version: 1.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://nghttp2.org/
|
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
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
|
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
|
||||||
Patch0: %{name}-remove-python-build.patch
|
Patch0: %{name}-remove-python-build.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user