cvs commit: ports/www/nginx-devel Makefile distinfo
Sergey A. Osokin
osa at FreeBSD.org
Mon Jul 20 09:04:56 UTC 2009
osa 2009-07-20 09:04:55 UTC
FreeBSD ports repository
Modified files:
www/nginx-devel Makefile distinfo
Log:
Update from 0.8.5 to 0.8.6.
Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG
to allow log paths customization, i.e.
% make NGINX_ACCESSLOG=/dev/null
NOTE. If you want nginx to log errors into stderr it's
better to use
% make NGINX_ERRORLOG=stderr
instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate
error messages during startup.
<ChangeLog>
*) Feature: the ngx_http_geoip_module.
*) Bugfix: XSLT filter may fail with message "not well formed XML
document" for valid XML document.
Thanks to Kuramoto Eiji.
*) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by
a regular expression are always tested in case insensitive mode;
*) Bugfix: now nginx/Windows ignores trailing dots in URI.
Thanks to Hugo Leisink.
*) Bugfix: name of file specified in --conf-path was not honored during
installation; the bug had appeared in 0.6.6.
Thanks to Maxim Dounin.
</ChangeLog>
Revision Changes Path
1.229 +6 -3 ports/www/nginx-devel/Makefile
1.200 +3 -3 ports/www/nginx-devel/distinfo
More information about the cvs-all
mailing list