diff options
author | osa <osa@FreeBSD.org> | 2011-08-04 15:51:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-08-04 15:51:26 +0800 |
commit | 459cfca806a82e54efdfe3863f5caff4c8edfb96 (patch) | |
tree | 51ef36b172461c0caef88b173a5f46840176b448 | |
parent | 6db2ae181f2b0df58157a7b90fbbed2d14c66f84 (diff) | |
download | freebsd-ports-gnome-459cfca806a82e54efdfe3863f5caff4c8edfb96.tar.gz freebsd-ports-gnome-459cfca806a82e54efdfe3863f5caff4c8edfb96.tar.zst freebsd-ports-gnome-459cfca806a82e54efdfe3863f5caff4c8edfb96.zip |
Update from 1.0.5 to 1.1.0.
<ChangeLog>
*) Feature: cache loader run time decrease.
*) Feature: "loader_files", "loader_sleep", and "loader_threshold"
options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.
*) 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.
Thanks to Maxim Dounin.
*) Bugfix: in closing connection for pipelined requests.
Thanks to Maxim Dounin.
*) 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.
Thanks to Maxim Dounin.
*) Bugfix: memory leaks when a "proxy_pass" directive contains
variables and proxies to an HTTPS backend.
Thanks to Maxim Dounin.
*) Bugfix: in parameter validaiton of a "proxy_pass" directive with
variables.
Thanks to Lanshun Zhou.
*) Bugfix: SSL did not work on QNX.
Thanks to Maxim Dounin.
*) Bugfix: SSL modules could not be built by gcc 4.6 without
--with-debug option.
</ChangeLog>
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 | ||||
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9e851950c2d4..9b95e9d90af8 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= nginx -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.0 CATEGORIES= www -MASTER_SITES= http://sysoev.ru/nginx/ +MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= osa DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 94d04eea6d8b..02ca05564d2b 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.5.tar.gz) = b8c6df4e55a41425b57ba0de5ed8a84722dceb0eb7fbb4123f7f8f314763c8df -SIZE (nginx-1.0.5.tar.gz) = 662122 +SHA256 (nginx-1.1.0.tar.gz) = 93cfb3f1706978d6bb6874d22fe7b99f1d31d543b45e1c04c3283c0c05448c78 +SIZE (nginx-1.1.0.tar.gz) = 664316 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 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a735471a5b7f..d6727902a3db 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,9 +6,9 @@ # PORTNAME= nginx -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.0 CATEGORIES= www -MASTER_SITES= http://sysoev.ru/nginx/ +MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= osa DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 94d04eea6d8b..02ca05564d2b 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.1.0.tar.gz) = 93cfb3f1706978d6bb6874d22fe7b99f1d31d543b45e1c04c3283c0c05448c78 +SIZE (nginx-1.1.0.tar.gz) = 664316 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 |