1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
Patch Package: OTP 18.3.4.5
Git Tag: OTP-18.3.4.5
Date: 2017-02-02
Trouble Report Id: OTP-13425, OTP-13866, OTP-13869, OTP-14159,
OTP-14166, OTP-14169, OTP-14173
Seq num: seq13261, seq13262
System: OTP
Release: 18
Application: crypto-3.6.3.1, erts-7.3.1.3, inets-6.2.4.1,
ssh-4.2.2.3
Predecessor: OTP 18.3.4.4
Check out the git tag OTP-18.3.4.5, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.
---------------------------------------------------------------------
--- crypto-3.6.3.1 --------------------------------------------------
---------------------------------------------------------------------
The crypto-3.6.3.1 application can be applied independently of other
applications on a full OTP 18 installation.
--- Improvements and New Features ---
OTP-14169 Application(s): crypto, ssh
Related Id(s): seq13261
Key exchange algorithms
diffie-hellman-group-exchange-sha* optimized, up to a
factor of 11 for the slowest ( = biggest and safest)
one.
Full runtime dependencies of crypto-3.6.3.1: erts-6.0, kernel-3.0,
stdlib-2.0
---------------------------------------------------------------------
--- erts-7.3.1.3 ----------------------------------------------------
---------------------------------------------------------------------
The erts-7.3.1.3 application can be applied independently of other
applications on a full OTP 18 installation.
--- Fixed Bugs and Malfunctions ---
OTP-13425 Application(s): erts
Related Id(s): ERL-94
A bug has been fixed where if erlang was started +B on
a unix platform it would be killed by a SIGUSR2 signal
when creating a crash dump.
OTP-13866 Application(s): erts
Calls to erl_drv_send_term() or erl_drv_output_term()
from a non-scheduler thread while the corresponding
port was invalid caused the emulator to enter an
inconsistent state which eventually caused an emulator
crash.
OTP-13869 Application(s): erts
Driver and NIF operations accessing processes or ports
could cause an emulator crash when used from
non-scheduler threads. Those operations are:
-- erl_drv_send_term()
-- driver_send_term()
-- erl_drv_output_term()
-- driver_output_term()
-- enif_send()
-- enif_port_command()
OTP-14159 Application(s): erts
Related Id(s): ERL-340
Fix bug in binary_to_term for binaries created by
term_to_binary with option compressed. The bug can
cause badarg exception for a valid binary when Erlang
VM is linked against a zlib library of version 1.2.9 or
newer. Bug exists since OTP 17.0.
Full runtime dependencies of erts-7.3.1.3: kernel-4.0, sasl-2.4,
stdlib-2.5
---------------------------------------------------------------------
--- inets-6.2.4.1 ---------------------------------------------------
---------------------------------------------------------------------
The inets-6.2.4.1 application can be applied independently of other
applications on a full OTP 18 installation.
--- Fixed Bugs and Malfunctions ---
OTP-14173 Application(s): inets
Related Id(s): seq13262
Shutdown gracefully on connection or TLS handshake
errors
Full runtime dependencies of inets-6.2.4.1: erts-6.0, kernel-3.0,
mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-2.0
---------------------------------------------------------------------
--- ssh-4.2.2.3 -----------------------------------------------------
---------------------------------------------------------------------
Note! The ssh-4.2.2.3 application can *not* be applied independently
of other applications on an arbitrary OTP 18 installation.
On a full OTP 18 installation, also the following runtime
dependency has to be satisfied:
-- crypto-3.6.3.1 (first satisfied in OTP 18.3.4.5)
--- Fixed Bugs and Malfunctions ---
OTP-14166 Application(s): ssh
The key exchange algorithm
diffie-hellman-group-exchange-sha* has a server-option
{dh_gex_limits,{Min,Max}}. There was a hostkey
signature validation error on the client side if the
option was used and the Min or the Max differed from
the corresponding values obtained from the client.
This bug is now corrected.
--- Improvements and New Features ---
OTP-14169 Application(s): crypto, ssh
Related Id(s): seq13261
Key exchange algorithms
diffie-hellman-group-exchange-sha* optimized, up to a
factor of 11 for the slowest ( = biggest and safest)
one.
Full runtime dependencies of ssh-4.2.2.3: crypto-3.6.3.1, erts-6.0,
kernel-3.0, public_key-0.22, stdlib-2.3
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|