Date: Tue, 28 Aug 2018 22:04: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: r478331 - head/www/nginx-devel Message-ID: <201808282204.w7SM42Zr016273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Aug 28 22:04:02 2018 New Revision: 478331 URL: https://svnweb.freebsd.org/changeset/ports/478331 Log: Upgrade from 1.15.2 to 1.15.3. <ChangeLog> *) Feature: now TLSv1.3 can be used with BoringSSL. *) Feature: the "ssl_early_data" directive, currently available with BoringSSL. *) Feature: the "keepalive_timeout" and "keepalive_requests" directives in the "upstream" block. *) Bugfix: the ngx_http_dav_module did not truncate destination file when copying a file over an existing one with the COPY method. *) Bugfix: the ngx_http_dav_module used zero access rights on the destination file and did not preserve file modification time when moving a file between different file systems with the MOVE method. *) Bugfix: the ngx_http_dav_module used default access rights when copying a file with the COPY method. *) Workaround: some clients might not work when using HTTP/2; the bug had appeared in 1.13.5. *) Bugfix: nginx could not be built with LibreSSL 2.8.0. </ChangeLog> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Aug 28 21:51:59 2018 (r478330) +++ head/www/nginx-devel/Makefile Tue Aug 28 22:04:02 2018 (r478331) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.15.2 -PORTREVISION= 3 +PORTVERSION= 1.15.3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Aug 28 21:51:59 2018 (r478330) +++ head/www/nginx-devel/distinfo Tue Aug 28 22:04:02 2018 (r478331) @@ -1,6 +1,6 @@ -TIMESTAMP = 1533486837 -SHA256 (nginx-1.15.2.tar.gz) = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90 -SIZE (nginx-1.15.2.tar.gz) = 1025746 +TIMESTAMP = 1535482887 +SHA256 (nginx-1.15.3.tar.gz) = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85 +SIZE (nginx-1.15.3.tar.gz) = 1022881 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?201808282204.w7SM42Zr016273>