Skip to content

Commit 6fa9cae

Browse files
committed
2017-12-08, Version 6.12.2 'Boron' (LTS)
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ for details on patched vulnerabilities. Fixes for the following CVEs are included in this release: * CVE-2017-15896 * CVE-2017-3738 (from the openssl project) Notable Changes: * deps: * openssl updated to 1.0.2n (Shigeki Ohtsu) #17526 PR-URL: #17533
1 parent e832743 commit 6fa9cae

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ release.
5454
<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/>
5555
</td>
5656
<td valign="top">
57-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.12.1">6.12.1</a></b><br/>
57+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.12.2">6.12.2</a></b><br/>
58+
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.1">6.12.1</a><br/>
5859
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.0">6.12.0</a><br/>
5960
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a><br/>
6061
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.4">6.11.4</a><br/>

doc/changelogs/CHANGELOG_V6.md

+26
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#6.12.2">6.12.2</a><br/>
1213
<a href="#6.12.1">6.12.1</a><br/>
1314
<a href="#6.12.0">6.12.0</a><br/>
1415
<a href="#6.11.5">6.11.5</a><br/>
@@ -61,6 +62,31 @@
6162
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6263
will be supported actively until April 2018 and maintained until April 2019.
6364

65+
<a id="6.12.2"></a>
66+
## 2017-12-08, Version 6.12.2 'Boron' (LTS), @MylesBorins
67+
68+
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ for details on patched vulnerabilities.
69+
70+
Fixes for the following CVEs are included in this release:
71+
72+
* CVE-2017-15896
73+
* CVE-2017-3738 (from the openssl project)
74+
75+
### Notable Changes
76+
77+
* **deps**:
78+
* openssl updated to 1.0.2n (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
79+
80+
### Commits
81+
82+
* [[`6314a46c48`](https://github.com/nodejs/node/commit/6314a46c48)] - **deps**: update openssl asm and asm_obsolete files (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
83+
* [[`f2121a8583`](https://github.com/nodejs/node/commit/f2121a8583)] - **deps**: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) [nodejs/io.js#1836](https://github.com/nodejs/io.js/pull/1836)
84+
* [[`741651cc4b`](https://github.com/nodejs/node/commit/741651cc4b)] - **deps**: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
85+
* [[`5956aead33`](https://github.com/nodejs/node/commit/5956aead33)] - **deps**: fix openssl assembly error on ia32 win32 (Fedor Indutny) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
86+
* [[`ac53d01646`](https://github.com/nodejs/node/commit/ac53d01646)] - **deps**: copy all openssl header files to include dir (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
87+
* [[`03651ad9d6`](https://github.com/nodejs/node/commit/03651ad9d6)] - **deps**: upgrade openssl sources to 1.0.2n (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
88+
* [[`eb30387c6d`](https://github.com/nodejs/node/commit/eb30387c6d)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
89+
6490
<a id="6.12.1"></a>
6591
## 2017-12-05, Version 6.12.1 'Boron' (LTS), @MylesBorins
6692

0 commit comments

Comments
 (0)