Accepting request 950462 from server:http
- Updated to 1.21.6 * https://nginx.org/en/CHANGES * Fixed when using EPOLLEXCLUSIVE on Linux client connections were unevenly distributed among worker processes. * Fixed nginx returned the "Connection: keep-alive" header line in responses during graceful shutdown of old worker processes. * Fixed in the "ssl_session_ticket_key" when using TLSv1.3. OBS-URL: https://build.opensuse.org/request/show/950462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=74
This commit is contained in:
commit
e257bf29d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b20f3bf533a518a6f0f3a7967dfeed872d268d31e4cc121a0001329602ddcfbb
|
|
||||||
size 1072633
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJhyy41AAoJEFIKmZOhwFL4qWEH/3fPELtADiucg6f/iyz7Ju/O
|
|
||||||
CxUvc6hJz2c6DjVepwaeYuEwl/CxXyQbTex4l6T9sOMlX0Tv7x3Sdv//1JtjcYgY
|
|
||||||
8wMlXzx24yn0Pw23Y3NHXtHLKcSJBDjYmvrhk9oFX6R4rDgdCFyLARAcvSWXTiu3
|
|
||||||
8WBaPvYlkJ/vqcDNNnxEdlTZzYmJAmzM1AMf1Z5D8yPYCE9Cj2VCbhL6C7TmRJFQ
|
|
||||||
p8CqvyJBC1rSsqYYTgzK7K5xxbHMNGr2+6m/PNHAxgNWzs7RWAfTUcmBBxBw7Uhz
|
|
||||||
8oOwsgaMOyvghyG9okZ1cFgkyRZgAaXM3Nq8dV96nWzaZ9IAgxDU/KEsXeWqNTo=
|
|
||||||
=67d/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
nginx-1.21.6.tar.gz
Normal file
3
nginx-1.21.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae
|
||||||
|
size 1073364
|
10
nginx-1.21.6.tar.gz.asc
Normal file
10
nginx-1.21.6.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJh8BL5AAoJEFIKmZOhwFL400cH/0RS572QTriJJ0FsZ64zmeQP
|
||||||
|
eE6uhvjnxDQq32kNUIUH1jycefOAG8qauVkTJHbVoDCvDpFI+72h3V5C2voWBHRc
|
||||||
|
aqLgr4KSxQ6ixX1W27legJ20bXOZFO7tRhPicA7zq1M6VqKYc6zPS40kMg6Nu3ZV
|
||||||
|
8qPkVhxEWXp03v6xIWg9F1FXGVU0kiGjdjaLZPylB+zGGHKTf/I+BMiB4KqGMbZd
|
||||||
|
af4NgaOR5YTgCSf0U1raJvqlhId89ViuiuTSmcvHz7KOIlWf6krhsY71DfB44AMT
|
||||||
|
GwJuu+R9rqZiRdI9DGRW7bQ47NHN89ZTe3+Nem7GwJaZq1IjdKxPQtx4cH4dkN8=
|
||||||
|
=vZO/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 1 14:50:56 UTC 2022 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
- Updated to 1.21.6
|
||||||
|
* https://nginx.org/en/CHANGES
|
||||||
|
* Fixed when using EPOLLEXCLUSIVE on Linux client connections were
|
||||||
|
unevenly distributed among worker processes.
|
||||||
|
* Fixed nginx returned the "Connection: keep-alive" header line in
|
||||||
|
responses during graceful shutdown of old worker processes.
|
||||||
|
* Fixed in the "ssl_session_ticket_key" when using TLSv1.3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 29 11:03:27 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Dec 29 11:03:27 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nginx
|
# spec file for package nginx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%bcond_with ngx_google_perftools
|
%bcond_with ngx_google_perftools
|
||||||
#
|
#
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 1.21.5
|
Version: 1.21.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user