Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2018 15:56:00 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486609 - head/www/nginx
Message-ID:  <201812041556.wB4Fu0go099664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Dec  4 15:55:59 2018
New Revision: 486609
URL: https://svnweb.freebsd.org/changeset/ports/486609

Log:
  www/nginx: Update to 1.14.2
  
  Changelog:
      *) Bugfix: nginx could not be built by gcc 8.1.
  
      *) Bugfix: nginx could not be built on Fedora 28 Linux.
  
      *) Bugfix: in handling of client addresses when using unix domain listen
         sockets to work with datagrams on Linux.
  
      *) Change: the logging level of the "http request", "https proxy
         request", "unsupported protocol", "version too low", "no suitable key
         share", and "no suitable signature algorithm" SSL errors has been
         lowered from "crit" to "info".
  
      *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
         switch off "ssl_prefer_server_ciphers" in a virtual server if it was
         switched on in the default server.
  
      *) Bugfix: nginx could not be built with LibreSSL 2.8.0.
  
      *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
         1.1.1, the TLS 1.3 protocol was always enabled.
  
      *) Bugfix: sending a disk-buffered request body to a gRPC backend might
         fail.
  
      *) Bugfix: connections with some gRPC backends might not be cached when
         using the "keepalive" directive.
  
      *) Bugfix: a segmentation fault might occur in a worker process if the
         ngx_http_mp4_module was used on 32-bit platforms.
  
  Sponsored by:	Netzkommune GmbH

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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Dec  4 15:47:22 2018	(r486608)
+++ head/www/nginx/Makefile	Tue Dec  4 15:55:59 2018	(r486609)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.14.1
-PORTREVISION?=	6
+PORTVERSION=	1.14.2
+PORTREVISION?=	0
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Dec  4 15:47:22 2018	(r486608)
+++ head/www/nginx/distinfo	Tue Dec  4 15:55:59 2018	(r486609)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1543773518
-SHA256 (nginx-1.14.1.tar.gz) = bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
-SIZE (nginx-1.14.1.tar.gz) = 1014040
+TIMESTAMP = 1543938825
+SHA256 (nginx-1.14.2.tar.gz) = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
+SIZE (nginx-1.14.2.tar.gz) = 1015384
 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?201812041556.wB4Fu0go099664>