diff options
author | osa <osa@FreeBSD.org> | 2011-08-29 23:53:39 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-08-29 23:53:39 +0800 |
commit | 1b5403d6d7ea0f36d48c6ee7085e349527451107 (patch) | |
tree | 640da111eeb28d3499970c6434361e98dbad680a /www/nginx | |
parent | 89bd8df9f4580785ba44ab3d5aeffdb206469524 (diff) | |
download | freebsd-ports-gnome-1b5403d6d7ea0f36d48c6ee7085e349527451107.tar.gz freebsd-ports-gnome-1b5403d6d7ea0f36d48c6ee7085e349527451107.tar.zst freebsd-ports-gnome-1b5403d6d7ea0f36d48c6ee7085e349527451107.zip |
Update from 1.0.5 to 1.0.6.
<ChangeLog>
*) Feature: cache loader run time decrease.
*) Feature: loading time decrease of configuration with large number of
HTTPS sites.
*) Feature: now nginx supports ECDHE key exchange ciphers.
Thanks to Adrian Kotelba.
*) Feature: the "lingering_close" directive.
*) Feature: now shared zones and caches use POSIX semaphores on Solaris.
Thanks to Den Ivanov.
*) Bugfix: nginx could not be built on Linux 3.0.
*) Bugfix: a segmentation fault might occur in a worker process if
"fastcgi/scgi/uwsgi_param" directives were used with values starting
with "HTTP_"; the bug had appeared in 0.8.40.
*) Bugfix: in closing connection for pipelined requests.
*) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
"Accept-Encoding" request header line.
*) Bugfix: in timeout in unbuffered proxied mode.
*) Bugfix: memory leaks when a "proxy_pass" directive contains variables
and proxies to an HTTPS backend.
*) Bugfix: in parameter validaiton of a "proxy_pass" directive with
variables.
Thanks to Lanshun Zhou.
*) Bugfix: SSL did not work on QNX.
*) Bugfix: SSL modules could not be built by gcc 4.6 without
--with-debug option.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 8b6fc5ea332c..e141e8c65119 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 5aba334d2920..30c4434f74c9 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.5.tar.gz) = b8c6df4e55a41425b57ba0de5ed8a84722dceb0eb7fbb4123f7f8f314763c8df -SIZE (nginx-1.0.5.tar.gz) = 662122 +SHA256 (nginx-1.0.6.tar.gz) = 2580c2d4cb56a70802702b81c0aea2e6b359a131c049a993b806f32791086cbe +SIZE (nginx-1.0.6.tar.gz) = 670835 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 |