Accepting request 943052 from server:http
- Updated to 1.21.5 * https://nginx.org/en/CHANGES * Build with the PCRE2. * Supported the $ssl_curve variable. * Fixed connections might hang when using HTTP/2 without SSL with the "sendfile" and "aio" directives. OBS-URL: https://build.opensuse.org/request/show/943052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=73
This commit is contained in:
commit
2236b89ef3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe
|
||||
size 1070260
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJhgVCFAAoJEFIKmZOhwFL4xFcH/j4FDvbtb5q4gEyWhoaBLdP/
|
||||
NEDgdwnFbUILELfwHeySyJIf/FypMAO1R8vKUy26zyzM97QdcmOlqnknUGWXfuJF
|
||||
cj67l8nWXzsMifuxe1JJZ3SUZPL1QNiMdVyf+pUXQVZ/A2RcUnECwIhVneLq4n9m
|
||||
UQbE3XGvMYK7cdXupYBW7auyU+eWrgYR32h5R1+7jtTdvg5yqFqPLCXea9S1ck6b
|
||||
IaxbtU2VgytmlBnRZ7X2bMpFsKZ8b1sI1NsoN05NQsv8hA0CByFsVY8JR67DwjQ9
|
||||
XUGh7ApSkN8rJZyegoZ+R4rDFt6erqRbrChU6MnemdiZ81izfEuHZlUtghDsGDE=
|
||||
=cnf4
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.21.5.tar.gz
Normal file
3
nginx-1.21.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b20f3bf533a518a6f0f3a7967dfeed872d268d31e4cc121a0001329602ddcfbb
|
||||
size 1072633
|
10
nginx-1.21.5.tar.gz.asc
Normal file
10
nginx-1.21.5.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJhyy41AAoJEFIKmZOhwFL4qWEH/3fPELtADiucg6f/iyz7Ju/O
|
||||
CxUvc6hJz2c6DjVepwaeYuEwl/CxXyQbTex4l6T9sOMlX0Tv7x3Sdv//1JtjcYgY
|
||||
8wMlXzx24yn0Pw23Y3NHXtHLKcSJBDjYmvrhk9oFX6R4rDgdCFyLARAcvSWXTiu3
|
||||
8WBaPvYlkJ/vqcDNNnxEdlTZzYmJAmzM1AMf1Z5D8yPYCE9Cj2VCbhL6C7TmRJFQ
|
||||
p8CqvyJBC1rSsqYYTgzK7K5xxbHMNGr2+6m/PNHAxgNWzs7RWAfTUcmBBxBw7Uhz
|
||||
8oOwsgaMOyvghyG9okZ1cFgkyRZgAaXM3Nq8dV96nWzaZ9IAgxDU/KEsXeWqNTo=
|
||||
=67d/
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 11:03:27 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Updated to 1.21.5
|
||||
* https://nginx.org/en/CHANGES
|
||||
* Build with the PCRE2.
|
||||
* Supported the $ssl_curve variable.
|
||||
* Fixed connections might hang when using HTTP/2 without SSL
|
||||
with the "sendfile" and "aio" directives.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 21:24:19 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.21.4
|
||||
Version: 1.21.5
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
@ -53,7 +53,7 @@ BuildRequires: libatomic-ops-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: nginx-macros
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sysuser-shadow
|
||||
BuildRequires: sysuser-tools
|
||||
@ -88,7 +88,7 @@ Requires: libatomic-ops-devel
|
||||
Requires: libxslt-devel
|
||||
Requires: nginx = %{version}
|
||||
Requires: openssl-devel
|
||||
Requires: pcre-devel
|
||||
Requires: pcre2-devel
|
||||
Requires: pkgconfig
|
||||
Requires: vim
|
||||
Requires: zlib-devel
|
||||
|
Loading…
Reference in New Issue
Block a user