Date: Thu, 28 Feb 2019 22:37:02 +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: r494215 - head/www/nginx-devel Message-ID: <201902282237.x1SMb244043736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Feb 28 22:37:02 2019 New Revision: 494215 URL: https://svnweb.freebsd.org/changeset/ports/494215 Log: Update from 1.15.8 to 1.15.9. <ChangeLog> *) Feature: variables support in the "ssl_certificate" and "ssl_certificate_key" directives. *) Feature: the "poll" method is now available on Windows when using Windows Vista or newer. *) Bugfix: if the "select" method was used on Windows and an error occurred while establishing a backend connection, nginx waited for the connection establishment timeout to expire. *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives in the stream module worked incorrectly when proxying UDP datagrams. </ChangeLog> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Thu Feb 28 22:33:52 2019 (r494214) +++ head/www/nginx-devel/Makefile Thu Feb 28 22:37:02 2019 (r494215) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.15.8 -PORTREVISION= 6 +PORTVERSION= 1.15.9 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Thu Feb 28 22:33:52 2019 (r494214) +++ head/www/nginx-devel/distinfo Thu Feb 28 22:37:02 2019 (r494215) @@ -1,6 +1,6 @@ -TIMESTAMP = 1551392666 -SHA256 (nginx-1.15.8.tar.gz) = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787 -SIZE (nginx-1.15.8.tar.gz) = 1027862 +TIMESTAMP = 1551393198 +SHA256 (nginx-1.15.9.tar.gz) = e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43 +SIZE (nginx-1.15.9.tar.gz) = 1031760 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902282237.x1SMb244043736>