File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ release.
33
33
</tr >
34
34
<tr >
35
35
<td valign="top">
36
- <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.14.1 " >16.14.1</a ></b ><br />
36
+ <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.14.2 " >16.14.2</a ></b ><br />
37
+ <a href =" doc/changelogs/CHANGELOG_V16.md#16.14.1 " >16.14.1</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V16.md#16.14.0 " >16.14.0</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V16.md#16.13.2 " >16.13.2</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V16.md#16.13.1 " >16.13.1</a ><br />
Original file line number Diff line number Diff line change 9
9
</tr >
10
10
<tr >
11
11
<td valign =" top " >
12
+ <a href =" #16.14.2 " >16.14.2</a ><br />
12
13
<a href =" #16.14.1 " >16.14.1</a ><br />
13
14
<a href =" #16.14.0 " >16.14.0</a ><br />
14
15
<a href =" #16.13.2 " >16.13.2</a ><br />
58
59
* [ io.js] ( CHANGELOG_IOJS.md )
59
60
* [ Archive] ( CHANGELOG_ARCHIVE.md )
60
61
62
+ <a id =" 16.14.2 " ></a >
63
+
64
+ ## 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
65
+
66
+ This is a security release.
67
+
68
+ ### Notable Changes
69
+
70
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
71
+
72
+ * Infinite loop in ` BN_mod_sqrt() ` reachable when parsing certificates (High)(CVE-2022 -0778)
73
+ More details are available at < https://www.openssl.org/news/secadv/20220315.txt >
74
+
75
+ ### Commits
76
+
77
+ * \[ [ ` 3924618c74 ` ] ( https://github.com/nodejs/node/commit/3924618c74 )] - ** deps** : update archs files for OpenSSL-1.1.1 (Hassaan Pasha) [ #42352 ] ( https://github.com/nodejs/node/pull/42352 )
78
+ * \[ [ ` 7a6a870d58 ` ] ( https://github.com/nodejs/node/commit/7a6a870d58 )] - ** deps** : upgrade openssl sources to OpenSSL\_ 1\_ 1\_ 1n (Hassaan Pasha) [ #42352 ] ( https://github.com/nodejs/node/pull/42352 )
79
+ * \[ [ ` c533b430f4 ` ] ( https://github.com/nodejs/node/commit/c533b430f4 )] - ** test** : fix tests affected by OpenSSL update (Michael Dawson) [ #42352 ] ( https://github.com/nodejs/node/pull/42352 )
80
+
61
81
<a id =" 16.14.1 " ></a >
62
82
63
83
## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Gallium"
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments