diff options
author | osa <osa@FreeBSD.org> | 2013-11-20 02:00:22 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-11-20 02:00:22 +0800 |
commit | 23eefda37f9effe494caf76efec370ff2f6ace88 (patch) | |
tree | 245d900e531006d5514a69bb676830b93f6cb7b1 /www | |
parent | 34350581fda2bdf5bb505742ba12143fc60e5fda (diff) | |
download | freebsd-ports-gnome-23eefda37f9effe494caf76efec370ff2f6ace88.tar.gz freebsd-ports-gnome-23eefda37f9effe494caf76efec370ff2f6ace88.tar.zst freebsd-ports-gnome-23eefda37f9effe494caf76efec370ff2f6ace88.zip |
Security update from 1.5.6 to 1.5.7.
<ChangeLog>
*) Security: a character following an unescaped space in a request line
was handled incorrectly (CVE-2013-4547); the bug had appeared in
0.8.41.
Thanks to Ivan Fratric of the Google Security Team.
*) Change: a logging level of auth_basic errors about no user/password
provided has been lowered from "error" to "info".
*) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
"scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.
*) Feature: the "ssl_session_ticket_key" directive.
Thanks to Piotr Sikora.
*) Bugfix: the directive "add_header Cache-Control ''" added a
"Cache-Control" response header line with an empty value.
*) Bugfix: the "satisfy any" directive might return 403 error instead of
401 if auth_request and auth_basic directives were used.
Thanks to Jan Marc Hoffmann.
*) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
directive were ignored for listen sockets created during binary
upgrade.
Thanks to Piotr Sikora.
*) Bugfix: some data received from a backend with unbufferred proxy
might not be sent to a client immediately if "gzip" or "gunzip"
directives were used.
Thanks to Yichun Zhang.
*) Bugfix: in error handling in ngx_http_gunzip_filter_module.
*) Bugfix: responses might hang if the ngx_http_spdy_module was used
with the "auth_request" directive.
*) Bugfix: memory leak in nginx/Windows.
</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 bff6d20a5052..290ffa4639fc 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.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 1fdbe1abb67b..ddd07ac033b7 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.6.tar.gz) = 39c4dc40831f633fae7638173c0744bc731a8a1b66f476ad75a9b882fc291ca9 -SIZE (nginx-1.5.6.tar.gz) = 776352 +SHA256 (nginx-1.5.7.tar.gz) = 96a5ac866323e4fef502e774d098b445dd898e44cdaea6afa68a68ab5de2e7f1 +SIZE (nginx-1.5.7.tar.gz) = 779985 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 |