diff options
author | osa <osa@FreeBSD.org> | 2017-02-01 09:58:10 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-02-01 09:58:10 +0800 |
commit | 8376f740ab14c8924d9e278eba46ad8408b60997 (patch) | |
tree | 1f6c386c6de619cfb98f149825f4cec29da143b7 | |
parent | ed5cf37d8ff7a421ec71ac7cef29f3d46ffe0e33 (diff) | |
download | freebsd-ports-gnome-8376f740ab14c8924d9e278eba46ad8408b60997.tar.gz freebsd-ports-gnome-8376f740ab14c8924d9e278eba46ad8408b60997.tar.zst freebsd-ports-gnome-8376f740ab14c8924d9e278eba46ad8408b60997.zip |
Upgrade to the latest stable release - 1.10.3.
<ChangeLog>
*) Bugfix: in the "add_after_body" directive when used with the
"sub_filter" directive.
*) Bugfix: unix domain listen sockets might not be inherited during
binary upgrade on Linux.
*) Bugfix: graceful shutdown of old worker processes might require
infinite time when using HTTP/2.
*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
directives client request body might be corrupted; the bug had
appeared in 1.10.2.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2; the bug had appeared in 1.10.2.
*) 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/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 98b4a0700bac..9c040ded80ff 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.10.2 -PORTREVISION= 3 +PORTVERSION= 1.10.3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 4d7439816693..b3a347ef6333 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1478788377 -SHA256 (nginx-1.10.2.tar.gz) = 1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 -SIZE (nginx-1.10.2.tar.gz) = 910812 +TIMESTAMP = 1485913782 +SHA256 (nginx-1.10.3.tar.gz) = 75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90 +SIZE (nginx-1.10.3.tar.gz) = 911509 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 |