Date: Wed, 14 Aug 2019 07:47:29 +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: r508898 - head/www/nginx Message-ID: <201908140747.x7E7lTao000726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed Aug 14 07:47:28 2019 New Revision: 508898 URL: https://svnweb.freebsd.org/changeset/ports/508898 Log: 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) MFH: 2019Q3 Security: 87679fcb-be60-11e9-9051-4c72b94353b5 Sponsored by: Netzkommune GmbH Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Aug 14 07:36:14 2019 (r508897) +++ head/www/nginx/Makefile Wed Aug 14 07:47:28 2019 (r508898) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.16.0 -PORTREVISION?= 2 +PORTVERSION= 1.16.1 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Aug 14 07:36:14 2019 (r508897) +++ head/www/nginx/distinfo Wed Aug 14 07:47:28 2019 (r508898) @@ -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?201908140747.x7E7lTao000726>