diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-07-12 12:00:13 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-07-12 12:00:13 +0000 |
commit | 7cb173a90f3abc39a9afb26ade4a4953706f1ce0 (patch) | |
tree | 8d1a6cdee703ea4d3d7e25888050517944e8cc88 /www/nginx-devel | |
parent | - Update to 0.32 (diff) |
Update to 0.6.3.
<ChangeLog>
*) Feature: the "proxy_store" and "fastcgi_store" directives.
*) Bugfix: a segmentation fault might occur in worker process
if the "auth_http_header" directive was used.
*) Bugfix: a segmentation fault occurred in worker process if
the CRAM-MD5 authentication method was used, but it was not
enabled.
*) Bugfix: a segmentation fault might occur in worker process
when the HTTPS protocol was used in the "proxy_pass"
directive.
*) Bugfix: a segmentation fault might occur in worker process
if the eventport method was used.
*) Bugfix: the "proxy_ignore_client_abort" and
"fastcgi_ignore_client_abort" directives did not work; bug
appeared in 0.5.13.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=195472
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index bc2b73d26126..68a20bb89b44 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 0fefa8fef532..db448294f02b 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.2.tar.gz) = 5bb1d4b8ed5faa714b67d0ec14bb45e8 -SHA256 (nginx-0.6.2.tar.gz) = ea21dc779229a650cd3cb3b2e1f2810b39969a2fd88386e318a2d5d83b3cd8f9 -SIZE (nginx-0.6.2.tar.gz) = 472812 +MD5 (nginx-0.6.3.tar.gz) = c111487c85fd7a25720560cb08c56b3c +SHA256 (nginx-0.6.3.tar.gz) = 1a29d900c0af4fe021c9f86dbf96f2878249ae109eeb734e9b2448ca69719183 +SIZE (nginx-0.6.3.tar.gz) = 474505 |