From a8cf90a0d767da227f7baccb988e147057bcc5bf8a1242937ef0731647c2ac9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Tue, 1 Feb 2022 14:57:10 +0000 Subject: [PATCH] Accepting request 950461 from home:13ilya:branches: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/950461 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=222 --- nginx-1.21.5.tar.gz | 3 --- nginx-1.21.5.tar.gz.asc | 10 ---------- nginx-1.21.6.tar.gz | 3 +++ nginx-1.21.6.tar.gz.asc | 10 ++++++++++ nginx.changes | 11 +++++++++++ nginx.spec | 4 ++-- 6 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 nginx-1.21.5.tar.gz delete mode 100644 nginx-1.21.5.tar.gz.asc create mode 100644 nginx-1.21.6.tar.gz create mode 100644 nginx-1.21.6.tar.gz.asc diff --git a/nginx-1.21.5.tar.gz b/nginx-1.21.5.tar.gz deleted file mode 100644 index db2842c..0000000 --- a/nginx-1.21.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b20f3bf533a518a6f0f3a7967dfeed872d268d31e4cc121a0001329602ddcfbb -size 1072633 diff --git a/nginx-1.21.5.tar.gz.asc b/nginx-1.21.5.tar.gz.asc deleted file mode 100644 index 548b633..0000000 --- a/nginx-1.21.5.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/nginx-1.21.6.tar.gz b/nginx-1.21.6.tar.gz new file mode 100644 index 0000000..7edfb51 --- /dev/null +++ b/nginx-1.21.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae +size 1073364 diff --git a/nginx-1.21.6.tar.gz.asc b/nginx-1.21.6.tar.gz.asc new file mode 100644 index 0000000..a37ab63 --- /dev/null +++ b/nginx-1.21.6.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABCAAGBQJh8BL5AAoJEFIKmZOhwFL400cH/0RS572QTriJJ0FsZ64zmeQP +eE6uhvjnxDQq32kNUIUH1jycefOAG8qauVkTJHbVoDCvDpFI+72h3V5C2voWBHRc +aqLgr4KSxQ6ixX1W27legJ20bXOZFO7tRhPicA7zq1M6VqKYc6zPS40kMg6Nu3ZV +8qPkVhxEWXp03v6xIWg9F1FXGVU0kiGjdjaLZPylB+zGGHKTf/I+BMiB4KqGMbZd +af4NgaOR5YTgCSf0U1raJvqlhId89ViuiuTSmcvHz7KOIlWf6krhsY71DfB44AMT +GwJuu+R9rqZiRdI9DGRW7bQ47NHN89ZTe3+Nem7GwJaZq1IjdKxPQtx4cH4dkN8= +=vZO/ +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index 599e805..8677005 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 1 14:50:56 UTC 2022 - Илья Индиго + +- 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 diff --git a/nginx.spec b/nginx.spec index 166e50f..eef52be 100644 --- a/nginx.spec +++ b/nginx.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %bcond_with ngx_google_perftools # Name: nginx -Version: 1.21.5 +Version: 1.21.6 Release: 0 Summary: A HTTP server and IMAP/POP3 proxy server License: BSD-2-Clause