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

- Updated to 1.23.4
  * https://nginx.org/en/CHANGES
  * Enabled TLSv1.3 protocol by default.
  * Supported byte ranges support in the ngx_http_gzip_static_module.
  * Fixed port ranges in the "listen" directive did not work.
  * Fixed incorrect location might be chosen to process a request if a
    prefix location longer than 255 characters.
  * Fixed a socket leak might occur when using HTTP/2 and the
    "error_page" directive to redirect errors with code 400.

OBS-URL: https://build.opensuse.org/request/show/1075334
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=237
This commit is contained in:
Илья Индиго 2023-03-29 18:47:59 +00:00 committed by Git OBS Bridge
parent 6f82ef3ee6
commit d5a48c865c
6 changed files with 32 additions and 19 deletions

View File

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

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmOYpeMQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZ7TWDACsYtzLa+wY15NJ02SldTilVADHE8KngE7e
D++9izXugwp68WTU1qikh0u1jM/YXriRlMlKCv3XfJnP4XDtESujAqO6t276yGOC
m+YgIkhsMPhNgAIYe8JF3IanVo42fpuBC4LT9lwxQVY1v/tzteg9w/T7Sd/ZPQGZ
LkRwgbraMZCpsABL2gq4G7IzkfmyewZpxJ2yUi2u1wh5qqC1cBiPvLKoyCxusaMh
FZuR7PkC4GY6Ed2BWHr0uVDsX0qa21dcvz7aWHrOj15YmaVLjs1WCAPTkCqMh6aH
/Ww+d5ohbEDILozDXw9QdVuf9VKaWafo4jWdJl8nKJ/1owlhKCgyn5lD/WaxRp35
izKrUlGNiC2AQSBeFoewMpCGVBID30kwcNFusD4WMVDYKyw252QvugTNaWy45e+K
croXzrtmQenr5KIRHlb/xp7/paBOWLUWtUZxoF+x+uJjrSMTBNHrJMt7C8J43gwP
PyxIUzOkIpcFqA5O5Kz/VLAc6Hudby0=
=fmvt
-----END PGP SIGNATURE-----

BIN
nginx-1.23.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQHEBAABCAAuFiEEE8gqY7YDV2FW4wpOoOqYG2aw2WcFAmQjERUQHGsucGF2bG92
QGY1LmNvbQAKCRCg6pgbZrDZZ8shC/kB58vrrH5QRF7TEI1XYBDHmkXFd87jsSMm
0ClQMnejaAvmt9mQ3oP5hbjKirktMiMP8Z8T8n1cEz61ZHcD5H80I+IHupCBvvWN
mucWuvk8M1VAYpDj+MzLjCX0hfCJNQS9kZ/j5jM4GSAbzD1UXqF53jedKemePRAH
7p2Cw25cy2MIusj/iCanuAPrrMTlcWDhSkq2PnMc5nlVIEhdpfnsdKNXHX1lRGkW
55k21+xfUfQ2oTpC+Qc+60ZnRo2OksQ1UKJ1SQRv6DS076APUfrNC/abdtg/bRzx
gA+Od/x7Rfp8Ka02h85e4HxcasfSh2QkKVtsZLpPOW3o147sQe4JKv0+ohxVUrBH
irCuWDf2kN9gYBq06Qqi9544FiOTJd5cWdvWRxnXPDzamgHwcSGMDGvwUtUanobY
yjYzWanCyBZ5uJ76kdPle4zxLvIJ0KJsGPY544UU9A5V/Sa0J/85subUCjhhsCEB
KOke7TRU6kERJtAAKqgEAwhsCvfhxtc=
=6BTp
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 29 18:38:46 UTC 2023 - Илья Индиго <ilya@ilya.cf>
- Updated to 1.23.4
* https://nginx.org/en/CHANGES
* Enabled TLSv1.3 protocol by default.
* Supported byte ranges support in the ngx_http_gzip_static_module.
* Fixed port ranges in the "listen" directive did not work.
* Fixed incorrect location might be chosen to process a request if a
prefix location longer than 255 characters.
* Fixed a socket leak might occur when using HTTP/2 and the
"error_page" directive to redirect errors with code 400.
-------------------------------------------------------------------
Sat Dec 17 19:46:30 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package nginx
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%bcond_with ngx_google_perftools
#
Name: nginx
Version: 1.23.3
Version: 1.23.4
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause