svn commit: r378811 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Feb 11 03:07:10 UTC 2015
Author: osa
Date: Wed Feb 11 03:07:08 2015
New Revision: 378811
URL: https://svnweb.freebsd.org/changeset/ports/378811
QAT: https://qat.redports.org/buildarchive/r378811/
Log:
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>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Wed Feb 11 02:55:24 2015 (r378810)
+++ head/www/nginx-devel/Makefile Wed Feb 11 03:07:08 2015 (r378811)
@@ -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}
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Wed Feb 11 02:55:24 2015 (r378810)
+++ head/www/nginx-devel/distinfo Wed Feb 11 03:07:08 2015 (r378811)
@@ -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
More information about the svn-ports-all
mailing list