Accepting request 984266 from home:13ilya
- Updated nginx.keyring. - Updated to 1.23.0 * https://nginx.org/en/CHANGES * Now header lines are represented as linked lists. * Now nginx combines arbitrary header lines with identical names when sending to FastCGI, SCGI, and uwsgi backends, in the $r->header_in() method of the ngx_http_perl_module, and during lookup of the "$http_...", "$sent_http_...", "$sent_trailer_...", "$upstream_http_...", and "$upstream_trailer_..." variables. * Fixed: if there were multiple "Vary" header lines in the backend response, nginx only used the last of them when caching. * Fixed: if there were multiple "WWW-Authenticate" header lines in the backend response and errors with code 401 were intercepted or the "auth_request" directive was used, nginx only sent the first of the header lines to the client. * The logging level of the "application data after close notify" SSL errors has been lowered from "crit" to "info". * Fixed: connections might hang if nginx was built on Linux 2.6.17 or newer, but was used on systems without EPOLLRDHUP support, notably with epoll emulation layers; the bug had appeared in 1.17.5. * Fixed: nginx did not cache the response if the "Expires" response header line disabled caching, but following "Cache-Control" header line enabled caching. OBS-URL: https://build.opensuse.org/request/show/984266 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=226
This commit is contained in:
parent
371e023fc6
commit
1272ec2e71
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53
|
||||
size 1073322
|
@ -1,14 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmKM6+8QHGsucGF2bG92
|
||||
QGY1LmNvbQAKCRCg6pgbZrDZZ6UoC/9RfOAJDP9HnXYTZfIvagxgZunO2FApIbVi
|
||||
G6LOGFhDTCz4uBSHGTQXwkLn/i2TmvbFLMTelGjlZYGrARXBwfeMEZjeE038nemK
|
||||
B4z0LCoRt8UiWTEV4T1OH06Xxl2ge6JgX4z4ZrQ1OKV0raGTCBrfz1VNUGAfPyQ5
|
||||
jCRZFm9ZEiMn0kbDDRz5/EV8rktFV3mShmz/+SfQqZLrAoG7rIOP3QRcVhuhGx/c
|
||||
4uwX0hPpGVkorE93UxRela9yhxX4uLvrqNOyn398qfC55Gun1O3lh3LHXOu2Mv3r
|
||||
buhMJ1Z7p67C1DxjU6qZ/NTvgE1l+BUgdujH3c5nNiIyHudAw9cOflT2OXXmzKDC
|
||||
UNAL6lA8arGSmw5Tp+lqZdwY7TDKsMdZGPyokik8xLksxKmMZ6Aslp4LbZknVwmX
|
||||
K5H5hfbJTSvJuQpluJQKKN59I5z7V2iMNucl3QPlDK1KeU8Pk/1sBOLbrXDzQ1Vy
|
||||
dpDs/7OnFlnEohwYDh1ZqBV6fl+Sccc=
|
||||
=8cch
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.23.0.tar.gz
Normal file
3
nginx-1.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:820acaa35b9272be9e9e72f6defa4a5f2921824709f8aa4772c78ab31ed94cd1
|
||||
size 1102940
|
14
nginx-1.23.0.tar.gz.asc
Normal file
14
nginx-1.23.0.tar.gz.asc
Normal file
@ -0,0 +1,14 @@
|
||||
-----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-----
|
@ -1,9 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 19:04:48 UTC 2022 - Илья Индиго <ilya@ilya.cf>
|
||||
Tue Jun 21 22:43:06 UTC 2022 - Илья Индиго <ilya@ilya.cf>
|
||||
|
||||
- Used pkgconfig wherever possible.
|
||||
- Updated nginx.keyring.
|
||||
- Updated to 1.22.0 (1.22.x stable branch).
|
||||
- Updated to 1.23.0
|
||||
* https://nginx.org/en/CHANGES
|
||||
* Now header lines are represented as linked lists.
|
||||
* Now nginx combines arbitrary header lines with identical
|
||||
names when sending to FastCGI, SCGI, and uwsgi backends, in the
|
||||
$r->header_in() method of the ngx_http_perl_module, and during lookup
|
||||
of the "$http_...", "$sent_http_...", "$sent_trailer_...",
|
||||
"$upstream_http_...", and "$upstream_trailer_..." variables.
|
||||
* Fixed: if there were multiple "Vary" header lines in the backend
|
||||
response, nginx only used the last of them when caching.
|
||||
* Fixed: if there were multiple "WWW-Authenticate" header lines in the
|
||||
backend response and errors with code 401 were intercepted or the
|
||||
"auth_request" directive was used, nginx only sent the first of the
|
||||
header lines to the client.
|
||||
* The logging level of the "application data after close
|
||||
notify" SSL errors has been lowered from "crit" to "info".
|
||||
* Fixed: connections might hang if nginx was built on Linux 2.6.17 or
|
||||
newer, but was used on systems without EPOLLRDHUP support, notably
|
||||
with epoll emulation layers; the bug had appeared in 1.17.5.
|
||||
* Fixed: nginx did not cache the response if the "Expires" response
|
||||
header line disabled caching, but following "Cache-Control" header
|
||||
line enabled caching.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:50:56 UTC 2022 - Илья Индиго <ilya@ilya.cf>
|
||||
|
@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.22.0
|
||||
Version: 1.23.0
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
@ -36,7 +36,7 @@ Source3: nginx.service
|
||||
Source9: nginx.sysusers
|
||||
Source100: nginx.rpmlintrc
|
||||
Source101: https://nginx.org/download/%{name}-%{version}.tar.gz.asc
|
||||
Source102: https://nginx.org/keys/mdounin.key#/%{name}.keyring
|
||||
Source102: https://nginx.org/keys/nginx_signing.key#/%{name}.keyring
|
||||
# PATCH-FIX-UPSTREAM nginx-1.11.2-no_Werror.patch
|
||||
Patch0: nginx-1.11.2-no_Werror.patch
|
||||
# PATCH-FIX-OPENSUSE nginx-1.11.2-html.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user