diff options
author | osa <osa@FreeBSD.org> | 2015-01-04 01:13:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-01-04 01:13:54 +0800 |
commit | 951f89ea33aaf71eecf25fc8b75f041394fb24f4 (patch) | |
tree | afd20ee692a5f0f408cdead7542c251e248fc601 /www | |
parent | 1dcfee429266e7877ba41db198ac5ff2e3ac3657 (diff) | |
download | freebsd-ports-gnome-951f89ea33aaf71eecf25fc8b75f041394fb24f4.tar.gz freebsd-ports-gnome-951f89ea33aaf71eecf25fc8b75f041394fb24f4.tar.zst freebsd-ports-gnome-951f89ea33aaf71eecf25fc8b75f041394fb24f4.zip |
Upgrade from 1.7.8 to 1.7.9.
<ChangeLog>
Changes with nginx 1.7.9 23 Dec 2014
*) Feature: variables support in the "proxy_cache", "fastcgi_cache",
"scgi_cache", and "uwsgi_cache" directives.
*) Feature: variables support in the "expires" directive.
*) Feature: loading of secret keys from hardware tokens with OpenSSL
engines.
Thanks to Dmitrii Pichulin.
*) Feature: the "autoindex_format" directive.
*) Bugfix: cache revalidation is now only used for responses with 200
and 206 status codes.
Thanks to Piotr Sikora.
*) Bugfix: the "TE" client request header line was passed to backends
while proxying.
*) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
"uwsgi_pass" directives might not work correctly inside the "if" and
"limit_except" blocks.
*) Bugfix: the "proxy_store" directive with the "on" parameter was
ignored if the "proxy_store" directive with an explicitly specified
file path was used on a previous level.
*) Bugfix: nginx could not be built with BoringSSL.
Thanks to Lukas Tribus.
</ChangeLog>
Diffstat (limited to 'www')
-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 96c54c7cce42..579da1fc0faf 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.8 +PORTVERSION= 1.7.9 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 d8aeabf9f220..acbd1edb2baf 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.8.tar.gz) = 12f75ec302d3d3b841408e59bbf5116d38527b8c679abfcba7ceb866be60e8e5 -SIZE (nginx-1.7.8.tar.gz) = 823122 +SHA256 (nginx-1.7.9.tar.gz) = 1aafc7f0f530ddaa86d4ba24c14941ce0a584cc896f8261d6218f99625318f8a +SIZE (nginx-1.7.9.tar.gz) = 827263 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 |