Skip to content

Commit 85b4b6e

Browse files
authored
Move OpenJS.NodeJS.LTS 12.22.6 to OpenJS.NodeJS.12 12.22.6 (#311020)
1 parent f602842 commit 85b4b6e

File tree

4 files changed

+161
-0
lines changed

4 files changed

+161
-0
lines changed
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.12
5+
PackageVersion: 12.22.6
6+
Commands:
7+
- corepack
8+
- node
9+
- npm
10+
- npx
11+
FileExtensions:
12+
- cjs
13+
- js
14+
- mjs
15+
ReleaseDate: 2021-08-30
16+
Installers:
17+
- Architecture: x86
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://nodejs.org/dist/v12.22.6/node-v12.22.6-x86.msi
21+
InstallerSha256: 4C1559F0EAB12A27A8F344791B98CFA71EB86847722D2C27F85124DAD89857F2
22+
InstallerSwitches:
23+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
24+
UpgradeBehavior: install
25+
ProductCode: '{3155E1D6-A89A-4746-B629-1FDA0E90BE6E}'
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/v12.22.6/node-v12.22.6-x64.msi
33+
InstallerSha256: A3F5A626A60EC9AD78CBD7162C6B847EFD59FC36195A203316D47956C3081017
34+
InstallerSwitches:
35+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ProductCode: '{AEAA723A-A128-4E95-A154-BC257201E95C}'
38+
ElevationRequirement: elevatesSelf
39+
InstallationMetadata:
40+
DefaultInstallLocation: '%ProgramFiles%\nodejs'
41+
- Architecture: x86
42+
InstallerType: zip
43+
NestedInstallerType: portable
44+
NestedInstallerFiles:
45+
- RelativeFilePath: node-v12.22.6-win-x86/node.exe
46+
PortableCommandAlias: node
47+
InstallerUrl: https://nodejs.org/dist/v12.22.6/node-v12.22.6-win-x86.zip
48+
InstallerSha256: A62CDC9449973F2251B6A77365F36E00AB34D6AB2D179C8A8E4F0482282F8835
49+
ArchiveBinariesDependOnPath: true
50+
- Architecture: x64
51+
InstallerType: zip
52+
NestedInstallerType: portable
53+
NestedInstallerFiles:
54+
- RelativeFilePath: node-v12.22.6-win-x64/node.exe
55+
PortableCommandAlias: node
56+
InstallerUrl: https://nodejs.org/dist/v12.22.6/node-v12.22.6-win-x64.zip
57+
InstallerSha256: D35A21D6D7B517C6BF4132ABFBBDD447DFE46F5E1DE3194D5F4152395A1AC6A2
58+
ArchiveBinariesDependOnPath: true
59+
ManifestType: installer
60+
ManifestVersion: 1.10.0
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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.12
5+
PackageVersion: 12.22.6
6+
PackageLocale: en-US
7+
Publisher: Node.js Foundation
8+
PublisherUrl: https://openjsf.org/
9+
PublisherSupportUrl: https://github.com/nodejs/node/blob/v12.22.6/.github/SUPPORT.md
10+
PrivacyUrl: https://privacy-policy.openjsf.org/
11+
Author: OpenJS Foundation
12+
PackageName: Node.js 12
13+
PackageUrl: https://nodejs.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/nodejs/node/blob/v12.22.6/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-12
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.
37+
Notable Changes
38+
These are vulnerabilities in the node-tar, arborist, and npm cli modules which
39+
are related to the initial reports and subsequent remediation of node-tar
40+
vulnerabilities CVE-2021-32803
41+
and CVE-2021-32804.
42+
Subsequent internal security review of node-tar and additional external bounty
43+
reports have resulted in another 5 CVE being remediated in core npm CLI
44+
dependencies including node-tar, and npm arborist.
45+
You can read more about it in:
46+
- CVE-2021-37701
47+
- CVE-2021-37712
48+
- CVE-2021-37713
49+
- CVE-2021-39134
50+
- CVE-2021-39135
51+
Commits
52+
- [a0154b586b] - deps: update archs files for OpenSSL-1.1.1l (Richard Lau) #39869
53+
- [7a95637eb7] - deps: upgrade openssl sources to 1.1.1l (Richard Lau) #39869
54+
- [840b0ffff6] - deps: upgrade npm to 6.14.15 (Darcy Clarke) #39856
55+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v12.22.6
56+
Documentations:
57+
- DocumentLabel: Learn
58+
DocumentUrl: https://nodejs.org/learn/
59+
- DocumentLabel: Documentation
60+
DocumentUrl: https://nodejs.org/docs/v12.22.6/api/
61+
- DocumentLabel: About
62+
DocumentUrl: https://nodejs.org/about/
63+
ManifestType: defaultLocale
64+
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.12
5+
PackageVersion: 12.22.6
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/v12.22.6/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.12
5+
PackageVersion: 12.22.6
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)