svn commit: r475294 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Jul 25 03:39:05 UTC 2018
Author: osa
Date: Wed Jul 25 03:39:04 2018
New Revision: 475294
URL: https://svnweb.freebsd.org/changeset/ports/475294
Log:
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>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Wed Jul 25 02:58:01 2018 (r475293)
+++ head/www/nginx-devel/Makefile Wed Jul 25 03:39:04 2018 (r475294)
@@ -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
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Wed Jul 25 02:58:01 2018 (r475293)
+++ head/www/nginx-devel/distinfo Wed Jul 25 03:39:04 2018 (r475294)
@@ -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
More information about the svn-ports-all
mailing list