diff options
author | osa <osa@FreeBSD.org> | 2017-04-26 07:30:57 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-04-26 07:30:57 +0800 |
commit | 95cedecdca9fa01e22e48d06f6537f1fa1f32409 (patch) | |
tree | 3bd2dd7ba9aad5252cfad2624eaf65d88ee7eb55 /www | |
parent | 5e419a72a12e5739259bd277f40579464f62d49d (diff) | |
download | freebsd-ports-gnome-95cedecdca9fa01e22e48d06f6537f1fa1f32409.tar.gz freebsd-ports-gnome-95cedecdca9fa01e22e48d06f6537f1fa1f32409.tar.zst freebsd-ports-gnome-95cedecdca9fa01e22e48d06f6537f1fa1f32409.zip |
Upgrade from 1.12.0 to latest "mainline" 1.13.0.
<ChangeLog>
*) Change: SSL renegotiation is now allowed on backend connections.
*) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
directives of the mail proxy and stream modules.
*) Feature: the "return" and "error_page" directives can now be used to
return 308 redirections.
Thanks to Simon Leblanc.
*) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
*) Feature: when logging signals nginx now logs PID of the process which
sent the signal.
*) Bugfix: in memory allocation error handling.
*) Bugfix: if a server in the stream module listened on a wildcard
address, the source address of a response UDP datagram could differ
from the original datagram destination address.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index be71e06ad41c..bca229a05f6d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 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 3ba9011317a5..05d5aed1fd6f 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1492276562 -SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 -SIZE (nginx-1.12.0.tar.gz) = 980831 +TIMESTAMP = 1493162906 +SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 +SIZE (nginx-1.13.0.tar.gz) = 982592 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c |