diff options
author | osa <osa@FreeBSD.org> | 2009-05-06 19:07:01 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-05-06 19:07:01 +0800 |
commit | 764e70efc4565dc8c2edeab7f3ef8b8df2dd22b6 (patch) | |
tree | 6919e647e93a80970cfb5d71ba8ee05c5d96c406 /www | |
parent | a33046739a8995978559b3b46e4348d10cbba227 (diff) | |
download | freebsd-ports-gnome-764e70efc4565dc8c2edeab7f3ef8b8df2dd22b6.tar.gz freebsd-ports-gnome-764e70efc4565dc8c2edeab7f3ef8b8df2dd22b6.tar.zst freebsd-ports-gnome-764e70efc4565dc8c2edeab7f3ef8b8df2dd22b6.zip |
Update from 0.7.54 to 0.7.55.
<ChangeLog>
*) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives did not work.
*) Bugfix: fastcgi cache did not cache header only responses.
*) Bugfix: of "select() failed (9: Bad file descriptor)" error in
nginx/Unix and "select() failed (10022: ...)" error in nginx/Windows.
*) Bugfix: a segmentation fault might occur in worker process, if an
"debug_connection" directive was used; the bug had appeared in
0.7.54.
*) Bugfix: fix ngx_http_image_filter_module building errors.
*) Bugfix: the files bigger than 2G could not be transferred using
$r->sendfile.
Thanks to Maxim Dounin.
</ChangeLog>
Diffstat (limited to 'www')
-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 55b977c929b8..fcc14584441d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.54 +PORTVERSION= 0.7.55 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 86b986864b61..5931da895c5a 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.54.tar.gz) = e8e7f1593198ed066939cf2e548d7d2f -SHA256 (nginx-0.7.54.tar.gz) = 7cb271392b84ebf12812a2a45063dcd2a68e7b1e2ff2c4f8974aa278817b651f -SIZE (nginx-0.7.54.tar.gz) = 591403 +MD5 (nginx-0.7.55.tar.gz) = 2064dc7a1ef082eb584e3a75857853f1 +SHA256 (nginx-0.7.55.tar.gz) = 2b689fac13a874b026cc74d528257b45603dfdd23025f6baeaa581289fc4eeb1 +SIZE (nginx-0.7.55.tar.gz) = 591678 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 |