Date: Wed, 14 Aug 2019 08:22:53 +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: r508900 - branches/2019Q3/www/nginx Message-ID: <201908140822.x7E8Mr0m024273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed Aug 14 08:22:53 2019 New Revision: 508900 URL: https://svnweb.freebsd.org/changeset/ports/508900 Log: MFH: r508898 Update to 1.16.1 Security: when using HTTP/2 a client might cause excessive memory consumption and CPU usage (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516) Security: 87679fcb-be60-11e9-9051-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (joneum) Modified: branches/2019Q3/www/nginx/Makefile branches/2019Q3/www/nginx/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/nginx/Makefile ============================================================================== --- branches/2019Q3/www/nginx/Makefile Wed Aug 14 08:21:19 2019 (r508899) +++ branches/2019Q3/www/nginx/Makefile Wed Aug 14 08:22:53 2019 (r508900) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.16.0 -PORTREVISION?= 1 +PORTVERSION= 1.16.1 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ Modified: branches/2019Q3/www/nginx/distinfo ============================================================================== --- branches/2019Q3/www/nginx/distinfo Wed Aug 14 08:21:19 2019 (r508899) +++ branches/2019Q3/www/nginx/distinfo Wed Aug 14 08:22:53 2019 (r508900) @@ -1,6 +1,6 @@ -TIMESTAMP = 1558805843 -SHA256 (nginx-1.16.0.tar.gz) = 4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345 -SIZE (nginx-1.16.0.tar.gz) = 1032345 +TIMESTAMP = 1565719149 +SHA256 (nginx-1.16.1.tar.gz) = f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b +SIZE (nginx-1.16.1.tar.gz) = 1032630 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?201908140822.x7E8Mr0m024273>