Date: Tue, 7 Aug 2012 17:12:09 +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: r302251 - head/www/nginx Message-ID: <201208071712.q77HC9BY084992@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Aug 7 17:12:09 2012 New Revision: 302251 URL: http://svn.freebsd.org/changeset/ports/302251 Log: Update from 1.2.2 to 1.2.3. <ChangeLog> *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location. </ChangeLog> Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Aug 7 16:56:18 2012 (r302250) +++ head/www/nginx/Makefile Tue Aug 7 17:12:09 2012 (r302251) @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Aug 7 16:56:18 2012 (r302250) +++ head/www/nginx/distinfo Tue Aug 7 17:12:09 2012 (r302251) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.2.2.tar.gz) = 409477c7a9fba58c110a176fd7965b9db188bcf8be0e7f8a0731b8ae1e6ee880 -SIZE (nginx-1.2.2.tar.gz) = 722069 +SHA256 (nginx-1.2.3.tar.gz) = 06a1153b32b43f100ee9147fe230917deea648f0155111c749e35da120646bf5 +SIZE (nginx-1.2.3.tar.gz) = 723294 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 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?201208071712.q77HC9BY084992>