File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ release.
29
29
</tr >
30
30
<tr >
31
31
<td valign="top">
32
- <b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.19.0 " >14.19.0</a ></b ><br />
32
+ <b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.19.1 " >14.19.1</a ></b ><br />
33
+ <a href =" doc/changelogs/CHANGELOG_V14.md#14.19.0 " >14.19.0</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.3 " >14.18.3</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.2 " >14.18.2</a ><br />
35
36
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.1 " >14.18.1</a ><br />
Original file line number Diff line number Diff line change 11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+ <a href="#14.19.1">14.19.1</a><br/>
14
15
<a href="#14.19.0">14.19.0</a><br/>
15
16
<a href="#14.18.3">14.18.3</a><br/>
16
17
<a href="#14.18.2">14.18.2</a><br/>
70
71
* [io.js](CHANGELOG_IOJS.md)
71
72
* [Archive](CHANGELOG_ARCHIVE.md)
72
73
74
+ <a id="14.19.1"></a>
75
+
76
+ ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
77
+
78
+ This is a security release.
79
+
80
+ ### Notable Changes
81
+
82
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
83
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
84
+ More details are available at https://www.openssl.org/news/secadv/20220315.txt
85
+
86
+ ### Commits
87
+
88
+ * \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42350](https://github.com/nodejs/node/pull/42350)
89
+ * \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
90
+ * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
91
+
73
92
<a id="14.19.0"></a>
74
93
75
94
## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
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 "Fermium"
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