Skip to content

Commit 9e0bba5

Browse files
committed
2022-03-17, Version 14.19.1 'Fermium' (LTS)
This is a security release. Notable changes: Update to OpenSSL 1.1.1n, which addresses the following vulnerability: - Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt PR-URL: #42371
1 parent 3b1a0b2 commit 9e0bba5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<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/>
3334
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.3">14.18.3</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.2">14.18.2</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.1">14.18.1</a><br/>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.19.1">14.19.1</a><br/>
1415
<a href="#14.19.0">14.19.0</a><br/>
1516
<a href="#14.18.3">14.18.3</a><br/>
1617
<a href="#14.18.2">14.18.2</a><br/>
@@ -70,6 +71,24 @@
7071
* [io.js](CHANGELOG_IOJS.md)
7172
* [Archive](CHANGELOG_ARCHIVE.md)
7273

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+
7392
<a id="14.19.0"></a>
7493

7594
## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Fermium"
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)

0 commit comments

Comments
 (0)