diff options
author | osa <osa@FreeBSD.org> | 2008-10-15 15:32:32 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-10-15 15:32:32 +0800 |
commit | 10988152b31d855b62c6746b99401521abb20f84 (patch) | |
tree | f363373cad01f9a3a93a46b4d35b6a08b3758baf /www | |
parent | 71d4e568e3a108087220472c7413c8a0127b950a (diff) | |
download | freebsd-ports-gnome-10988152b31d855b62c6746b99401521abb20f84.tar.gz freebsd-ports-gnome-10988152b31d855b62c6746b99401521abb20f84.tar.zst freebsd-ports-gnome-10988152b31d855b62c6746b99401521abb20f84.zip |
Update from 0.7.17 to 0.7.19.
<ChangeLog>
Changes with nginx 0.7.19 13 Oct 2008
*) Bugfix: version number update.
Changes with nginx 0.7.18 13 Oct 2008
*) Change: the "underscores_in_headers" directive; now nginx does not
allows underscores in a client request header line names.
*) Feature: the ngx_http_secure_link_module.
*) Feature: the "real_ip_header" directive supports any header.
*) Feature: the "log_subrequest" directive.
*) Feature: the $realpath_root variable.
*) Feature: the "http_502" and "http_504" parameters of the
"proxy_next_upstream" directive.
*) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
"fastcgi_next_upstream" directives did not work.
*) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line
for HEAD requests.
*) Bugfix: now accept threshold depends on worker_connections.
</ChangeLog>
Diffstat (limited to 'www')
-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 ef4cab1e13e1..41d317ebac74 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.17 +PORTVERSION= 0.7.19 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 7221a105e8db..a60142a75799 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.17.tar.gz) = d2fd4a33d45200833132c3275719fe01 -SHA256 (nginx-0.7.17.tar.gz) = a28619009c2d30045aa4d8d772707c27b0f9944cf404b6eb3e39d9cdd1abd6ab -SIZE (nginx-0.7.17.tar.gz) = 548121 +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_upload_module-2.0.6.tar.gz) = a4e5f20735a443df5e8f111076ccdc03 SHA256 (nginx_upload_module-2.0.6.tar.gz) = fb11a458fbaa5fde6b3a6b248881585c00d961deee69137ebc681ed6ba42fabd SIZE (nginx_upload_module-2.0.6.tar.gz) = 16867 |