diff options
author | osa <osa@FreeBSD.org> | 2016-04-20 04:44:36 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2016-04-20 04:44:36 +0800 |
commit | 9bef5ec37a06712612101a4385720fd47f96a62c (patch) | |
tree | b30db8d0efe7e0b777cdfceeeed17203d0b1aadc /www/nginx-devel | |
parent | cadfff3854291f46d786f6922e4b450b025e02a6 (diff) | |
download | freebsd-ports-gnome-9bef5ec37a06712612101a4385720fd47f96a62c.tar.gz freebsd-ports-gnome-9bef5ec37a06712612101a4385720fd47f96a62c.tar.zst freebsd-ports-gnome-9bef5ec37a06712612101a4385720fd47f96a62c.zip |
Upgrade from 1.9.14 to 1.9.15.
<ChangeLog>
*) Bugfix: "recv() failed" errors might occur when using HHVM as a
FastCGI server.
*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
directives a timeout or a "client violated flow control" error might
occur while reading client request body; the bug had appeared in
1.9.14.
*) Workaround: a response might not be shown by some browsers if HTTP/2
was used and client request body was not fully read; the bug had
appeared in 1.9.14.
*) Bugfix: connections might hang when using the "aio threads"
directive.
Thanks to Mindaugas Rasiukevicius.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 3 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index dfd9f4af83a7..21c9f8e90021 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.14 -PORTREVISION= 1 +PORTVERSION= 1.9.15 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 f2d5d105d36f..987ecba9015e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.14.tar.gz) = 2b4893076d28e6b4384bba8c4fdebfca6de6f8f68ec48a1ca94b9b855ff457d2 -SIZE (nginx-1.9.14.tar.gz) = 908191 +SHA256 (nginx-1.9.15.tar.gz) = cc89b277cc03f403c0b746d60aa5943cdecf59ae48278f8cb7e2df0cbdb6dac3 +SIZE (nginx-1.9.15.tar.gz) = 908984 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 |