Accepting request 943047 from home:AndreasStieger:branches:server:http

nginx 1.21.5

OBS-URL: https://build.opensuse.org/request/show/943047
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=220
This commit is contained in:
Илья Индиго 2021-12-29 11:22:41 +00:00 committed by Git OBS Bridge
parent d8ce311b41
commit 0d561f8f31
6 changed files with 25 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe
size 1070260

View File

@ -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
View 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
View 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-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 29 11:03:27 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.21.5:
* build with the PCRE2
* Feature: the $ssl_curve variable
* Bugfix: 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>

View File

@ -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