Skip to content

Commit ddcdd3c

Browse files
authored
Move OpenJS.NodeJS.LTS 8.11.0 to OpenJS.NodeJS.8 8.11.0 (microsoft#311149)
1 parent 40b37c4 commit ddcdd3c

4 files changed

Lines changed: 167 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.8
5+
PackageVersion: 8.11.0
6+
Commands:
7+
- corepack
8+
- node
9+
- npm
10+
- npx
11+
FileExtensions:
12+
- cjs
13+
- js
14+
- mjs
15+
ReleaseDate: 2018-03-28
16+
Installers:
17+
- Architecture: x86
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://nodejs.org/dist/v8.11.0/node-v8.11.0-x86.msi
21+
InstallerSha256: 2BDB0E408B49AB9F05BAB119B50087F95F68D690623DDD5003EF2A9E1CE7CF29
22+
InstallerSwitches:
23+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
24+
UpgradeBehavior: install
25+
ProductCode: '{BDA104B7-32A5-415A-B681-F8582F6D6F29}'
26+
ElevationRequirement: elevatesSelf
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles(x86)%\nodejs'
29+
- Architecture: x64
30+
InstallerType: wix
31+
Scope: machine
32+
InstallerUrl: https://nodejs.org/dist/v8.11.0/node-v8.11.0-x64.msi
33+
InstallerSha256: 2BF06D6DEDCFF62FA0E14FDF29C643A21FF2DD8767842A3766B31F9927223AC6
34+
InstallerSwitches:
35+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ProductCode: '{45840712-491D-4A0C-942F-4B6468F2B6C4}'
38+
ElevationRequirement: elevatesSelf
39+
InstallationMetadata:
40+
DefaultInstallLocation: '%ProgramFiles%\nodejs'
41+
- Architecture: x86
42+
InstallerType: zip
43+
NestedInstallerType: portable
44+
NestedInstallerFiles:
45+
- RelativeFilePath: node-v8.11.0-win-x86/node.exe
46+
PortableCommandAlias: node
47+
InstallerUrl: https://nodejs.org/dist/v8.11.0/node-v8.11.0-win-x86.zip
48+
InstallerSha256: 8BDBBB9CFE5993F456E4CC205DDDF9B7F11195A7DBB3AD0A3B60900EC0BC9379
49+
ArchiveBinariesDependOnPath: true
50+
- Architecture: x64
51+
InstallerType: zip
52+
NestedInstallerType: portable
53+
NestedInstallerFiles:
54+
- RelativeFilePath: node-v8.11.0-win-x64/node.exe
55+
PortableCommandAlias: node
56+
InstallerUrl: https://nodejs.org/dist/v8.11.0/node-v8.11.0-win-x64.zip
57+
InstallerSha256: 55B9C8D48B59569117A63FDB26E1DE05E792C37F563FEB7D44B4CD59BE96AFF8
58+
ArchiveBinariesDependOnPath: true
59+
ManifestType: installer
60+
ManifestVersion: 1.10.0
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.8
5+
PackageVersion: 8.11.0
6+
PackageLocale: en-US
7+
Publisher: Node.js Foundation
8+
PublisherUrl: https://openjsf.org/
9+
PublisherSupportUrl: https://github.com/nodejs/node/blob/HEAD/.github/SUPPORT.md
10+
PrivacyUrl: https://privacy-policy.openjsf.org/
11+
Author: OpenJS Foundation
12+
PackageName: Node.js 8
13+
PackageUrl: https://nodejs.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/nodejs/node/blob/v8.11.0/LICENSE
16+
Copyright: Copyright Node.js contributors. All rights reserved.
17+
CopyrightUrl: https://trademark-policy.openjsf.org/
18+
ShortDescription: Run JavaScript Everywhere
19+
Description: Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
20+
Moniker: nodejs-8
21+
Tags:
22+
- coding
23+
- cross-platform
24+
- develop
25+
- development
26+
- environment
27+
- javascript
28+
- js
29+
- lts
30+
- node
31+
- npm
32+
- programming
33+
- runtime
34+
- v8
35+
ReleaseNotes: |-
36+
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ for details on patched vulnerabilities.
37+
Fixes for the following CVEs are included in this release:
38+
- CVE-2018-7158
39+
- CVE-2018-7159
40+
- CVE-2018-7160
41+
Notable Changes
42+
- Upgrade to OpenSSL 1.0.2o: Does not contain any security fixes that are known to impact Node.js.
43+
- Fix for inspector DNS rebinding vulnerability (CVE-2018-7160): A malicious website could use a DNS rebinding attack to trick a web browser to bypass same-origin-policy checks and allow HTTP connections to localhost or to hosts on the local network, potentially to an open inspector port as a debugger, therefore gaining full code execution access. The inspector now only allows connections that have a browser Host value of localhost or localhost6.
44+
- Fix for 'path' module regular expression denial of service (CVE-2018-7158): A regular expression used for parsing POSIX paths could be used to cause a denial of service if an attacker were able to have a specially crafted path string passed through one of the impacted 'path' module functions.
45+
- Reject spaces in HTTP Content-Length header values (CVE-2018-7159): The Node.js HTTP parser allowed for spaces inside Content-Length header values. Such values now lead to rejected connections in the same way as non-numeric values.
46+
- Update root certificates: 5 additional root certificates have been added to the Node.js binary and 30 have been removed.
47+
Commits
48+
- [dc290562e9] - crypto: update root certificates (Ben Noordhuis) #19322
49+
- [df92da3f3c] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) nodejs/io.js#1836
50+
- [259156ea40] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) iojs/io.js#1389
51+
- [d559d0eb25] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) iojs/io.js#1389
52+
- [cf8e8bcad2] - deps: copy all openssl header files to include dir (Shigeki Ohtsu) #19638
53+
- [987138e488] - deps: upgrade openssl sources to 1.0.2o (Shigeki Ohtsu) #19638
54+
- [1b7f6d9072] - deps: reject interior blanks in Content-Length (Ben Noordhuis) nodejs-private/http-parser-private#1
55+
- [86c9ec6c5c] - deps: upgrade http-parser to v2.8.0 (Ben Noordhuis) nodejs-private/http-parser-private#1
56+
- [de0c84889b] - inspector: minor adjustments (Eugene Ostroukhov)
57+
- [b7690655ef] - inspector: check Host header (Ali Ijaz Sheikh)
58+
- [0641f2dbf9] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) iojs/io.js#1389
59+
- [6ee4228c1d] - src: drop CNNIC+StartCom certificate whitelisting (Ben Noordhuis) #19322
60+
- [633e23a618] - tools: update certdata.txt (Ben Noordhuis) #19322
61+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v8.11.0
62+
Documentations:
63+
- DocumentLabel: Learn
64+
DocumentUrl: https://nodejs.org/learn/
65+
- DocumentLabel: Documentation
66+
DocumentUrl: https://nodejs.org/docs/v8.11.0/api/
67+
- DocumentLabel: About
68+
DocumentUrl: https://nodejs.org/about/
69+
ManifestType: defaultLocale
70+
ManifestVersion: 1.10.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.8
5+
PackageVersion: 8.11.0
6+
PackageLocale: zh-CN
7+
ShortDescription: 在任何地方运行 JavaScript
8+
Description: Node.js® 是一个免费、开源、跨平台的 JavaScript 运行时环境,它让开发人员能够创建服务器、Web 应用、命令行工具和脚本。
9+
Tags:
10+
- javascript
11+
- js
12+
- node
13+
- npm
14+
- v8
15+
- 开发
16+
- 环境
17+
- 编码
18+
- 编程
19+
- 跨平台
20+
- 运行时
21+
Documentations:
22+
- DocumentLabel: 学习
23+
DocumentUrl: https://nodejs.org/zh-cn/learn/
24+
- DocumentLabel: 文档
25+
DocumentUrl: https://nodejs.org/docs/v8.11.0/api/
26+
- DocumentLabel: 关于
27+
DocumentUrl: https://nodejs.org/zh-cn/about/
28+
ManifestType: locale
29+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.8
5+
PackageVersion: 8.11.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)