Date: Wed, 26 Sep 2012 03:18:26 +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: r304873 - head/www/nginx Message-ID: <201209260318.q8Q3IQm8043188@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed Sep 26 03:18:26 2012 New Revision: 304873 URL: http://svn.freebsd.org/changeset/ports/304873 Log: Update from 1.2.3 to 1.2.4. <ChangeLog> *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used. *) Bugfix: a segmentation fault might occur in a worker process if the "map" directive was used with variables as values. *) Bugfix: a segmentation fault might occur in a worker process if the "geo" directive was used with the "ranges" parameter but without the "default" parameter; the bug had appeared in 0.8.43. Thanks to Zhen Chen and Weibin Yao. *) Bugfix: in the -p command-line parameter handling. *) Bugfix: in the mail proxy server. *) Bugfix: of minor potential bugs. Thanks to Coverity. *) Bugfix: nginx/Windows could not be built with Visual Studio 2005 Express. Thanks to HAYASHI Kentaro. </ChangeLog> Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Sep 26 01:57:19 2012 (r304872) +++ head/www/nginx/Makefile Wed Sep 26 03:18:26 2012 (r304873) @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.4 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Sep 26 01:57:19 2012 (r304872) +++ head/www/nginx/distinfo Wed Sep 26 03:18:26 2012 (r304873) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.2.3.tar.gz) = 06a1153b32b43f100ee9147fe230917deea648f0155111c749e35da120646bf5 -SIZE (nginx-1.2.3.tar.gz) = 723294 +SHA256 (nginx-1.2.4.tar.gz) = c587c25f2fa9c9dde6a58cbaf7bf2c808ee360cfa3cdaf00a13a33f728d96c43 +SIZE (nginx-1.2.4.tar.gz) = 724309 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 @@ -7,7 +7,7 @@ SIZE (nginx-accesskey-2.0.3.tar.gz) = 26 SHA256 (samizdatco-nginx-http-auth-digest-bd1c86a.tar.gz) = e223f55fd97e56425e232d8698e024707d1b2ed3714eff7d91a4d1ca76b4cbee SIZE (samizdatco-nginx-http-auth-digest-bd1c86a.tar.gz) = 14454 SHA256 (http_auth_ldap-c2c3d5ea4919.tar.gz) = cecb8a5bbfdc25ff588e13f5a7f724fb2ea0336604e1e50044115910a58e700c -SIZE (http_auth_ldap-c2c3d5ea4919.tar.gz) 5118 +SIZE (http_auth_ldap-c2c3d5ea4919.tar.gz) = 5118 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_http_auth_request_module-0.2.tar.gz) = eea5d0ec02bba93d0b204a034230cc61462b60497cbac6f581d7e008a9262ba4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209260318.q8Q3IQm8043188>