Date: Wed, 7 Nov 2018 06:16:03 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484388 - branches/2018Q4/www/nginx Message-ID: <201811070616.wA76G3OJ070562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed Nov 7 06:16:03 2018 New Revision: 484388 URL: https://svnweb.freebsd.org/changeset/ports/484388 Log: MFH: r484307 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. Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d Sponsored by: Netzkommune HmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/nginx/Makefile branches/2018Q4/www/nginx/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/nginx/Makefile ============================================================================== --- branches/2018Q4/www/nginx/Makefile Wed Nov 7 05:39:48 2018 (r484387) +++ branches/2018Q4/www/nginx/Makefile Wed Nov 7 06:16:03 2018 (r484388) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.14.0 -PORTREVISION?= 12 +PORTVERSION= 1.14.1 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ Modified: branches/2018Q4/www/nginx/distinfo ============================================================================== --- branches/2018Q4/www/nginx/distinfo Wed Nov 7 05:39:48 2018 (r484387) +++ branches/2018Q4/www/nginx/distinfo Wed Nov 7 06:16:03 2018 (r484388) @@ -1,6 +1,6 @@ -TIMESTAMP = 1537823907 -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?201811070616.wA76G3OJ070562>