diff options
author | osa <osa@FreeBSD.org> | 2018-09-26 04:37:34 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-09-26 04:37:34 +0800 |
commit | 3f75e66abc99c5891beece50eee2ae25b290bab7 (patch) | |
tree | 7da97a105953039119173ca3bfc5a9f03bc3970f /www | |
parent | e6d64ca0b17c101fd6f0765f506ce4e95af1e8de (diff) | |
download | freebsd-ports-gnome-3f75e66abc99c5891beece50eee2ae25b290bab7.tar.gz freebsd-ports-gnome-3f75e66abc99c5891beece50eee2ae25b290bab7.tar.zst freebsd-ports-gnome-3f75e66abc99c5891beece50eee2ae25b290bab7.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 3 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index cf28d80fbb83..cbb298e3454a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -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 diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 481e25a5442b..aa9eb1bec69c 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -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 |