Date: Sun, 1 Jun 2014 20:12:42 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356170 - head/www/nginx-devel Message-ID: <201406012012.s51KCgUv055845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sun Jun 1 20:12:42 2014 New Revision: 356170 URL: http://svnweb.freebsd.org/changeset/ports/356170 QAT: https://qat.redports.org/buildarchive/r356170/ Log: Update from 1.7.0 to 1.7.1. <ChangeLog> *) Feature: the "$upstream_cookie_..." variables. *) Feature: the $ssl_client_fingerprint variable. *) Feature: the "error_log" and "access_log" directives now support logging to syslog. *) Feature: the mail proxy now logs client port on connect. *) Bugfix: memory leak if the "ssl_stapling" directive was used. Thanks to Filipe da Silva. *) Bugfix: the "alias" directive used inside a location given by a regular expression worked incorrectly if the "if" or "limit_except" directives were used. *) Bugfix: the "charset" directive did not set a charset to encoded backend responses. *) Bugfix: a "proxy_pass" directive without URI part might use original request after the $args variable was set. Thanks to Yichun Zhang. *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug had appeared in 1.5.6. Thanks to Svyatoslav Nikolsky. *) Bugfix: if sub_filter and SSI were used together, then responses might be transferred incorrectly. *) Bugfix: nginx could not be built with the --with-file-aio option on Linux/aarch64. </ChangeLog> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Jun 1 20:10:51 2014 (r356169) +++ head/www/nginx-devel/Makefile Sun Jun 1 20:12:42 2014 (r356170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Jun 1 20:10:51 2014 (r356169) +++ head/www/nginx-devel/distinfo Sun Jun 1 20:12:42 2014 (r356170) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.0.tar.gz) = 6149f14efa2ab1b2ce4b4c0bc9a4f8c2d3aa415f0891a810f97cc4186cec7dd7 -SIZE (nginx-1.7.0.tar.gz) = 805981 +SHA256 (nginx-1.7.1.tar.gz) = a47de66dc2a1526c7cba2aa7c1defbc9e0a4ff3c68226f195874c010797b011e +SIZE (nginx-1.7.1.tar.gz) = 811015 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406012012.s51KCgUv055845>