diff options
author | osa <osa@FreeBSD.org> | 2017-02-01 09:02:06 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-02-01 09:02:06 +0800 |
commit | ed5cf37d8ff7a421ec71ac7cef29f3d46ffe0e33 (patch) | |
tree | dccf92c57da129a799449d48986f9a29032c7aeb | |
parent | f483772321883687c1d0396b2e35efacdecd8281 (diff) | |
download | freebsd-ports-gnome-ed5cf37d8ff7a421ec71ac7cef29f3d46ffe0e33.tar.gz freebsd-ports-gnome-ed5cf37d8ff7a421ec71ac7cef29f3d46ffe0e33.tar.zst freebsd-ports-gnome-ed5cf37d8ff7a421ec71ac7cef29f3d46ffe0e33.zip |
Upgrade from 1.11.8 to 1.11.9.
<ChangeLog>
*) Bugfix: nginx might hog CPU when using the stream module; the bug had
appeared in 1.11.5.
*) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
even if it was not enabled in the configuration.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive of the stream module was used.
*) Bugfix: the "ssl_verify_client" directive of the stream module might
not work.
*) Bugfix: closing keepalive connections due to no free worker
connections might be too aggressive.
Thanks to Joel Cunningham.
*) Bugfix: an incorrect response might be returned when using the
"sendfile" directive on FreeBSD and macOS; the bug had appeared in
1.7.8.
*) Bugfix: a truncated response might be stored in cache when using the
"aio_write" directive.
*) Bugfix: a socket leak might occur when using the "aio_write"
directive.
</ChangeLog>
-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 e0afcfd65a7f..8a853843d88b 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.11.8 +PORTVERSION= 1.11.9 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 48fcdecc0cf6..0f6cc7c80455 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1484089142 -SHA256 (nginx-1.11.8.tar.gz) = 53aef3715d79015314c2dcb18f2b185a0c64368cc01b30bdf0737a215f666b34 -SIZE (nginx-1.11.8.tar.gz) = 964918 +TIMESTAMP = 1485910539 +SHA256 (nginx-1.11.9.tar.gz) = dc22b71f16b551705930544dc042f1ad1af2f9715f565187ec22c7a4b2625748 +SIZE (nginx-1.11.8.tar.gz) = 965463 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 |