|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td valign="top">
|
| 12 | +<a href="#4.8.7">4.8.7</a><br/> |
12 | 13 | <a href="#4.8.6">4.8.6</a><br/>
|
13 | 14 | <a href="#4.8.5">4.8.5</a><br/>
|
14 | 15 | <a href="#4.8.4">4.8.4</a><br/>
|
|
68 | 69 | [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
|
69 | 70 | will be supported actively until April 2017 and maintained until April 2018.
|
70 | 71 |
|
| 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 | + |
71 | 97 | <a id="4.8.6"></a>
|
72 | 98 | ## 2017-11-07, Version 4.8.6 'Argon' (Maintenance), @MylesBorins
|
73 | 99 |
|
|
0 commit comments