diff options
author | osa <osa@FreeBSD.org> | 2010-08-03 23:48:44 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-08-03 23:48:44 +0800 |
commit | dc325d7b6bf178999ce1ae560a8c24b054e0c275 (patch) | |
tree | a8766c702ce6052ae1ecd3e9d348aa83bd80620b /www/nginx-devel | |
parent | f375a5a72b9f111219afce810c926c025d1f53e1 (diff) | |
download | freebsd-ports-gnome-dc325d7b6bf178999ce1ae560a8c24b054e0c275.tar.gz freebsd-ports-gnome-dc325d7b6bf178999ce1ae560a8c24b054e0c275.tar.zst freebsd-ports-gnome-dc325d7b6bf178999ce1ae560a8c24b054e0c275.zip |
Update from 0.8.47 to 0.8.48.
<ChangeLog>
*) Change: now the "server_name" directive default value is an empty
name "".
Thanks to Gena Makhomed.
*) Change: now the "server_name_in_redirect" directive default value is
"off".
*) Feature: the $geoip_dma_code, $geoip_area_code, and
$geoip_region_name variables.
Thanks to Christine McGonagle.
*) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
"scgi_pass" directives were not inherited inside "limit_except"
blocks.
*) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
"uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not
work; the bug had appeared in 0.8.46.
*) Bugfix: the "fastcgi_split_path_info" directive used incorrectly
captures, if only parts of an URI were captured.
Thanks to Yuriy Taraday and Frank Enderle.
*) Bugfix: the "rewrite" directive did not escape a ";" character
during copying from URI to query string.
Thanks to Daisuke Murase.
*) Bugfix: the ngx_http_image_filter_module closed a connection, if an
image was larger than "image_filter_buffer" size.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-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 db7c8b689242..beec6fc0c14d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.47 +PORTVERSION= 0.8.48 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 a514d71cdc8d..fd0802d21a32 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.47.tar.gz) = 83e379218ad11afc0abe9f6dd8570aa3 -SHA256 (nginx-0.8.47.tar.gz) = 4ca591ec36a137a36b69eadf943da2ef4b831e690e295f007faaeb3ac3f3de79 -SIZE (nginx-0.8.47.tar.gz) = 646173 +MD5 (nginx-0.8.48.tar.gz) = 35f6cf050fc81960c4ea2a0354d87117 +SHA256 (nginx-0.8.48.tar.gz) = 3117671089b9bc9069ab5a74a965da9203425b804258aa867877f4153ba8a068 +SIZE (nginx-0.8.48.tar.gz) = 647147 MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 |