diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-27 22:56:17 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-27 22:56:17 +0000 |
commit | 47b7eb55fcabf5aa7c3fe8d6ea89a1cf4a269153 (patch) | |
tree | d26e5cf9bc6f851e45dd71e143f2c8d41c23f043 /www/nginx-devel/Makefile | |
parent | devel/relx: regenerate cache file and unbreak after rebar3 upgrade. (diff) |
Update from 1.15.6 to 1.15.7.
Update clojure and njs third-party modules to their recent versions.
MFH: 2018Q4
<ChangeLog>
*) Feature: the "proxy_requests" directive in the stream module.
*) Feature: the "delay" parameter of the "limit_req" directive.
Thanks to Vladislav Shabanov and Peter Shchuchkin.
*) Bugfix: memory leak on errors during reconfiguration.
*) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
$upstream_header_time variables.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_mp4_module was used on 32-bit platforms.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index df9b3ed0adfc..2d1330876f90 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.15.6 -PORTREVISION= 2 +PORTVERSION= 1.15.7 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa |