Skip to content

Commit b4aa8dc

Browse files
authored
Move OpenJS.NodeJS.LTS 6.11.4 to OpenJS.NodeJS.6 6.11.4 (microsoft#311163)
1 parent ddcdd3c commit b4aa8dc

4 files changed

Lines changed: 239 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.6
5+
PackageVersion: 6.11.4
6+
Commands:
7+
- corepack
8+
- node
9+
- npm
10+
- npx
11+
FileExtensions:
12+
- cjs
13+
- js
14+
- mjs
15+
ReleaseDate: 2017-10-03
16+
Installers:
17+
- Architecture: x86
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://nodejs.org/dist/v6.11.4/node-v6.11.4-x86.msi
21+
InstallerSha256: 703961D99BBF6F01268EF552AF4C641649EA38182767015DBB1EC4A09CA07325
22+
InstallerSwitches:
23+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
24+
UpgradeBehavior: install
25+
ProductCode: '{C9B4AD6A-0FDB-47AA-A549-31792DB60D85}'
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/v6.11.4/node-v6.11.4-x64.msi
33+
InstallerSha256: B8F166A77783905385CA1BA9758A025A4AC61EB9C2A14C500BE59F09FED66335
34+
InstallerSwitches:
35+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ProductCode: '{9CB432A8-2DC4-4AA3-BF63-9A2AE489B167}'
38+
ElevationRequirement: elevatesSelf
39+
InstallationMetadata:
40+
DefaultInstallLocation: '%ProgramFiles%\nodejs'
41+
- Architecture: x86
42+
InstallerType: zip
43+
NestedInstallerType: portable
44+
NestedInstallerFiles:
45+
- RelativeFilePath: node-v6.11.4-win-x86/node.exe
46+
PortableCommandAlias: node
47+
InstallerUrl: https://nodejs.org/dist/v6.11.4/node-v6.11.4-win-x86.zip
48+
InstallerSha256: 84601504841F1D4E29F4922321D58A3CDBF6B66233106BF335AD16FE4FC22F89
49+
ArchiveBinariesDependOnPath: true
50+
- Architecture: x64
51+
InstallerType: zip
52+
NestedInstallerType: portable
53+
NestedInstallerFiles:
54+
- RelativeFilePath: node-v6.11.4-win-x64/node.exe
55+
PortableCommandAlias: node
56+
InstallerUrl: https://nodejs.org/dist/v6.11.4/node-v6.11.4-win-x64.zip
57+
InstallerSha256: 3542C689E9636D65E6268EE82B2CA549DAFC2E0D1553987B42BD93F50B1909FF
58+
ArchiveBinariesDependOnPath: true
59+
ManifestType: installer
60+
ManifestVersion: 1.10.0
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
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.6
5+
PackageVersion: 6.11.4
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 6
13+
PackageUrl: https://nodejs.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/nodejs/node/blob/v6.11.4/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-6
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 LTS release comes with 91 commits. This includes 29 which are test related,
37+
28 which are doc related, 11 which are build / tool related and 3 commits which are updates to dependencies.
38+
Notable Changes
39+
- net:
40+
- support passing undefined to listen() to match behavior in v4.x and v8.x (Sam Roberts) #14234
41+
Commits
42+
- [73416b46e4] - assert: refactor the code (Ruben Bridgewater) #13862
43+
- [a8b917ee2f] - benchmark: fix dgram/bind-params.js benchmark (Rich Trott) #14948
44+
- [855d7ae326] - benchmark: convert var to es6 const (Sebastian Murphy) #12886
45+
- [6a7e46ed9c] - build: add NetBSD support to opensslconf.h (Roy Marples) #14313
46+
- [66dd898be8] - build: better support for python3 systems (Ben Noordhuis) #14737
47+
- [14cc1abb56] - build: split up cpplint to avoid long cmd lines (Kyle Farnung) #14116
48+
- [c9ae894277] - build: add lint option to vcbuild.bat help (Morgan Brenner) #11992
49+
- [66cdcd9d5b] - build: add cpp linting to windows build (liusi) #11856
50+
- [25be2a3be3] - crypto: naming anonymous functions. (solebox) #8993
51+
- [4e1a50a079] - deps: backport 0353a1e from V8 upstream (jBarz) #15287
52+
- [921876dcd1] - deps: backport 071b655 from V8 upstream (Michaël Zasso) #15215
53+
- [a13ac69ff9] - doc: prevent displaying empty version picker (Chris Young) #15420
54+
- [ecea33b277] - doc: add links to alternative versions of doc (Chris Young) #10958
55+
- [feb6863a5c] - doc: document bytes to chars after setEncoding (Jessica Quynh Tran) #13442
56+
- [33fdbb5417] - doc: describe what security issues are (Sam Roberts) #14485
57+
- [a260190717] - doc: instructions for generating coverage reports (Simon Brewster) #15190
58+
- [1b0e660c25] - doc: /s/SHASUM256/SHASUMS256 (Jon Moss) #15101
59+
- [5696223534] - doc: clarify http.get data consumption requirement (AJ Jordan) #15049
60+
- [4c26913dab] - doc: crypto.randomBytes does not block when async (Sam Roberts) #14993
61+
- [605a02b613] - doc: environmental->environment & NodeJS->Node.js (Rod Vagg) #14974
62+
- [b10bc31030] - doc: fix typo in Buffer.from(string, [encoding]) (Michał Wadas) #15013
63+
- [29de000938] - doc: add note for Windows build path (Kyle Lamse) #14354
64+
- [7546eef262] - doc: rephrase text of child_process.execSync() (hafiz) #14953
65+
- [70e9a6ece3] - doc: link to correct "OS Constants" heading in docs (James Kyle) #14969
66+
- [55dc14ec61] - doc: remove misterdjules from the CTC members list (Julien Gilli) #1498
67+
- [c76a54f318] - doc: add missing word (Jon Moss) #14924
68+
- [27b6737d85] - doc: explain what to do if git push is rejected (Rich Trott) #14848
69+
- [d75e9b7d44] - doc: add BridgeAR to collaborators (Ruben Bridgewater) #14862
70+
- [a63cd82003] - doc: fix word wrapping for api stability boxes (Saad Quadri) #14809
71+
- [f8fbac7842] - doc: improve fs.read() doc text (Rich Trott) #14631
72+
- [5a7a49f505] - doc: clarify the position argument for fs.read (dcharbonnier) #14631
73+
- [b5904a2054] - doc: remove undef NDEBUG from addons.md (Daniel Bevenius) #14048
74+
- [c0e47e4f22] - doc: fix order of AtExit callbacks in addons.md (Daniel Bevenius) #14048
75+
- [dcdc9053b4] - doc: fix typo in stream.md (Marc Hernández Cabot) #14364
76+
- [594e3c2115] - doc: add readline.emitKeypressEvents note (Samuel Reed) #9447
77+
- [90fcccd7a3] - doc: add documentation on ICU (Timothy Gu) #13916
78+
- [38ae5c4e34] - doc, lib, test: do not re-require needlessly (Vse Mozhet Byt) #14244
79+
- [abf6355936] - doc,assert: document stackStartFunction in fail (Ruben Bridgewater) #13862
80+
- [f0328f631a] - doc,stream: remove wrong remark on readable.read (Jan Schär) #15014
81+
- [0c670e0339] - http: eliminate capture of ClientRequest in Agent (Evan Torrie) #10134
82+
- [67074113dc] - http: reset stream to unconsumed in unconsume() (Anna Henningsen) #14410
83+
- [e65c9ec7f4] - http: assert parser.consume argument's type (Gireesh Punathil) #12288
84+
- [4e717820a0] - lib: clean up usage of threw (Jackson Tian) #10534
85+
- [e014178362] - meta: merge TSC and CTC back into a single body (James M Snell) #14973
86+
- [4ee066eaba] - meta: considerations for new core modules (James M Snell) #15022
87+
- [948a7d70e7] - meta: improve definition of a collaborator (James M Snell) #14981
88+
- [caeee38b1d] - net: support passing undefined to listen() (Sam Roberts) #14234
89+
- [792acc17bf] - net: fix abort on bad address input (Ruben Bridgewater) #13726
90+
- [8604772960] - readline: remove max limit of crlfDelay (Azard) #13497
91+
- [362a7c0d8b] - repl: do not consider ... as a REPL command (Shivanth MP) #14467
92+
- [968121bbfe] - src: remove unnecessary helper function (Brian White) #14959
93+
- [b2112f8d36] - src: detect nul bytes in InternalModuleReadFile() (Ben Noordhuis) #14854
94+
- [d20b7bfb6e] - src: use local isolate instead of args.GetIsolate (Daniel Bevenius) #14768
95+
- [66187fa044] - stream: fix Writable instanceof for subclasses (Anna Henningsen) #14945
96+
- [2c8fe9748c] - test: remove envPlus, use Object.assign everywhere (Gibson Fahnestock) #14845
97+
- [8e00315506] - test: check zlib version for createDeflateRaw (Daniel Bevenius) #13697
98+
- [2babae4cd4] - test: refactor test-fs-readfile-unlink (Rich Trott) #15173
99+
- [8b045747e0] - test: pipe some error output if npm fails (Jeremiah Senkpiel) #12490
100+
- [6540e99547] - test: simplify test-tls-client-default-ciphers (Jon Moss) #14928
101+
- [ad1d745498] - test: extend async addon test (Anna Henningsen) #14922
102+
- [1e231ba8c7] - test: add known issue for vm module (Franziska Hinkelmann) #14661
103+
- [644d9905a0] - test: do not modify fixtures in test-fs-chmod (Rich Trott) #14926
104+
- [168f73c5f4] - test: improve assertion fail messages (Refael Ackermann) #14949
105+
- [915b56b963] - test: remove unused arguments from function (Ankit Parashar) #14931
106+
- [724508295d] - test: make timers-blocking-callback more reliable (Rich Trott) #14831
107+
- [4fb4fbea1c] - test: add missing console.error to exec-maxBuffer (Beth Griggs) #14796
108+
- [a284ee6129] - test: invoke callback with common.mustCall() (Griffith Tchenpan) #8597
109+
- [32260b91f2] - test: check crypto before requiring tls module (Daniel Bevenius) #14708
110+
- [68cf7f0b30] - test: improve multiple zlib tests (James M Snell) #14455
111+
- [f35f06d04c] - test: improve multiple vm tests (James M Snell) #14458
112+
- [1aac05b087] - test: cover all HTTP methods that parser supports (Oky Antoro) #14773
113+
- [9f330250b5] - test: remove redundant using in cctest (XadillaX) #14739
114+
- [91649b913c] - test: make test-tls-connect checks more strict (Rich Trott) #14695
115+
- [9ed2c4cb0e] - test: add block scoping to test-readline-interface (Rich Trott) #14615
116+
- [4fb755c432] - test: set module loading error for aix (Prakash Palaniappan) #14511
117+
- [9d8464161e] - test: fix conversion of microseconds in test (Nick Stanish) #14706
118+
- [28b77d1f8b] - test: improve check in test-os (Rich Trott) #14655
119+
- [fc49cf41ea] - test: improve multiple timers tests (James M Snell) #14616
120+
- [c88f99f1f3] - test: improvements to various http tests (James M Snell) #14315
121+
- [860c6198c0] - test: use ciphers supported by shared OpenSSL (Jérémy Lal) #14566
122+
- [8b9a05c04b] - test: read proper inspector message size (Bartosz Sosnowski) #14596
123+
- [86497f1acc] - test: mark inspector-port-zero-cluster as flaky (Refael Ackermann)
124+
- [8dfc2838c8] - test: fix test-readline-interface (Azard) #14677
125+
- [3a6392b283] - tls: fix empty issuer/subject/infoAccess parsing (Ben Noordhuis) #14473
126+
- [37dd2adbac] - tools: fix linter error in html.js (Michaël Zasso) #15063
127+
- [8b3ac4b2a2] - tools: add custom private key option (Ruslan Bekenev) #14401
128+
- [cac4beb764] - tools: fix update-eslint.sh (Myles Borins) #14850
129+
- [debea1c531] - tools: delete an unused argument (phisixersai) #14251
130+
- [ca61f3bd80] - tools: fix tools/addon-verify.js (Daniel Bevenius) #14048
131+
- [f7b6d198b9] - tools: eslint - use error and off (Refael Ackermann) #14061
132+
- [f8b85e16cd] - tools: replace assert-throw-arguments custom lint (Rich Trott) #14547
133+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v6.11.4
134+
Documentations:
135+
- DocumentLabel: Learn
136+
DocumentUrl: https://nodejs.org/learn/
137+
- DocumentLabel: Documentation
138+
DocumentUrl: https://nodejs.org/docs/v6.11.4/api/
139+
- DocumentLabel: About
140+
DocumentUrl: https://nodejs.org/about/
141+
ManifestType: defaultLocale
142+
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.6
5+
PackageVersion: 6.11.4
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/v6.11.4/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.6
5+
PackageVersion: 6.11.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)