Date: Tue, 1 Oct 2013 17:39:23 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328974 - head/www/nginx-devel Message-ID: <201310011739.r91HdN4S095523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Oct 1 17:39:23 2013 New Revision: 328974 URL: http://svnweb.freebsd.org/changeset/ports/328974 Log: 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> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Oct 1 17:33:55 2013 (r328973) +++ head/www/nginx-devel/Makefile Tue Oct 1 17:39:23 2013 (r328974) @@ -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} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Oct 1 17:33:55 2013 (r328973) +++ head/www/nginx-devel/distinfo Tue Oct 1 17:39:23 2013 (r328974) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310011739.r91HdN4S095523>