diff options
author | osa <osa@FreeBSD.org> | 2010-12-14 20:04:11 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-12-14 20:04:11 +0800 |
commit | 5172bec7237a7f12cd402aab262fdeb833bbab97 (patch) | |
tree | 231d0dd21c7ea4e12a41ae19cb2f63e1e6a9917c | |
parent | 9f9c51f1e8be6660cfda1980fad3ea1fcca4fd13 (diff) | |
download | freebsd-ports-graphics-5172bec7237a7f12cd402aab262fdeb833bbab97.tar.gz freebsd-ports-graphics-5172bec7237a7f12cd402aab262fdeb833bbab97.tar.zst freebsd-ports-graphics-5172bec7237a7f12cd402aab262fdeb833bbab97.zip |
Update from 0.8.53 to 0.8.54.
<ChangeLog>
*) Bugfix: if there was a single server for given IPv6 address:port
pair, then captures in regular expressions in a "server_name"
directive did not work.
*) Bugfix: a segmentation fault might occur in a worker process, if the
"auth_basic" directive was used.
Thanks to Michail Laletin.
*) Bugfix: compatibility with ngx_http_eval_module; the bug had
appeared in 0.8.42.
</ChangeLog>
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index d4a194d2132..1d6da40ce9e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.53 -PORTREVISION= 1 +PORTVERSION= 0.8.54 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 0d0527723c0..766c7b9f620 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-0.8.53.tar.gz) = 8ab8a87beb555d9ea09fe61d0de86a71ea4e90ef7970df0d38f7acfb9bed6dcf -SIZE (nginx-0.8.53.tar.gz) = 649835 +SHA256 (nginx-0.8.54.tar.gz) = 12e28efb9a54452fa6e579e08ce7c864e49d6ea6104cc2b3de5a4416ead90593 +SIZE (nginx-0.8.54.tar.gz) = 650001 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 |