From be974755b5ebb7cb67b9258fe227ab9e53d52e55 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 6 May 2009 11:07:01 +0000 Subject: Update from 0.7.54 to 0.7.55. *) 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. --- www/nginx-devel/Makefile | 2 +- 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 -- cgit v1.2.3