Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 09:04:55 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/nginx-devel Makefile distinfo
Message-ID:  <200907200904.n6K94tAP012107@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907200904.n6K94tAP012107>