Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 20:37:35 +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: r480696 - head/www/nginx-devel
Message-ID:  <201809252037.w8PKbZdq058095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Sep 25 20:37:34 2018
New Revision: 480696
URL: https://svnweb.freebsd.org/changeset/ports/480696

Log:
  Upgrade from 1.15.3 to 1.15.4.
  
  <ChangeLog>
  
  *) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
  
  *) Bugfix: in the ngx_http_uwsgi_module.
     Thanks to Chris Caputo.
  
  *) Bugfix: connections with some gRPC backends might not be cached when
     using the "keepalive" directive.
  
  *) Bugfix: a socket leak might occur when using the "error_page"
     directive to redirect early request processing errors, notably errors
     with code 400.
  
  *) Bugfix: the "return" directive did not change the response code when
     returning errors if the request was redirected by the "error_page"
     directive.
  
  *) Bugfix: standard error pages and responses of the
     ngx_http_autoindex_module module used the "bgcolor" attribute, and
     might be displayed incorrectly when using custom color settings in
     browsers.
     Thanks to Nova DasSarma.
  
  *) Change: the logging level of the "no suitable key share" and "no
     suitable signature algorithm" SSL errors has been lowered from "crit"
     to "info".
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Sep 25 20:20:24 2018	(r480695)
+++ head/www/nginx-devel/Makefile	Tue Sep 25 20:37:34 2018	(r480696)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.15.3
-PORTREVISION=	2
+PORTVERSION=	1.15.4
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Sep 25 20:20:24 2018	(r480695)
+++ head/www/nginx-devel/distinfo	Tue Sep 25 20:37:34 2018	(r480696)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1537823907
-SHA256 (nginx-1.15.3.tar.gz) = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
-SIZE (nginx-1.15.3.tar.gz) = 1022881
+TIMESTAMP = 1537907181
+SHA256 (nginx-1.15.4.tar.gz) = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
+SIZE (nginx-1.15.4.tar.gz) = 1024694
 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?201809252037.w8PKbZdq058095>