diff options
author | osa <osa@FreeBSD.org> | 2013-10-02 01:39:23 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-10-02 01:39:23 +0800 |
commit | 7d1f6bde1df2095c43145a2b9817a14bc20c2665 (patch) | |
tree | 13bed1ad068025b924f17acdd61244d23106b43e /www | |
parent | 4405b30448358d3e88af2812eb41bcd1eb0cc92b (diff) | |
download | freebsd-ports-graphics-7d1f6bde1df2095c43145a2b9817a14bc20c2665.tar.gz freebsd-ports-graphics-7d1f6bde1df2095c43145a2b9817a14bc20c2665.tar.zst freebsd-ports-graphics-7d1f6bde1df2095c43145a2b9817a14bc20c2665.zip |
Update from 1.5.5 to 1.5.6.
<ChangeLog>
*) Feature: the "fastcgi_buffering" directive.
*) Feature: the "proxy_ssl_protocols" and "proxy_ssl_ciphers"
directives.
Thanks to Piotr Sikora.
*) Feature: optimization of SSL handshakes when using long certificate
chains.
*) Feature: the mail proxy supports SMTP pipelining.
*) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
password encryption method.
Thanks to Markus Linnala.
*) Bugfix: in MacOSX, Cygwin, and nginx/Windows incorrect location might
be used to process a request if locations were given using characters
in different cases.
*) Bugfix: automatic redirect with appended trailing slash for proxied
locations might not work.
*) Bugfix: in the mail proxy server.
*) Bugfix: in the ngx_http_spdy_module.
</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 7275af4e4d8..479ad135a79 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 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 386d7c9c267..46ca2ce5e1e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.5.tar.gz) = 94795cab5c9c0806813f0dd18cc8fa8e2a140f01f4e28dfc38d0b2184540d1fd -SIZE (nginx-1.5.5.tar.gz) = 774533 +SHA256 (nginx-1.5.6.tar.gz) = 39c4dc40831f633fae7638173c0744bc731a8a1b66f476ad75a9b882fc291ca9 +SIZE (nginx-1.5.6.tar.gz) = 776352 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 |