diff options
author | osa <osa@FreeBSD.org> | 2011-11-15 17:59:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-11-15 17:59:38 +0800 |
commit | 3d616b1ad9201d102c8a364e2e7de020b1ff7e4a (patch) | |
tree | 02ba2f378105b6cb909ad171f8b0cdf88cd149e2 /www/nginx | |
parent | 5b32abd13a9935fcf135f2227af11bcff7524ea8 (diff) | |
download | freebsd-ports-gnome-3d616b1ad9201d102c8a364e2e7de020b1ff7e4a.tar.gz freebsd-ports-gnome-3d616b1ad9201d102c8a364e2e7de020b1ff7e4a.tar.zst freebsd-ports-gnome-3d616b1ad9201d102c8a364e2e7de020b1ff7e4a.zip |
Update from 1.0.9 to 1.0.10.
Feature safe: yes.
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process if
resolver got a big DNS response.
Thanks to Ben Hawkes.
*) Bugfix: in cache key calculation if internal MD5 implementation was
used; the bug had appeared in 1.0.4.
*) Bugfix: the module ngx_http_mp4_module sent incorrect
"Content-Length" response header line if the "start" argument was
used.
Thanks to Piotr Sikora.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index f7695dc53b60..a9e53281e643 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 8596fd75d274..5157d2b13f38 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.9.tar.gz) = e834b6f202b786f3b985315c24dcbd67c619d563ea03329d75a9ac667e138fff -SIZE (nginx-1.0.9.tar.gz) = 685717 +SHA256 (nginx-1.0.10.tar.gz) = 7221fdb0f2a94875252cb3c406a2cd5895d9bc57874fc1b4f588964fd3361e3c +SIZE (nginx-1.0.10.tar.gz) = 686011 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 |