diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-08-14 07:47:28 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-08-14 07:47:28 +0000 |
commit | 6fa2b93840dabbbb89d286f21d002763f1b38c24 (patch) | |
tree | 7e7e1f7b7bae0a76677dfff951ce9dfb7d2a1b14 | |
parent | pkg-message UCL triggers only work for one type at a time. (diff) |
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
Notes
Notes:
svn path=/head/; revision=508898
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 091dbf388da4..d55859e4c3b2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -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/ \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 347eb8d86c76..571512d21c81 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -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 |