diff options
author | osa <osa@FreeBSD.org> | 2014-10-29 19:37:17 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-10-29 19:37:17 +0800 |
commit | d784f58e778219cd76cf89d054d43e198bfef76e (patch) | |
tree | 199a7540823faa81c20927ef73c22f8bb7076985 /www/nginx-devel | |
parent | 334aab799f26afd70ef3a8956716c1c3b8ebda15 (diff) | |
download | freebsd-ports-gnome-d784f58e778219cd76cf89d054d43e198bfef76e.tar.gz freebsd-ports-gnome-d784f58e778219cd76cf89d054d43e198bfef76e.tar.zst freebsd-ports-gnome-d784f58e778219cd76cf89d054d43e198bfef76e.zip |
Upgrade from 1.7.6 to 1.7.7.
<ChangeLog>
*) Change: now nginx takes into account the "Vary" header line in a
backend response while caching.
*) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
"scgi_force_ranges", and "uwsgi_force_ranges" directives.
*) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
"scgi_limit_rate", and "uwsgi_limit_rate" directives.
*) Feature: the "Vary" parameter of the "proxy_ignore_headers",
"fastcgi_ignore_headers", "scgi_ignore_headers", and
"uwsgi_ignore_headers" directives.
*) Bugfix: the last part of a response received from a backend with
unbufferred proxy might not be sent to a client if "gzip" or "gunzip"
directives were used.
*) Bugfix: in the "proxy_cache_revalidate" directive.
Thanks to Piotr Sikora.
*) Bugfix: in error handling.
Thanks to Yichun Zhang and Daniil Bondarev.
*) Bugfix: in the "proxy_next_upstream_tries" and
"proxy_next_upstream_timeout" directives.
Thanks to Feng Gu.
*) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.
Thanks to Kouhei Sutou.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 80ab0306c40f..e7a90d7087f8 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 250a0ab929d1..e6cf27168199 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.6.tar.gz) = 08e2efc169c9f9d511ce53ea16f17d8478ab9b0f7a653f212c03c61c52101599 -SIZE (nginx-1.7.6.tar.gz) = 817265 +SHA256 (nginx-1.7.7.tar.gz) = 7e015a0a7a82cea5580f3507ae92cd8bb7cdeb6de0ab78f1e61044edcdc0bfd2 +SIZE (nginx-1.7.7.tar.gz) = 819949 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |