Date: Tue, 8 Oct 2013 15:27:17 +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: r329798 - head/www/nginx Message-ID: <201310081527.r98FRHXj087577@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Oct 8 15:27:16 2013 New Revision: 329798 URL: http://svnweb.freebsd.org/changeset/ports/329798 Log: Update from 1.4.2 to 1.4.3. <ChangeLog> *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_spdy_module was used with the "client_body_in_file_only" directive. *) Bugfix: a segmentation fault might occur on start or during reconfiguration if the "try_files" directive was used with an empty parameter. *) Bugfix: the $request_time variable did not work in nginx/Windows. *) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$" password encryption method. Thanks to Markus Linnala. *) Bugfix: in the ngx_http_autoindex_module. *) Bugfix: in the mail proxy server. </ChangeLog> Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Oct 8 15:10:33 2013 (r329797) +++ head/www/nginx/Makefile Tue Oct 8 15:27:16 2013 (r329798) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Oct 8 15:10:33 2013 (r329797) +++ head/www/nginx/distinfo Tue Oct 8 15:27:16 2013 (r329798) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.4.2.tar.gz) = 5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611 -SIZE (nginx-1.4.2.tar.gz) = 767688 +SHA256 (nginx-1.4.3.tar.gz) = ae123885c923a6c3f5bab0a8b7296ef21c4fdf6087834667ebbc16338177de84 +SIZE (nginx-1.4.3.tar.gz) = 767971 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?201310081527.r98FRHXj087577>