Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2019 18:03: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: r520813 - head/www/nginx-devel
Message-ID:  <201912241803.xBOI3dn0096736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Dec 24 18:03:39 2019
New Revision: 520813
URL: https://svnweb.freebsd.org/changeset/ports/520813

Log:
  Update from 1.17.6 to 1.17.7.
  
  <ChangeLog>
  
  *) Bugfix: a segmentation fault might occur on start or during
     reconfiguration if the "rewrite" directive with an empty replacement
     string was used in the configuration.
  
  *) Bugfix: a segmentation fault might occur in a worker process if the
     "break" directive was used with the "alias" directive or with the
     "proxy_pass" directive with a URI.
  
  *) Bugfix: the "Location" response header line might contain garbage if
     the request URI was rewritten to the one containing a null character.
  
  *) Bugfix: requests with bodies were handled incorrectly when returning
     redirections with the "error_page" directive; the bug had appeared in
     0.7.12.
  
  *) Bugfix: socket leak when using HTTP/2.
  
  *) Bugfix: a timeout might occur while handling pipelined requests in an
     SSL connection; the bug had appeared in 1.17.5.
  
  *) Bugfix: in the ngx_http_dav_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 Dec 24 16:46:28 2019	(r520812)
+++ head/www/nginx-devel/Makefile	Tue Dec 24 18:03:39 2019	(r520813)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.17.6
-PORTREVISION=	4
+PORTVERSION=	1.17.7
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Dec 24 16:46:28 2019	(r520812)
+++ head/www/nginx-devel/distinfo	Tue Dec 24 18:03:39 2019	(r520813)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1577186213
-SHA256 (nginx-1.17.6.tar.gz) = 3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6
-SIZE (nginx-1.17.6.tar.gz) = 1037527
+TIMESTAMP = 1577208865
+SHA256 (nginx-1.17.7.tar.gz) = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+SIZE (nginx-1.17.7.tar.gz) = 1037747
 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?201912241803.xBOI3dn0096736>