diff options
author | osa <osa@FreeBSD.org> | 2015-02-11 11:07:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-02-11 11:07:08 +0800 |
commit | 70675381137a2cca40795cf321eeb8e0cb199818 (patch) | |
tree | d7b0e7525d9c41cdfee08ec439d0abc26ca95069 /www | |
parent | 0473c86d7de348cfbc6317c23febb83ee93cb48c (diff) | |
download | freebsd-ports-gnome-70675381137a2cca40795cf321eeb8e0cb199818.tar.gz freebsd-ports-gnome-70675381137a2cca40795cf321eeb8e0cb199818.tar.zst freebsd-ports-gnome-70675381137a2cca40795cf321eeb8e0cb199818.zip |
Upgrade from 1.7.9 to 1.7.10.
<ChangeLog>
Changes with nginx 1.7.10 10 Feb 2015
*) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
"fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
directives.
*) Feature: the $upstream_header_time variable.
*) Workaround: now on disk overflow nginx tries to write error logs once
a second only.
*) Bugfix: the "try_files" directive did not ignore normal files while
testing directories.
Thanks to Damien Tournoud.
*) Bugfix: alerts "sendfile() failed" if the "sendfile" directive was
used on OS X; the bug had appeared in 1.7.8.
*) Bugfix: alerts "sem_post() failed" might appear in logs.
*) Bugfix: nginx could not be built with musl libc.
Thanks to James Taylor.
*) Bugfix: nginx could not be built on Tru64 UNIX.
Thanks to Goetz T. Fischer.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 54c40d0a0abf..9c215c49f190 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.9 +PORTVERSION= 1.7.10 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 34395364dddf..1e0e0faf5501 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.9.tar.gz) = 1aafc7f0f530ddaa86d4ba24c14941ce0a584cc896f8261d6218f99625318f8a -SIZE (nginx-1.7.9.tar.gz) = 827263 +SHA256 (nginx-1.7.10.tar.gz) = df73c1b468cebaf3530a5de910bed45ff2cfccf2cf4b9215d0aa0f4e39cf4460 +SIZE (nginx-1.7.10.tar.gz) = 828607 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |