Date: Sat, 1 Jul 2017 14:29:39 +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: r444824 - head/www/nginx-devel Message-ID: <201707011429.v61ETdEk047456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat Jul 1 14:29:39 2017 New Revision: 444824 URL: https://svnweb.freebsd.org/changeset/ports/444824 Log: Upgrade from 1.13.1 to 1.13.2. <ChangeLog> *) Change: nginx now returns 200 instead of 416 when a range starting with 0 is requested from an empty file. *) Feature: the "add_trailer" directive. Thanks to Piotr Sikora. *) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had appeared in 1.13.0. *) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit. Thanks to Orgad Shaneh. *) Bugfix: a segmentation fault might occur in a worker process when using SSI with many includes and proxy_pass with variables. *) Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora. </ChangeLog> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Jul 1 14:25:17 2017 (r444823) +++ head/www/nginx-devel/Makefile Sat Jul 1 14:29:39 2017 (r444824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.1 +PORTVERSION= 1.13.2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Jul 1 14:25:17 2017 (r444823) +++ head/www/nginx-devel/distinfo Sat Jul 1 14:29:39 2017 (r444824) @@ -1,6 +1,6 @@ -TIMESTAMP = 1497052311 -SHA256 (nginx-1.13.1.tar.gz) = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776 -SIZE (nginx-1.13.1.tar.gz) = 984142 +TIMESTAMP = 1498917837 +SHA256 (nginx-1.13.2.tar.gz) = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70 +SIZE (nginx-1.13.2.tar.gz) = 985802 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?201707011429.v61ETdEk047456>