diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2021-05-25 11:49:35 -0400 | 
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2021-05-25 11:49:35 -0400 | 
| commit | 07d1217a854d49123e013cb0f485de8b6a04f9a6 (patch) | |
| tree | 72b852f52fabf557bc58a2c5e12e77cdac89b567 /www/nginx-devel | |
| parent | security/vuxml: document vulnerability in www/nginx and www/nginx-devel (diff) | |
www/nginx-devel: security update from 1.20.0 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>
Diffstat (limited to 'www/nginx-devel')
| -rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
| -rw-r--r-- | www/nginx-devel/distinfo | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 6658927b9ada..5998290238ff 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@  # Created by: Sergey A. Osokin <osa@FreeBSD.org>  PORTNAME?=	nginx -PORTVERSION=	1.20.0 +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 bb2861bf9a1d..e6bf03491198 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1618930090 -SHA256 (nginx-1.20.0.tar.gz) = 54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c -SIZE (nginx-1.20.0.tar.gz) = 1061070 +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  | 
