Accepting request 1120595 from home:13ilya:branches:server:http

- Updated to 1.25.3
  * https://nginx.org/en/CHANGES
  * Changed: improved detection of misbehaving clients when using HTTP/2.
  * Added: startup speedup when using a large number of locations.
  * Fixed: a segmentation fault might occur in a worker process when
    using HTTP/2 without SSL; the bug had appeared in 1.25.1.
  * Fixed: the "Status" backend response header line with an empty
    reason phrase was handled incorrectly.
  * Fixed: memory leak during reconfiguration when using the PCRE2 library.

OBS-URL: https://build.opensuse.org/request/show/1120595
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=246
This commit is contained in:
Илья Индиго 2023-10-26 13:52:22 +00:00 committed by Git OBS Bridge
parent 23248b153e
commit 4a71d02af7
6 changed files with 31 additions and 18 deletions

View File

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

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmTbt6sQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZ+iNDADibrhh/Fo4mqgdVOcqTiG4p61Ww2iAeCzx
P42aIT48+TAjcBTHjHyDg7u+2B1POoprzZgVMRxjlyye+P3MQUx428aI7kkyUGOW
IazTSnnpYQaQp8cIHeGkmioHtu3lzN+p4uFw8sR6HSdPh6SqCFAHSUolIXNp//Ab
i4tXAKEk+0lc1AW91/nORCxVKUkUWc5P4ve16kV4BWosWZLfYRrORsK77bJbOkBc
2VPSBLBzwyTeTqtnlaS+/4U1XaBm5p6It/zkWTDONbv4KzuZ/ivWn+NtXIUAEvsg
kK/cq4Fckf+XRpPO4m4Ypy9HCTiSiI8GYhATb+rX3cGX6SpAsGlxOaH4WKsxBO0S
hxvUK7YJ2WTit0AKNTa5CQeESuEtDnX6A953QIJzuVl6GGxZW5niB4nzE6FNZwiT
+AxaLs6bMZe4Ar0V//Q8wMPo/Z/07Vyl04C40WqNJrXPFlG6DVBbci52s2i/FPnl
MmUSMPJ4dLz/Ul0IfWzvSwIXm4hckLQ=
=m0/8
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmU35fsQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZyOTDACePUL30TGajWOq4xtLh36Bm1OAgi21GWpq
uM4g4xtt7laNC74Wcyst4BykhEu+NvOclTsbgYKiocyQy3qEPYoru86i0bs2AzXy
IdT6QwHcl8nU5DcmTRm/h28R1LhM/+SZvDfVqw2QL5w2I8uM2mQs5mFOb8fn3TED
gdalFfLoFahIfQGNeRzW1dAEjEA/wm06CkoLNBZPmGklVmppzpXODEl8qyN+4+pK
wVPw5AsP6c55nN86DYMn+F6a5/zhgQO4GlacHPyv8Xi2yEN7Q8r1Dy68mRP+KFRg
XqxCZVqMswYwcsrogcEwcVWWhW610IOytJKNA1Fx4ZyPiA/qZPJkzhEGUsSm7hgf
lQ6BbdRcGm7hbe9glXtuQEtGTZuBBA52ToSJ9JLPDAeuLH3HzubS2hhj1JjdJdTq
IfXA2s7fQBk+sGjQr07oXilRJ+3aaCoja8dSak8r5ihDqXWcu5f6fg5KK9o/j0A5
vGi9MtfHdknQRdQCjwceDrcCqblT4yg=
=g79P
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 26 13:49:33 UTC 2023 - Илья Индиго <ilya@ilya.cf>
- Updated to 1.25.3
* https://nginx.org/en/CHANGES
* Changed: improved detection of misbehaving clients when using HTTP/2.
* Added: startup speedup when using a large number of locations.
* Fixed: a segmentation fault might occur in a worker process when
using HTTP/2 without SSL; the bug had appeared in 1.25.1.
* Fixed: the "Status" backend response header line with an empty
reason phrase was handled incorrectly.
* Fixed: memory leak during reconfiguration when using the PCRE2 library.
-------------------------------------------------------------------
Sun Aug 20 16:10:31 UTC 2023 - Илья Индиго <ilya@ilya.cf>

View File

@ -23,7 +23,7 @@
%bcond_with ngx_google_perftools
#
Name: nginx
Version: 1.25.2
Version: 1.25.3
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause