Accepting request 990290 from home:stroeder:network

Updated to 1.23.1

OBS-URL: https://build.opensuse.org/request/show/990290
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=231
This commit is contained in:
Илья Индиго 2022-07-19 17:58:32 +00:00 committed by Git OBS Bridge
parent 49be8b975a
commit 68accb1483
6 changed files with 34 additions and 20 deletions

View File

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

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmKx8EIQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZ+pJDACRNHBfnWdlk6uTGmTj8Ov/9vJwjJ9TCNuG
oEnyALdA7+18XSvoifRN+XFaZhNEhgROYJ2uMXwlklEOewFTcjZy1aGlycFpomR5
+rS+DSAeAfMD99PQdo0XUhnRnhSXN7Y1z1h/9wD/hCEagIBKLXSDYbAzfEs6mexE
ROjqqd97elGflA5uAJYtdVSv0hV97n3e9wGHNWGitothUl977ofCKT6M25DCTjnP
AJB5V/bJYfJu2Ce+8h+J7136bOd5ttkZuqcAf/YBnrcB9oepazqPU2Wm2sLHnZ1d
FPYTvw5k1k5G6m7S6iikwnsEyOY5uUrmX3umihEOP9Rnp1H48iSGejyaj8Hd7mXc
yXjC/AA3rcgim7r7DDS9dTYEXGaScJqa7JAuaJsuBW0i0Rkca4+K54274CHPBMPV
GRvSgB6NzVAfxdX+Ya0qEYlzVo30MK9HEPoZsAJMXEp70iK7SdyEKOZGgCYr2kkC
fmDCf/1XgbDkutGcSpOZWA9j0BGAfGk=
=E4i3
-----END PGP SIGNATURE-----

3
nginx-1.23.1.tar.gz Normal file
View File

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

14
nginx-1.23.1.tar.gz.asc Normal file
View File

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmLWv/wQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZ4QJC/4025219nTTLuSjQ11K8v4R6DAdZVRAkx5S
d9VL4LIrZOGGOnE2jCTRT9W+kSqGhI4h8SgY8ny8B/fCD26rIL+7SnTVy5ifqcTp
9L8/1kCmVrcraR5v+jbuo/PV3Ij+rmRPEQlOoPyWsj+IK9qN2RboxQTDjlHsUoda
HDsGkCbm1iYxxvrNZTs1/dgGaHpbgEGA7V4JebksLy4lcPCr142B+H7SV1+jlbZE
LX8wBn7mEBRVVjnHxVntBjbpzMsy4oLDBkduO6L3VLb1HHG3T7FnO6sqqWhvFpYs
HOdRFR/ndsQsJ6ej8uX8s7z+OvK+XrW5EmDIXC501PFlfiMW7kpHXsQX5vloUZVF
0z3N4mJNEIR+4fQzVWqkCCOojMLrfW3w5ClSAC/70oUO4/2W/m5A5xmOV+i1CngO
eq8BR6n3z7x9Dj42Ce2a9PB8MJNYyUKYU/qwxCjoBp3yXpGp7Dj9qNk1HxjNbzgQ
fkmfgrzPhhotW86luOtyj8YGJeAg0zE=
=j6Zi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 19 17:47:28 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Updated to 1.23.1
* Feature: memory usage optimization in configurations with SSL proxying.
* Feature: looking up of IPv4 addresses while resolving now can be
disabled with the "ipv4=off" parameter of the "resolver" directive.
* Change: the logging level of the "bad key share", "bad extension",
"bad cipher", and "bad ecpoint" SSL errors has been lowered from "crit" to "info".
* Bugfix: while returning byte ranges nginx did not remove the
"Content-Range" header line if it was present in the original backend response.
* Bugfix: a proxied response might be truncated during reconfiguration
on Linux; the bug had appeared in 1.17.5.
-------------------------------------------------------------------
Tue Jun 21 23:46:03 UTC 2022 - Илья Индиго <ilya@ilya.cf>

View File

@ -23,7 +23,7 @@
%bcond_with ngx_google_perftools
#
Name: nginx
Version: 1.23.0
Version: 1.23.1
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause
@ -46,9 +46,9 @@ Patch2: %{name}-1.2.4-perl_vendor_install.patch
Patch3: %{name}-1.6.1-default_config.patch
# PATCH-FIX-UPSTREAM nginx-aio.patch fix support for Linux AIO
Patch4: %{name}-aio.patch
BuildRequires: %{name}-macros
BuildRequires: gcc-c++
BuildRequires: libatomic-ops-devel
BuildRequires: %{name}-macros
BuildRequires: pkgconfig
BuildRequires: sysuser-shadow
BuildRequires: sysuser-tools
@ -60,11 +60,11 @@ BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(zlib)
%requires_eq perl
Recommends: logrotate
Recommends: %{name}-module-fancyindex
Recommends: %{name}-module-geoip2
Recommends: %{name}-module-headers-more
Recommends: %{name}-module-http-flv
Recommends: logrotate
Provides: http_daemon
Provides: httpd
%{?systemd_ordering}