diff options
author | osa <osa@FreeBSD.org> | 2008-11-12 16:14:19 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-11-12 16:14:19 +0800 |
commit | afd66fb41c0b815bc6eccc4b6ac64a5d070d1375 (patch) | |
tree | bd332d1d4864ddf380f1fde937fddeae3cb209e6 /www/nginx-devel | |
parent | a5bf0f88e34a0f41472c39c5e93228a2b2c7eecf (diff) | |
download | freebsd-ports-gnome-afd66fb41c0b815bc6eccc4b6ac64a5d070d1375.tar.gz freebsd-ports-gnome-afd66fb41c0b815bc6eccc4b6ac64a5d070d1375.tar.zst freebsd-ports-gnome-afd66fb41c0b815bc6eccc4b6ac64a5d070d1375.zip |
Update from 0.7.19 to 0.7.21.
<ChangeLog>
Changes with nginx 0.7.21 11 Nov 2008
*) Changes in the ngx_http_limit_req_module.
*) Feature: the EXSLT support in the ngx_http_xslt_module.
Thanks to Denis F. Latypoff.
*) Workaround: compatibility with glibc 2.3.
Thanks to Eric Benson and Maxim Dounin.
*) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had
appeared in 0.7.6.
Changes with nginx 0.7.20 10 Nov 2008
*) Changes in the ngx_http_gzip_filter_module.
*) Feature: the ngx_http_limit_req_module.
*) Bugfix: worker processes might exit on a SIGBUS signal on sparc and
ppc platforms; the bug had appeared in 0.7.3.
Thanks to Maxim Dounin.
*) Bugfix: the "proxy_pass http://host/some:uri" directives did not
work; the bug had appeared in 0.7.12.
*) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
error.
*) Bugfix: the ngx_http_secure_link_module did not work inside
locations, whose names are less than 3 characters.
*) Bugfix: $server_addr variable might have no value.
</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 b25660ddef71..8ab8f47309cb 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.19 +PORTVERSION= 0.7.21 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 98f65285aa1d..195815fa4cb7 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.19.tar.gz) = 72392cee679bf4be62262b30e5815eb7 -SHA256 (nginx-0.7.19.tar.gz) = 26cfe0d3f1fa9d30a2cb8c579ff6ec45f3b77e8b9b279a6d89d56289e984c5e4 -SIZE (nginx-0.7.19.tar.gz) = 550633 +MD5 (nginx-0.7.21.tar.gz) = 3aec7fab4782732700e98275560ea4d5 +SHA256 (nginx-0.7.21.tar.gz) = e6157b1a485970cde48c955881a22bf12509aafa1beca456a5f2bc3a432182d1 +SIZE (nginx-0.7.21.tar.gz) = 555246 MD5 (nginx_upload_module-2.0.7.tar.gz) = d6c03a1cf954cda8af9cc8834337d51c SHA256 (nginx_upload_module-2.0.7.tar.gz) = 19869b4078bedfb70bd71543bf14a517eecf1dfcaa2bd48dd1804ac421056e0c SIZE (nginx_upload_module-2.0.7.tar.gz) = 17378 |