mirror of https://github.com/F-Stack/f-stack.git
Nginx: upgrade to 1.16.1 for HTTP/2(CVE-2019-9511, CVE-2019-9513, CVE-2019-9516)
This commit is contained in:
parent
73e135b80c
commit
3da8d17db6
|
@ -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.
|
|
@ -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.
|
|
@ -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
Loading…
Reference in New Issue