diff options
author | osa <osa@FreeBSD.org> | 2018-07-25 11:39:04 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-07-25 11:39:04 +0800 |
commit | 66e687ed40ca58dfca165b219b112681ec8b9927 (patch) | |
tree | dc643804dbc8d2a2e64c151e88cf78d9cb8d726f /www/nginx-devel | |
parent | 7c3b6a0cab2f24570b9991d7fbb956170f3ab468 (diff) | |
download | freebsd-ports-gnome-66e687ed40ca58dfca165b219b112681ec8b9927.tar.gz freebsd-ports-gnome-66e687ed40ca58dfca165b219b112681ec8b9927.tar.zst freebsd-ports-gnome-66e687ed40ca58dfca165b219b112681ec8b9927.zip |
Upgrade from 1.15.1 to 1.15.2.
<ChangeLog>
*) Feature: the $ssl_preread_protocol variable in the
ngx_stream_ssl_preread_module.
*) Feature: now when using the "reset_timedout_connection" directive
nginx will reset connections being closed with the 444 code.
*) Change: a logging level of the "http request", "https proxy request",
"unsupported protocol", and "version too low" SSL errors has been
lowered from "crit" to "info".
*) Bugfix: DNS requests were not resent if initial sending of a request
failed.
*) Bugfix: the "reuseport" parameter of the "listen" directive was
ignored if the number of worker processes was specified after the
"listen" directive.
*) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
switch off "ssl_prefer_server_ciphers" in a virtual server if it was
switched on in the default server.
*) Bugfix: SSL session reuse with upstream servers did not work with the
TLS 1.3 protocol.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-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 73b7e9e0cc03..8d4f32e2e42e 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.15.1 -PORTREVISION= 2 +PORTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index e24c5e3531ab..fc932c8f09d3 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1531801682 -SHA256 (nginx-1.15.1.tar.gz) = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460 -SIZE (nginx-1.15.1.tar.gz) = 1024086 +TIMESTAMP = 1532488491 +SHA256 (nginx-1.15.2.tar.gz) = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90 +SIZE (nginx-1.15.2.tar.gz) = 1025746 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 |