Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 16:14:55 +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: r541435 - head/www/nginx-devel
Message-ID:  <202007071614.067GEtUO067980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Jul  7 16:14:55 2020
New Revision: 541435
URL: https://svnweb.freebsd.org/changeset/ports/541435

Log:
  Update from 1.19.0 to 1.19.1.
  
  <ChangeLog>
  
  *) Change: the "lingering_close", "lingering_time", and
     "lingering_timeout" directives now work when using HTTP/2.
  
  *) Change: now extra data sent by a backend are always discarded.
  
  *) Change: now after receiving a too short response from a FastCGI
     server nginx tries to send the available part of the response to the
     client, and then closes the client connection.
  
  *) Change: now after receiving a response with incorrect length from a
     gRPC backend nginx stops response processing with an error.
  
  *) Feature: the "min_free" parameter of the "proxy_cache_path",
     "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
     directives.
     Thanks to Adam Bambuch.
  
  *) Bugfix: nginx did not delete unix domain listen sockets during
     graceful shutdown on the SIGQUIT signal.
  
  *) Bugfix: zero length UDP datagrams were not proxied.
  
  *) Bugfix: proxying to uwsgi backends using SSL might not work.
     Thanks to Guanzhong Chen.
  
  *) Bugfix: in error handling when using the "ssl_ocsp" directive.
  
  *) Bugfix: on XFS and NFS file systems disk cache size might be
     calculated incorrectly.
  
  *) Bugfix: "negative size buf in writer" alerts might appear in logs if
     a memcached server returned a malformed response.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Jul  7 16:12:28 2020	(r541434)
+++ head/www/nginx-devel/Makefile	Tue Jul  7 16:14:55 2020	(r541435)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.19.0
-PORTREVISION=	6
+PORTVERSION=	1.19.1
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Jul  7 16:12:28 2020	(r541434)
+++ head/www/nginx-devel/distinfo	Tue Jul  7 16:14:55 2020	(r541435)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1594132469
-SHA256 (nginx-1.19.0.tar.gz) = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
-SIZE (nginx-1.19.0.tar.gz) = 1043748
+TIMESTAMP = 1594138236
+SHA256 (nginx-1.19.1.tar.gz) = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
+SIZE (nginx-1.19.1.tar.gz) = 1047223
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
 SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071614.067GEtUO067980>