Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2017 02:14:19 +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: r454901 - head/www/nginx-devel
Message-ID:  <201711260214.vAQ2EJE5064451@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Nov 26 02:14:19 2017
New Revision: 454901
URL: https://svnweb.freebsd.org/changeset/ports/454901

Log:
  Upgrade from 1.13.6 to 1.13.7.
  
  <ChangeLog>
  
  *) Bugfix: in the $upstream_status variable.
  
  *) Bugfix: a segmentation fault might occur in a worker process if a
     backend returned a "101 Switching Protocols" response to a
     subrequest.
  
  *) Bugfix: a segmentation fault occurred in a master process if a shared
     memory zone size was changed during a reconfiguration and the
     reconfiguration failed.
  
  *) Bugfix: in the ngx_http_fastcgi_module.
  
  *) Bugfix: nginx returned the 500 error if parameters without variables
     were specified in the "xslt_stylesheet" directive.
  
  *) Workaround: "gzip filter failed to use preallocated memory" alerts
     appeared in logs when using a zlib library variant from Intel.
  
  *) Bugfix: the "worker_shutdown_timeout" directive did not work when
     using mail proxy and when proxying WebSocket connections.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sat Nov 25 22:52:32 2017	(r454900)
+++ head/www/nginx-devel/Makefile	Sun Nov 26 02:14:19 2017	(r454901)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.13.6
+PORTVERSION=	1.13.7
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sat Nov 25 22:52:32 2017	(r454900)
+++ head/www/nginx-devel/distinfo	Sun Nov 26 02:14:19 2017	(r454901)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1508201592
-SHA256 (nginx-1.13.6.tar.gz) = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
-SIZE (nginx-1.13.6.tar.gz) = 989760
+TIMESTAMP = 1511565780
+SHA256 (nginx-1.13.7.tar.gz) = beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c
+SIZE (nginx-1.13.7.tar.gz) = 990836
 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?201711260214.vAQ2EJE5064451>