|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td valign="top">
|
| 12 | +<a href="#6.12.2">6.12.2</a><br/> |
12 | 13 | <a href="#6.12.1">6.12.1</a><br/>
|
13 | 14 | <a href="#6.12.0">6.12.0</a><br/>
|
14 | 15 | <a href="#6.11.5">6.11.5</a><br/>
|
|
61 | 62 | [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
|
62 | 63 | will be supported actively until April 2018 and maintained until April 2019.
|
63 | 64 |
|
| 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 | + |
64 | 90 | <a id="6.12.1"></a>
|
65 | 91 | ## 2017-12-05, Version 6.12.1 'Boron' (LTS), @MylesBorins
|
66 | 92 |
|
|
0 commit comments