diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-31 01:29:46 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-31 01:29:46 +0000 |
commit | 2010b9c8e76dc011fc5c6869fa33f4a0229e3423 (patch) | |
tree | 26991d17a54afa34df7ed296bfe21fc9b202ac03 | |
parent | sysutils/backuppc4: Update to 4.1.2 (diff) |
Upgrade from 1.13.0 to 1.13.1.
<ChangeLog>
*) Feature: now a hostname can be used as the "set_real_ip_from"
directive parameter.
*) Feature: vim syntax highlighting scripts improvements.
*) Feature: the "worker_cpu_affinity" directive now works on DragonFly
BSD.
Thanks to Sepherosa Ziehau.
*) Bugfix: SSL renegotiation on backend connections did not work when
using OpenSSL before 1.1.0.
*) Workaround: nginx could not be built with Oracle Developer Studio
12.5.
*) Workaround: now cache manager ignores long locked cache entries when
cleaning cache based on the "max_size" parameter.
*) Bugfix: client SSL connections were immediately closed if deferred
accept and the "proxy_protocol" parameter of the "listen" directive
were used.
*) Bugfix: in the "proxy_cache_background_update" directive.
*) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
option before an SSL handshake.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=442131
-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 38ceb2ee8af4..9e9307d019fe 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.0 -PORTREVISION= 3 +PORTVERSION= 1.13.1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index feafb96f5d31..de4c003f6bf4 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1494707096 -SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 -SIZE (nginx-1.13.0.tar.gz) = 982592 +TIMESTAMP = 1496193630 +SHA256 (nginx-1.13.1.tar.gz) = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776 +SIZE (nginx-1.13.1.tar.gz) = 984142 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 |