Accepting request 896986 from server:http
- Updated to 1.21.0 * https://nginx.org/en/CHANGES * Added variables support in the "proxy_ssl_certificate", "proxy_ssl_certificate_key" "grpc_ssl_certificate", "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and "uwsgi_ssl_certificate_key" directives. * Added the "max_errors" directive in the mail proxy module. * Added the mail proxy module supports POP3 and IMAP pipelining. * Added the "fastopen" parameter of the "listen" directive in the stream module. * Fixed special characters were not escaped during automatic redirect with appended trailing slash. * Fixed connections with clients in the mail proxy module might be closed unexpectedly when using SMTP pipelining. OBS-URL: https://build.opensuse.org/request/show/896986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=66
This commit is contained in:
commit
9ff35ce3e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49
|
||||
size 1061461
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJgrPDQAAoJEFIKmZOhwFL4dlIH/RFvUn4wiazXVujdm1df2/Q5
|
||||
b+NVlr+O9WZ2Mb35dooOshG/G2wVjI95Cd5NU6svulJ05uv6tGgHA0CUZP6PLqIm
|
||||
4os5QcgbEbfdDbfQEw7wyc831DqiBPwzk/xt954vsqwzX3mkXvUNTEYpynguwN1J
|
||||
2iMb/bFRSlLZkKGbKOmLMO7iav0r88qtpmQIzG1mFTDg3leH0q3hEMAJl7pIicYd
|
||||
Of3+/EHnM8CXORtA1q6YTLbcHAzhSmjdrMyw+RQGQkxoPtdj9vwL4Z6Wk8+6dDK7
|
||||
dVBaiKp80tDM/iJizPbkbrBVbnR/9W48+QBC7tmOJMuj2c1Q/kvwJg9CLyHlqCU=
|
||||
=tPti
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.21.0.tar.gz
Normal file
3
nginx-1.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
|
||||
size 1063682
|
10
nginx-1.21.0.tar.gz.asc
Normal file
10
nginx-1.21.0.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJgrPDZAAoJEFIKmZOhwFL4xkMIAJ0qejPpwbdm+w13cESEPNkz
|
||||
2m++YVl0TRjvfr3Ny88TbcAbh4llGpLA7u2EUg0qDXOApiXWEVqMeLe39hbYH2s/
|
||||
/rpsYXx3uKD00xCGJXx310VRs5VceCIYceiqd6m/UQe82xYaE6O0wNp9z0ADyt/+
|
||||
nBKUqlrszVcfJ/jfBaadafeZJp6v+SwHHBQ9taFdPPh1XquL1OSyEt+ZvWeXSGV+
|
||||
6K070/45dgDXdDyZv11eW0QjJK8fQqPuyvtc8NVT9IOMucauu7CwKIBYntO5zhBi
|
||||
K6pafviYa3577lrhcB4iN29SQz+uf8NcXBMQxj/PykfHnWPo8gSKIluCgSpkW4M=
|
||||
=/MhK
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 16:35:26 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- Updated to 1.21.0
|
||||
* https://nginx.org/en/CHANGES
|
||||
* Added variables support in the "proxy_ssl_certificate",
|
||||
"proxy_ssl_certificate_key" "grpc_ssl_certificate",
|
||||
"grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
|
||||
"uwsgi_ssl_certificate_key" directives.
|
||||
* Added the "max_errors" directive in the mail proxy module.
|
||||
* Added the mail proxy module supports POP3 and IMAP pipelining.
|
||||
* Added the "fastopen" parameter of the "listen" directive in the
|
||||
stream module.
|
||||
* Fixed special characters were not escaped during automatic redirect
|
||||
with appended trailing slash.
|
||||
* Fixed connections with clients in the mail proxy module might be
|
||||
closed unexpectedly when using SMTP pipelining.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 02:44:27 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.20.1
|
||||
Version: 1.21.0
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user