forked from pool/nghttp2
Accepting request 1158922 from home:pgajdos
- version update to 1.60.0 * makerelease.sh: Speed up git submodule * Speed up git clone * build(deps): bump actions/cache from 3 to 4 * Fixing the build and install trees * build(deps): bump microsoft/setup-msbuild from 1 to 2 * nghttpx: Set ocsp response to SSL in case of boringssl * Run with python3 * src: Certificate Compression with boringssl * Fix missing newline * Switch to aws lc * Libbrotli fixup * Deprecate RFC 7540 priorities (aka stream dependencies) * Let dependabot manage go modules * build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 * integration-tests: Omit unused parameters * Munit * Introduce nghttp2_ssize API * Move deprecated warning upfront * Describe RFC 7540 priorities deprecation plan * Apps migrate nghttp2 ssize * src: Remove unused functions * Reconsider ssize t usage in src * Use GitHub private vulnerability reporting * Move security policy to GitHub standard location * Bump mruby to 3.3.0 * Bump llhttp to 48588093ca4219b5f689acfc9ebea9e4c8c37663 * h2load: Add --sni option * Bump ngtcp2 dependencies * mruby: Adopt deprecation of mrbc_ prefix OBS-URL: https://build.opensuse.org/request/show/1158922 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=120
This commit is contained in:
parent
abbdc89308
commit
de817417d3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb
|
|
||||||
size 1546956
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZaz0+QAKCRB+hAPV1nPD
|
|
||||||
ZmPTAJ0ceg6dqNzuw3Y7OELMQXz+4NwaVACfbYRu9e/+nu2g3Qd5ctWK1ZjWhSA=
|
|
||||||
=yo7q
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
nghttp2-1.60.0.tar.xz
Normal file
3
nghttp2-1.60.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e
|
||||||
|
size 1587004
|
16
nghttp2-1.60.0.tar.xz.asc
Normal file
16
nghttp2-1.60.0.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEUWtiKRjRXEeKseo6UzmivoLgfewFAmXhkVQACgkQUzmivoLg
|
||||||
|
feyFOw//dJLjXBV/aSBczFFe4HrBgQOhRlN+7ub5CnyP/Vl2B9QC8uPuwOfLbg6C
|
||||||
|
L7vld8NaXM5nCWWFjphOR7KCSsNTjVxSApplLBVCP9o8Kka7APtBrqRsoxzoni2D
|
||||||
|
XnvIo7gaOKFRAM/FzwL9NSEgCCkQo631DegjSN1PPZJdjRtaBQyYNrLRSyVyNv5q
|
||||||
|
9q4oBxvJpRMogF+ALiWTHNcVE/UHNE2SoimkJOAxxFDpuk4q+j7Ru90QER9aZJDz
|
||||||
|
u/6GPt34tVy5VDslAHWbzTHemsu1ya0c9cpCNrAy06WcmhWT1dNIXdEHCZXfEViC
|
||||||
|
mVnCYCw39s3xAjSQWDkSNiVkg5Z/1E3mw+md+0teHRJuYVnwNXjdZ+mZpfW6l4nq
|
||||||
|
Qi/Z6jvBccavzAA9H6PazQ7uDvp5wjpk2Ns8bHw0uIk2dVBB8a4mezTG73lU+Q2k
|
||||||
|
8ovcflNk/aGbeK+AgkNvUHl44r6SIc1HSirpOR3xgh/qBjDB88PENFEg+rW/NdeO
|
||||||
|
nhjzEjvVv66TJv50sdO3GjOtN6bnWnsOHPigSRcXZx21HQWKyImts4TBkEJqfKMf
|
||||||
|
zYH6SAAAvIKkdvw8J4egUphKKzB+ByHxPw9na4XnTaefcGQ1PcVG6xGy0Y35uHmW
|
||||||
|
bWmKFTylo6V7AdKIoDwDrB/InL30JQ5/T/szn6Nx06odpd/S7H4=
|
||||||
|
=zRmy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 08:35:17 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.60.0
|
||||||
|
* makerelease.sh: Speed up git submodule
|
||||||
|
* Speed up git clone
|
||||||
|
* build(deps): bump actions/cache from 3 to 4
|
||||||
|
* Fixing the build and install trees
|
||||||
|
* build(deps): bump microsoft/setup-msbuild from 1 to 2
|
||||||
|
* nghttpx: Set ocsp response to SSL in case of boringssl
|
||||||
|
* Run with python3
|
||||||
|
* src: Certificate Compression with boringssl
|
||||||
|
* Fix missing newline
|
||||||
|
* Switch to aws lc
|
||||||
|
* Libbrotli fixup
|
||||||
|
* Deprecate RFC 7540 priorities (aka stream dependencies)
|
||||||
|
* Let dependabot manage go modules
|
||||||
|
* build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0
|
||||||
|
* integration-tests: Omit unused parameters
|
||||||
|
* Munit
|
||||||
|
* Introduce nghttp2_ssize API
|
||||||
|
* Move deprecated warning upfront
|
||||||
|
* Describe RFC 7540 priorities deprecation plan
|
||||||
|
* Apps migrate nghttp2 ssize
|
||||||
|
* src: Remove unused functions
|
||||||
|
* Reconsider ssize t usage in src
|
||||||
|
* Use GitHub private vulnerability reporting
|
||||||
|
* Move security policy to GitHub standard location
|
||||||
|
* Bump mruby to 3.3.0
|
||||||
|
* Bump llhttp to 48588093ca4219b5f689acfc9ebea9e4c8c37663
|
||||||
|
* h2load: Add --sni option
|
||||||
|
* Bump ngtcp2 dependencies
|
||||||
|
* mruby: Adopt deprecation of mrbc_ prefix
|
||||||
|
* neverbleed: Define _GNU_SOURCE for pthread_setaffinity_np
|
||||||
|
* bpf: Pre-expand aes key
|
||||||
|
* mruby: Exclude mrdb gem which causes nghttpx to crash
|
||||||
|
* nghttpx: Reuse EVP_CIPHER_CTX for QUIC connection ID encryption
|
||||||
|
* Run apt-get update before install
|
||||||
|
* src: Deal with the case that send_quantum < max_udp_payload_size
|
||||||
|
* nghttpx: Remove SHRPX_QUIC_MAX_UDP_PAYLOAD_SIZE
|
||||||
|
* Fix build when AI_NUMERICSERV is undefined
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang_path macro, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 28 17:01:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 28 17:01:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
11
nghttp2.spec
11
nghttp2.spec
@ -20,7 +20,7 @@
|
|||||||
%global sover 14
|
%global sover 14
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.59.0
|
Version: 1.60.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
|
||||||
@ -93,8 +93,6 @@ HTTP/2 client, server and proxy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n nghttp2-%{version}
|
%setup -q -n nghttp2-%{version}
|
||||||
# fix python shebang
|
|
||||||
sed -i -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:g' script/fetch-ocsp-response
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -108,6 +106,7 @@ sed -i -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:g' script/fetch-ocsp-r
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
|
|
||||||
# Do not ship this
|
# Do not ship this
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/nghttp2
|
rm -rf %{buildroot}%{_datadir}/doc/nghttp2
|
||||||
|
|
||||||
@ -115,6 +114,12 @@ rm -rf %{buildroot}%{_datadir}/doc/nghttp2
|
|||||||
rm -rf %{buildroot}%{_mandir}/man1/* \
|
rm -rf %{buildroot}%{_mandir}/man1/* \
|
||||||
doc/manual/html/.buildinfo
|
doc/manual/html/.buildinfo
|
||||||
|
|
||||||
|
# https://build.opensuse.org/request/show/1212476
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
%python3_fix_shebang_path %{buildroot}%{_datadir}/%{name}/fetch-ocsp-response
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user