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.
3333</tr >
3434<tr >
3535 <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 />
3738<a href =" doc/changelogs/CHANGELOG_V16.md#16.14.0 " >16.14.0</a ><br />
3839<a href =" doc/changelogs/CHANGELOG_V16.md#16.13.2 " >16.13.2</a ><br />
3940<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 99</tr >
1010<tr >
1111<td valign =" top " >
12+ <a href =" #16.14.2 " >16.14.2</a ><br />
1213<a href =" #16.14.1 " >16.14.1</a ><br />
1314<a href =" #16.14.0 " >16.14.0</a ><br />
1415<a href =" #16.13.2 " >16.13.2</a ><br />
5859 * [ io.js] ( CHANGELOG_IOJS.md )
5960 * [ Archive] ( CHANGELOG_ARCHIVE.md )
6061
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+
6181<a id =" 16.14.1 " ></a >
6282
6383## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Gallium"
3131
32- #define NODE_VERSION_IS_RELEASE 0
32+ #define NODE_VERSION_IS_RELEASE 1
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments