svn commit: r471893 - head/www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Thu Jun 7 00:36:13 UTC 2018


Author: osa
Date: Thu Jun  7 00:36:12 2018
New Revision: 471893
URL: https://svnweb.freebsd.org/changeset/ports/471893

Log:
  Upgrade from stable 1.14.0 release to recent release
  from mainline - 1.15.0.
  
  <ChangeLog>
  
  *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
     "listen" directive should be used instead.
  
  *) Change: now nginx detects missing SSL certificates during
     configuration testing when using the "ssl" parameter of the "listen"
     directive.
  
  *) Feature: now the stream module can handle multiple incoming UDP
     datagrams from a client within a single session.
  
  *) Bugfix: it was possible to specify an incorrect response code in the
     "proxy_cache_valid" directive.
  
  *) Bugfix: nginx could not be built by gcc 8.1.
  
  *) Bugfix: logging to syslog stopped on local IP address changes.
  
  *) Bugfix: nginx could not be built by clang with CUDA SDK installed;
     the bug had appeared in 1.13.8.
  
  *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear
     in logs during binary upgrade when using unix domain listen sockets
     on FreeBSD.
  
  *) Bugfix: nginx could not be built on Fedora 28 Linux.
  
  *) Bugfix: request processing rate might exceed configured rate when
     using the "limit_req" directive.
  
  *) Bugfix: in handling of client addresses when using unix domain listen
     sockets to work with datagrams on Linux.
  
  *) Bugfix: in memory allocation error handling.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Thu Jun  7 00:34:18 2018	(r471892)
+++ head/www/nginx-devel/Makefile	Thu Jun  7 00:36:12 2018	(r471893)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.14.0
-PORTREVISION=	8
+PORTVERSION=	1.15.0
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Thu Jun  7 00:34:18 2018	(r471892)
+++ head/www/nginx-devel/distinfo	Thu Jun  7 00:36:12 2018	(r471893)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1526381709
-SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
-SIZE (nginx-1.14.0.tar.gz) = 1016272
+TIMESTAMP = 1528331241
+SHA256 (nginx-1.15.0.tar.gz) = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
+SIZE (nginx-1.15.0.tar.gz) = 1020675
 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


More information about the svn-ports-all mailing list