diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-09-26 03:18:26 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-09-26 03:18:26 +0000 |
| commit | 8a006ded2a16f2e47348448e22640055065eb179 (patch) | |
| tree | 3757f42908a7f04ef2fbabd100cc4eb4bdf348d5 /www/nginx | |
| parent | - Update to 0.8.10 (diff) | |
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>
Diffstat (limited to 'www/nginx')
| -rw-r--r-- | www/nginx/Makefile | 3 | ||||
| -rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 166675b74e06..d01238139e90 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -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/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index df5fd305724e..ff2f69d20ecf 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -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) = 2632 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 |
