diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-08-14 08:30:38 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-08-14 08:30:38 +0000 |
commit | 08ca3957d92cb1992edd58fffd74389ba73b8f14 (patch) | |
tree | 1ec447614d57b84393a1f3cad6d2b44c25d7941c /www/nginx-devel/Makefile | |
parent | Update some third-party modules to their recent revisions. (diff) |
Security update nginx from 1.17.2 to 1.17.3.
<ChangeLog with nginx 1.17.3>
*) Security: when using HTTP/2 a client might cause excessive memory
consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
CVE-2019-9516).
*) Bugfix: "zero size buf" alerts might appear in logs when using
gzipping; the bug had appeared in 1.17.2.
*) Bugfix: a segmentation fault might occur in a worker process if the
"resolver" directive was used in SMTP proxy.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=508901
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 849b21fffe0d..57488e97337c 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.17.2 -PORTREVISION= 2 +PORTVERSION= 1.17.3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa |