forked from pool/nghttp2
Accepting request 1142108 from home:dirkmueller:Factory
- update to 1.59.0: * Update bash_completion * h2load: Fix bug that ttfb is not recorded if h3 stream has no data * h2load: Consider all h2 HEADERS when counting bytes and recording ttfb * h2load: Ignore 1xx status code * nghttpd: Free SSL_CTX on exit * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data * cmake: Require OpenSSL >= 1.1.1 * Add nghttp2_select_alpn and deprecate nghttp2_select_next_protocol * nghttpx: Add --alpn-list and deprecate --npn-list * h2load: Add --alpn-list and deprecate --npn-list * Remove NPN * src: Support building with aws-lc * Avoid detecting OpenSSL 3.2 as quictls * Use nghttp3_pri_parse_priority added since nghttp3 v1.1.0 * h2load: Fix IPv6 address in :authority * h2load: Fix IPv6 address in :authority * nghttpx: Propagate stream priority from backend to frontend * nghttpx: Propagate stream priority from backend to frontend * Merge pull request #1991 from nghttp2/get-and-parse- extpri * Add API to get and parse RFC 9218 priority * nghttpx: Prefer __FILE_NAME__ if defined OBS-URL: https://build.opensuse.org/request/show/1142108 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=119
This commit is contained in:
parent
89d7710f89
commit
abbdc89308
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0
|
||||
size 1546332
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZTutsgAKCRB+hAPV1nPD
|
||||
ZsbqAKCVt4goFjyS3trFrg8RYdUX10JskgCgoXLXok9yrVTjXiZmVHZuab0UHSo=
|
||||
=tfNI
|
||||
-----END PGP SIGNATURE-----
|
3
nghttp2-1.59.0.tar.xz
Normal file
3
nghttp2-1.59.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb
|
||||
size 1546956
|
6
nghttp2-1.59.0.tar.xz.asc
Normal file
6
nghttp2-1.59.0.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZaz0+QAKCRB+hAPV1nPD
|
||||
ZmPTAJ0ceg6dqNzuw3Y7OELMQXz+4NwaVACfbYRu9e/+nu2g3Qd5ctWK1ZjWhSA=
|
||||
=yo7q
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 17:01:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.59.0:
|
||||
* Update bash_completion
|
||||
* h2load: Fix bug that ttfb is not recorded if h3 stream
|
||||
has no data
|
||||
* h2load: Consider all h2 HEADERS when counting bytes and
|
||||
recording ttfb
|
||||
* h2load: Ignore 1xx status code
|
||||
* nghttpd: Free SSL_CTX on exit
|
||||
* nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
|
||||
* nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
|
||||
* cmake: Require OpenSSL >= 1.1.1
|
||||
* Add nghttp2_select_alpn and deprecate
|
||||
nghttp2_select_next_protocol
|
||||
* nghttpx: Add --alpn-list and deprecate --npn-list
|
||||
* h2load: Add --alpn-list and deprecate --npn-list
|
||||
* Remove NPN
|
||||
* src: Support building with aws-lc
|
||||
* Avoid detecting OpenSSL 3.2 as quictls
|
||||
* Use nghttp3_pri_parse_priority added since nghttp3 v1.1.0
|
||||
* h2load: Fix IPv6 address in :authority
|
||||
* h2load: Fix IPv6 address in :authority
|
||||
* nghttpx: Propagate stream priority from backend to
|
||||
frontend
|
||||
* nghttpx: Propagate stream priority from backend to
|
||||
frontend
|
||||
* Merge pull request #1991 from nghttp2/get-and-parse-
|
||||
extpri
|
||||
* Add API to get and parse RFC 9218 priority
|
||||
* nghttpx: Prefer __FILE_NAME__ if defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 22:23:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global sover 14
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
Name: nghttp2
|
||||
Version: 1.58.0
|
||||
Version: 1.59.0
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(libev)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%ifnarch ppc %{arm}
|
||||
BuildRequires: pkgconfig(jemalloc)
|
||||
|
Loading…
Reference in New Issue
Block a user