Skip to content

Commit 37a8051

Browse files
committed
2017-01-31, Version 6.9.5 'Boron' (LTS)
This is a security release of the 'Boron' release line to upgrade OpenSSL to version 1.0.2k Although the OpenSSL team have determined a maximum severity rating of "moderate", the Node.js crypto team (Ben Noordhuis, Shigeki Ohtsu and Fedor Indutny) have determined the impact to Node users is "low". Details on this determination can be found on the Nodejs.org website https://nodejs.org/en/blog/vulnerability/openssl-january-2017/ Notable Changes: * deps: - upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) #11021 PR-URL: #11081
1 parent 87ac449 commit 37a8051

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ release.
2626
</tr>
2727
<tr>
2828
<td valign="top">
29-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.4">6.9.4</a></b><br/>
29+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.5">6.9.5</a></b><br/>
30+
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.4">6.9.4</a><br/>
3031
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a><br/>
3132
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.1">6.9.1</a><br/>

doc/changelogs/CHANGELOG_V6.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
</tr>
88
<tr>
99
<td valign="top">
10-
<a href="#6.9.4">6.9.4</a><br/>
10+
<a href="#6.9.5">6.9.5</a><br/>
1111
</td>
1212
<td valign="top">
13+
<a href="#6.9.4">6.9.4</a><br/>
1314
<a href="#6.9.3">6.9.3</a><br/>
1415
<a href="#6.9.2">6.9.2</a><br/>
1516
<a href="#6.9.1">6.9.1</a><br/>
@@ -43,6 +44,30 @@
4344
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
4445
will be supported actively until April 2018 and maintained until April 2019.
4546

47+
<a id="6.9.5"></a>
48+
## 2017-01-31, Version 6.9.5 'Boron' (LTS), @MylesBorins
49+
50+
This is a security release of the 'Boron' release line to upgrade OpenSSL to version 1.0.2k
51+
52+
Although the OpenSSL team have determined a maximum severity rating of "moderate", the Node.js
53+
crypto team (Ben Noordhuis, Shigeki Ohtsu and Fedor Indutny) have determined the impact to Node
54+
users is "low". Details on this determination can be found
55+
[on the Nodejs.org website](https://nodejs.org/en/blog/vulnerability/openssl-january-2017/).
56+
57+
### Notable Changes
58+
59+
* **deps**: upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) [#11021](https://github.com/nodejs/node/pull/11021)
60+
61+
### Commits
62+
63+
* [[`87ac44974a`](https://github.com/nodejs/node/commit/87ac44974a)] - **deps**: update openssl asm and asm_obsolete files (Shigeki Ohtsu) [#11021](https://github.com/nodejs/node/pull/11021)
64+
* [[`a4b43a7ef9`](https://github.com/nodejs/node/commit/a4b43a7ef9)] - **deps**: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) [nodejs/io.js#1836](https://github.com/nodejs/io.js/pull/1836)
65+
* [[`f5b77fdf8d`](https://github.com/nodejs/node/commit/f5b77fdf8d)] - **deps**: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
66+
* [[`58fae148fa`](https://github.com/nodejs/node/commit/58fae148fa)] - **deps**: fix openssl assembly error on ia32 win32 (Fedor Indutny) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
67+
* [[`d623e8c5b9`](https://github.com/nodejs/node/commit/d623e8c5b9)] - **deps**: copy all openssl header files to include dir (Shigeki Ohtsu) [#11021](https://github.com/nodejs/node/pull/11021)
68+
* [[`3f2bef60b8`](https://github.com/nodejs/node/commit/3f2bef60b8)] - **deps**: upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) [#11021](https://github.com/nodejs/node/pull/11021)
69+
* [[`c4678d2f9a`](https://github.com/nodejs/node/commit/c4678d2f9a)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
70+
4671
<a id="6.9.4"></a>
4772
## 2017-01-05, Version 6.9.4 'Boron' (LTS), @MylesBorins
4873

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define NODE_VERSION_IS_LTS 1
99
#define NODE_VERSION_LTS_CODENAME "Boron"
1010

11-
#define NODE_VERSION_IS_RELEASE 0
11+
#define NODE_VERSION_IS_RELEASE 1
1212

1313
#ifndef NODE_STRINGIFY
1414
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)