Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 16:59:03 +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: r484307 - head/www/nginx
Message-ID:  <201811061659.wA6Gx3Ck048690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Nov  6 16:59:03 2018
New Revision: 484307
URL: https://svnweb.freebsd.org/changeset/ports/484307

Log:
  Update to 1.14.1
  
  Changelog:
   - Security: when using HTTP/2 a client might cause excessive memory
     consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
  
   - Security: processing of a specially crafted mp4 file with the
     ngx_http_mp4_module might result in worker process memory disclosure
     (CVE-2018-16845).
  
   - Bugfix: working with gRPC backends might result in excessive memory
     consumption.
  
  MFH:		2018Q4
  Security:	84ca56be-e1de-11e8-bcfd-00e04c1ea73d
  Sponsored by:	Netzkommune HmbH

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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Nov  6 16:53:39 2018	(r484306)
+++ head/www/nginx/Makefile	Tue Nov  6 16:59:03 2018	(r484307)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.14.0
-PORTREVISION?=	14
+PORTVERSION=	1.14.1
+PORTREVISION?=	0
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Nov  6 16:53:39 2018	(r484306)
+++ head/www/nginx/distinfo	Tue Nov  6 16:59:03 2018	(r484307)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1540540229
-SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
-SIZE (nginx-1.14.0.tar.gz) = 1016272
+TIMESTAMP = 1541523020
+SHA256 (nginx-1.14.1.tar.gz) = bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
+SIZE (nginx-1.14.1.tar.gz) = 1014040
 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?201811061659.wA6Gx3Ck048690>