Date: Tue, 25 May 2021 15:56:26 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 9966f49bbdbe - 2021Q2 - www/nginx-devel: security update to 1.21.0. Message-ID: <202105251556.14PFuQOY054443@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=9966f49bbdbe496d00ea10fd4d948245868fad79 commit 9966f49bbdbe496d00ea10fd4d948245868fad79 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2021-05-25 15:49:35 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2021-05-25 15:56:20 +0000 www/nginx-devel: security update to 1.21.0. Security: 0882f019-bd60-11eb-9bdd-8c164567ca3c Security: CVE-2021-23017 <Changelog> *) Security: 1-byte memory overwrite might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server to cause worker process crash or, potentially, arbitrary code execution (CVE-2021-23017). *) Feature: variables support in the "proxy_ssl_certificate", "proxy_ssl_certificate_key" "grpc_ssl_certificate", "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and "uwsgi_ssl_certificate_key" directives. *) Feature: the "max_errors" directive in the mail proxy module. *) Feature: the mail proxy module supports POP3 and IMAP pipelining. *) Feature: the "fastopen" parameter of the "listen" directive in the stream module. Thanks to Anbang Wen. *) Bugfix: special characters were not escaped during automatic redirect with appended trailing slash. *) Bugfix: connections with clients in the mail proxy module might be closed unexpectedly when using SMTP pipelining. </Changelog> (cherry picked from commit 07d1217a854d49123e013cb0f485de8b6a04f9a6) --- www/nginx-devel/Makefile | 3 +-- www/nginx-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 829af541fe0e..cfe7b458aa56 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,8 +1,7 @@ # Created by: Sergey A. Osokin <osa@FreeBSD.org> PORTNAME?= nginx -PORTVERSION= 1.19.9 -PORTREVISION= 1 +PORTVERSION= 1.21.0 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 2d3fcb73fa6d..8fe34cfa16ff 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1617711524 -SHA256 (nginx-1.19.9.tar.gz) = 2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841 -SIZE (nginx-1.19.9.tar.gz) = 1060580 +TIMESTAMP = 1621957259 +SHA256 (nginx-1.21.0.tar.gz) = fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771 +SIZE (nginx-1.21.0.tar.gz) = 1063682 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251556.14PFuQOY054443>