Skip to content

Commit ac071c1

Browse files
committed
nginx-1.15.6-RELEASE
1 parent 42043b4 commit ac071c1

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

docs/xml/nginx/changes.xml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,70 @@
55
<change_log title="nginx">
66

77

8+
<changes ver="1.15.6" date="2018-11-06">
9+
10+
<change type="security">
11+
<para lang="ru">
12+
при использовании HTTP/2 клиент мог вызвать
13+
чрезмерное потреблению памяти (CVE-2018-16843)
14+
и ресурсов процессора (CVE-2018-16844).
15+
</para>
16+
<para lang="en">
17+
when using HTTP/2 a client might cause
18+
excessive memory consumption (CVE-2018-16843)
19+
and CPU usage (CVE-2018-16844).
20+
</para>
21+
</change>
22+
23+
<change type="security">
24+
<para lang="ru">
25+
при обработке специально созданного mp4-файла модулем ngx_http_mp4_module
26+
содержимое памяти рабочего процесса могло быть отправлено клиенту
27+
(CVE-2018-16845).
28+
</para>
29+
<para lang="en">
30+
processing of a specially crafted mp4 file with the ngx_http_mp4_module
31+
might result in worker process memory disclosure
32+
(CVE-2018-16845).
33+
</para>
34+
</change>
35+
36+
<change type="feature">
37+
<para lang="ru">
38+
директивы proxy_socket_keepalive, fastcgi_socket_keepalive,
39+
grpc_socket_keepalive, memcached_socket_keepalive,
40+
scgi_socket_keepalive и uwsgi_socket_keepalive.
41+
</para>
42+
<para lang="en">
43+
the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
44+
"grpc_socket_keepalive", "memcached_socket_keepalive",
45+
"scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.
46+
</para>
47+
</change>
48+
49+
<change type="bugfix">
50+
<para lang="ru">
51+
если nginx был собран с OpenSSL 1.1.0, а использовался с OpenSSL 1.1.1,
52+
протокол TLS 1.3 всегда был разрешён.
53+
</para>
54+
<para lang="en">
55+
if nginx was built with OpenSSL 1.1.0 and used with OpenSSL 1.1.1,
56+
the TLS 1.3 protocol was always enabled.
57+
</para>
58+
</change>
59+
60+
<change type="bugfix">
61+
<para lang="ru">
62+
при работе с gRPC-бэкендами могло расходоваться большое количество памяти.
63+
</para>
64+
<para lang="en">
65+
working with gRPC backends might result in excessive memory consumption.
66+
</para>
67+
</change>
68+
69+
</changes>
70+
71+
872
<changes ver="1.15.5" date="2018-10-02">
973

1074
<change type="bugfix">

0 commit comments

Comments
 (0)