diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-04-04 14:10:58 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-04-04 14:10:58 +0000 |
commit | 364e67f2bde8506154c7c9852d835943b2bca8b6 (patch) | |
tree | a5c1c297dd4edb994d8ebb1bd9297a6c21c1b8e3 | |
parent | - Update to 0.09000 (diff) |
Update from 0.9.6 to 0.9.7.
<ChangeLog>
*) Feature: now keepalive connections may be closed premature, if there
are no free worker connections.
Thanks to Maxim Dounin.
*) Feature: the "rotate" parameter of the "image_filter" directive.
Thanks to Adam Bocim.
*) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
"uwsgi_pass" directives is given by expression and refers to a
defined upstream.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=272200
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 05913a454e94..94e319bcf46f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 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 29bcccff2f3a..9acddf7d803f 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-0.9.6.tar.gz) = 37208d23f7ede315aaa8b039188aad03b61283ed81ae47b72b99790eec8c8d7e -SIZE (nginx-0.9.6.tar.gz) = 653463 +SHA256 (nginx-0.9.7.tar.gz) = 2feb0acee473cc360a620ee862907b9570a4121956c40cbd27da35f5b0a96045 +SIZE (nginx-0.9.7.tar.gz) = 654522 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |