Skip to content

Commit e832743

Browse files
committed
2017-12-08, Version 4.8.7 'Argon' (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: #17534
1 parent 07549c6 commit e832743

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
@@ -87,7 +87,8 @@ release.
8787
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>
8888
</td>
8989
<td valign="top">
90-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.6">4.8.6</a></b><br/>
90+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.7">4.8.7</a></b><br/>
91+
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.6">4.8.6</a><br/>
9192
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.5">4.8.5</a><br/>
9293
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.4">4.8.4</a><br/>
9394
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.3">4.8.3</a><br/>

doc/changelogs/CHANGELOG_V4.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="#4.8.7">4.8.7</a><br/>
1213
<a href="#4.8.6">4.8.6</a><br/>
1314
<a href="#4.8.5">4.8.5</a><br/>
1415
<a href="#4.8.4">4.8.4</a><br/>
@@ -68,6 +69,31 @@
6869
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6970
will be supported actively until April 2017 and maintained until April 2018.
7071

72+
<a id="4.8.7"></a>
73+
## 2017-12-08, Version 4.8.7 'Argon' (Maintenance), @MylesBorins
74+
75+
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.
76+
77+
Fixes for the following CVEs are included in this release:
78+
79+
* CVE-2017-15896
80+
* CVE-2017-3738 (from the openssl project)
81+
82+
### Notable Changes
83+
84+
* **deps**:
85+
* openssl updated to 1.0.2n (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
86+
87+
### Commits
88+
89+
* [[`4f8fae3493`](https://github.com/nodejs/node/commit/4f8fae3493)] - **deps**: update openssl asm and asm_obsolete files (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
90+
* [[`eacd090e7b`](https://github.com/nodejs/node/commit/eacd090e7b)] - **deps**: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) [nodejs/io.js#1836](https://github.com/nodejs/io.js/pull/1836)
91+
* [[`3e6b0b0d13`](https://github.com/nodejs/node/commit/3e6b0b0d13)] - **deps**: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
92+
* [[`b0ed4c52af`](https://github.com/nodejs/node/commit/b0ed4c52af)] - **deps**: fix openssl assembly error on ia32 win32 (Fedor Indutny) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
93+
* [[`dd6a2dff1e`](https://github.com/nodejs/node/commit/dd6a2dff1e)] - **deps**: copy all openssl header files to include dir (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
94+
* [[`b3afedfbe9`](https://github.com/nodejs/node/commit/b3afedfbe9)] - **deps**: upgrade openssl sources to 1.0.2n (Shigeki Ohtsu) [#17526](https://github.com/nodejs/node/pull/17526)
95+
* [[`f7eb162d0d`](https://github.com/nodejs/node/commit/f7eb162d0d)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
96+
7197
<a id="4.8.6"></a>
7298
## 2017-11-07, Version 4.8.6 'Argon' (Maintenance), @MylesBorins
7399

0 commit comments

Comments
 (0)