diff options
author | osa <osa@FreeBSD.org> | 2017-11-26 10:14:19 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-11-26 10:14:19 +0800 |
commit | 63730fa59637c30584d01e3d55378e99fb70a313 (patch) | |
tree | cd7e2974671ad1657c947d434651adba6f7f2082 /www | |
parent | 0da0d9bf91d80a157892255d7701adb19d9407ea (diff) | |
download | freebsd-ports-gnome-63730fa59637c30584d01e3d55378e99fb70a313.tar.gz freebsd-ports-gnome-63730fa59637c30584d01e3d55378e99fb70a313.tar.zst freebsd-ports-gnome-63730fa59637c30584d01e3d55378e99fb70a313.zip |
Upgrade from 1.13.6 to 1.13.7.
<ChangeLog>
*) Bugfix: in the $upstream_status variable.
*) Bugfix: a segmentation fault might occur in a worker process if a
backend returned a "101 Switching Protocols" response to a
subrequest.
*) Bugfix: a segmentation fault occurred in a master process if a shared
memory zone size was changed during a reconfiguration and the
reconfiguration failed.
*) Bugfix: in the ngx_http_fastcgi_module.
*) Bugfix: nginx returned the 500 error if parameters without variables
were specified in the "xslt_stylesheet" directive.
*) Workaround: "gzip filter failed to use preallocated memory" alerts
appeared in logs when using a zlib library variant from Intel.
*) Bugfix: the "worker_shutdown_timeout" directive did not work when
using mail proxy and when proxying WebSocket connections.
</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 9e8eeb881cfb..e1017a079a3b 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.6 +PORTVERSION= 1.13.7 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index b967dd2610d5..1d0db8094d75 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1508201592 -SHA256 (nginx-1.13.6.tar.gz) = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8 -SIZE (nginx-1.13.6.tar.gz) = 989760 +TIMESTAMP = 1511565780 +SHA256 (nginx-1.13.7.tar.gz) = beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c +SIZE (nginx-1.13.7.tar.gz) = 990836 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 |