Upgrade from 1.15.3 to 1.15.4.
<ChangeLog> *) Feature: now the "ssl_early_data" directive can be used with OpenSSL. *) Bugfix: in the ngx_http_uwsgi_module. Thanks to Chris Caputo. *) Bugfix: connections with some gRPC backends might not be cached when using the "keepalive" directive. *) Bugfix: a socket leak might occur when using the "error_page" directive to redirect early request processing errors, notably errors with code 400. *) Bugfix: the "return" directive did not change the response code when returning errors if the request was redirected by the "error_page" directive. *) Bugfix: standard error pages and responses of the ngx_http_autoindex_module module used the "bgcolor" attribute, and might be displayed incorrectly when using custom color settings in browsers. Thanks to Nova DasSarma. *) Change: the logging level of the "no suitable key share" and "no suitable signature algorithm" SSL errors has been lowered from "crit" to "info". </ChangeLog>
This commit is contained in:
parent
cc3cc974fe
commit
e4dbf69226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480696
2 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.15.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.15.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1537823907
|
||||
SHA256 (nginx-1.15.3.tar.gz) = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
|
||||
SIZE (nginx-1.15.3.tar.gz) = 1022881
|
||||
TIMESTAMP = 1537907181
|
||||
SHA256 (nginx-1.15.4.tar.gz) = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
|
||||
SIZE (nginx-1.15.4.tar.gz) = 1024694
|
||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
|
|
Loading…
Reference in a new issue