diff options
author | osa <osa@FreeBSD.org> | 2012-06-06 20:57:03 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-06-06 20:57:03 +0800 |
commit | 8604c09afca9f41cdd9afa8d08aacd1d41bbda33 (patch) | |
tree | ea5cd0514979faef284360587e698ec7848aaab0 /www | |
parent | 5563b03dc4de66c27d0d162dda74c1f6efabce05 (diff) | |
download | freebsd-ports-gnome-8604c09afca9f41cdd9afa8d08aacd1d41bbda33.tar.gz freebsd-ports-gnome-8604c09afca9f41cdd9afa8d08aacd1d41bbda33.tar.zst freebsd-ports-gnome-8604c09afca9f41cdd9afa8d08aacd1d41bbda33.zip |
Update from 1.2.0 to 1.2.1.
<ChangeLog>
*) Security: now nginx/Windows ignores trailing dot in URI path
component, and does not allow URIs with ":$" in it.
Thanks to Vladimir Kochetkov, Positive Research Center.
*) Feature: the "debug_connection" directive now supports IPv6 addresses
and the "unix:" parameter.
*) Feature: the "set_real_ip_from" directive and the "proxy" parameter
of the "geo" directive now support IPv6 addresses.
*) Feature: the "real_ip_recursive", "geoip_proxy", and
"geoip_proxy_recursive" directives.
*) Feature: the "proxy_recursive" parameter of the "geo" directive.
*) Bugfix: a segmentation fault might occur in a worker process if the
"resolver" directive was used.
*) Bugfix: a segmentation fault might occur in a worker process if the
"fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives were used and
backend returned incorrect response.
*) Bugfix: a segmentation fault might occur in a worker process if the
"rewrite" directive was used and new request arguments in a
replacement used variables.
*) Bugfix: nginx might hog CPU if the open file resource limit was
reached.
*) Bugfix: nginx might loop infinitely over backends if the
"proxy_next_upstream" directive with the "http_404" parameter was
used and there were backup servers specified in an upstream block.
*) Bugfix: adding the "down" parameter of the "server" directive might
cause unneeded client redistribution among backend servers if the
"ip_hash" directive was used.
*) Bugfix: socket leak.
Thanks to Yichun Zhang.
*) Bugfix: in the ngx_http_fastcgi_module.
</ChangeLog>
Diffstat (limited to 'www')
-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 84f80ca5ef63..26f07d12ed40 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 1b46df8b6ead..b9304a10d0e8 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.2.0.tar.gz) = ac06b3aa55bf4f634b7e779272685536607183e8669809ce497151e47e518f2d -SIZE (nginx-1.2.0.tar.gz) = 716067 +SHA256 (nginx-1.2.1.tar.gz) = 994ad97cbf6f7045f95ea9d6d401aad1e95766671e402c48af85aba5235a2dd7 +SIZE (nginx-1.2.1.tar.gz) = 718161 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |