Nginx: upgrade to 1.16.1 for HTTP/2(CVE-2019-9511, CVE-2019-9513, CVE-2019-9516)

dev
fengbojiang(姜凤波) 2019-10-29 19:25:56 +08:00
parent 73e135b80c
commit 3da8d17db6
404 changed files with 52 additions and 7 deletions

View File

@ -1,4 +1,11 @@
Changes with nginx 1.16.1 13 Aug 2019
*) Security: when using HTTP/2 a client might cause excessive memory
consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
CVE-2019-9516).
Changes with nginx 1.16.0 23 Apr 2019
*) 1.16.x stable branch.

View File

@ -1,4 +1,11 @@
Изменения в nginx 1.16.1 13.08.2019
*) Безопасность: при использовании HTTP/2 клиент мог вызвать чрезмерное
потребление памяти и ресурсов процессора (CVE-2019-9511,
CVE-2019-9513, CVE-2019-9516).
Изменения в nginx 1.16.0 23.04.2019
*) Стабильная ветка 1.16.x.

0
app/nginx-1.16.0/configure → app/nginx-1.16.1/configure vendored Executable file → Normal file
View File

View File

@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
#define nginx_version 1016000
#define NGINX_VERSION "1.16.0"
#define nginx_version 1016001
#define NGINX_VERSION "1.16.1"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD

Some files were not shown because too many files have changed in this diff Show More