Skip to content

Commit f602842

Browse files
authored
Move OpenJS.NodeJS.LTS 12.22.4 to OpenJS.NodeJS.12 12.22.4 (#311016)
1 parent db76151 commit f602842

File tree

4 files changed

+169
-0
lines changed

4 files changed

+169
-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.4
6+
Commands:
7+
- corepack
8+
- node
9+
- npm
10+
- npx
11+
FileExtensions:
12+
- cjs
13+
- js
14+
- mjs
15+
ReleaseDate: 2021-07-29
16+
Installers:
17+
- Architecture: x86
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://nodejs.org/dist/v12.22.4/node-v12.22.4-x86.msi
21+
InstallerSha256: 687F43F366451AD1A8C2B1FBD19EBB816722ED86E68554BE207DE9CE47A030C6
22+
InstallerSwitches:
23+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
24+
UpgradeBehavior: install
25+
ProductCode: '{C42C14F5-4418-4B38-8C49-CF9AAB13FD72}'
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.4/node-v12.22.4-x64.msi
33+
InstallerSha256: 5CAF61F114E46F04FDB57FC1607B62156D80AFC6CF52E39854938BA09F6E9476
34+
InstallerSwitches:
35+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ProductCode: '{09EEDE8B-5C06-496A-A334-3888B028DC29}'
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.4-win-x86/node.exe
46+
PortableCommandAlias: node
47+
InstallerUrl: https://nodejs.org/dist/v12.22.4/node-v12.22.4-win-x86.zip
48+
InstallerSha256: DABB1ADB657C941D61DDE77D7B703D50C8B93CEBA98F4B2064BCDFF334BBFBB8
49+
ArchiveBinariesDependOnPath: true
50+
- Architecture: x64
51+
InstallerType: zip
52+
NestedInstallerType: portable
53+
NestedInstallerFiles:
54+
- RelativeFilePath: node-v12.22.4-win-x64/node.exe
55+
PortableCommandAlias: node
56+
InstallerUrl: https://nodejs.org/dist/v12.22.4/node-v12.22.4-win-x64.zip
57+
InstallerSha256: B0F0981A417FAD6ECA2E012958FD2597CE51F441CC8615CA121752EA1C29DE0C
58+
ArchiveBinariesDependOnPath: true
59+
ManifestType: installer
60+
ManifestVersion: 1.10.0
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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.4
6+
PackageLocale: en-US
7+
Publisher: Node.js Foundation
8+
PublisherUrl: https://openjsf.org/
9+
PublisherSupportUrl: https://github.com/nodejs/node/blob/v12.22.4/.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.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-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+
- CVE-2021-22930: Use after free on close http2 on stream canceling (High)
39+
- Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930
40+
Commits
41+
- [499e56babe] - build: fix label-pr workflow (Michaël Zasso) #38399
42+
- [98ac3c4108] - build: label PRs with GitHub Action instead of nodejs-github-bot (Phillip Johnsen) #38301
43+
- [ddc8dde150] - deps: upgrade npm to 6.14.14 (Darcy Clarke) #39553
44+
- [e11a862eed] - deps: update to c-ares 1.17.1 (Danny Sonnenschein) #36207
45+
- [39e9cd540f] - deps: restore minimum ICU version to 65 (Richard Lau) #39068
46+
- [e459c79b02] - deps: V8: cherry-pick 035c305ce776 (Michaël Zasso) #38497
47+
- [b3c698a5d8] - deps: update to [email protected] (Guy Bedford) #38450
48+
- [7d5a2f9588] - deps: update to [email protected] (Guy Bedford) #37992
49+
- [906b43e586] - deps: V8: update build dependencies (Michaël Zasso) #39245
50+
- [15b91fa3fa] - deps: V8: backport 895949419186 (Michaël Zasso) #39245
51+
- [8046daf09f] - deps: V8: cherry-pick 0b3a4ecf7083 (Michaël Zasso) #39245
52+
- [f4377b13a6] - deps: V8: cherry-pick 7c182bd65f42 (Michaël Zasso) #39245
53+
- [add7b5b4c2] - deps: V8: cherry-pick cc641f6be756 (Michaël Zasso) #39245
54+
- [a73275f056] - deps: V8: cherry-pick 7b3332844212 (Michaël Zasso) #39245
55+
- [492b0d6b37] - deps: V8: cherry-pick e6f62a41f5ee (Michaël Zasso) #39245
56+
- [2b54156260] - deps: V8: cherry-pick 92e6d3317082 (Michaël Zasso) #39245
57+
- [bbceab4d91] - deps: V8: backport 1b1eda0876aa (Michaël Zasso) #39245
58+
- [93a1a3c5ae] - deps: V8: cherry-pick 530080c44af2 (Milad Fa) #38509
59+
- [b263f2585a] - http2: on receiving rst_stream with cancel code add it to pending list (Akshay K) #39423
60+
- [3e4bc1b0d3] - module: fix legacy node specifier resolution to resolve "main" field (Antoine du Hamel) #38979
61+
- [f552c45676] - src: move CHECK in AddIsolateFinishedCallback (Fedor Indutny) #38010
62+
- [30ce0e66ae] - src: update cares_wrap OpenBSD defines (Anna Henningsen) #38670
63+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v12.22.4
64+
Documentations:
65+
- DocumentLabel: Learn
66+
DocumentUrl: https://nodejs.org/learn/
67+
- DocumentLabel: Documentation
68+
DocumentUrl: https://nodejs.org/docs/v12.22.4/api/
69+
- DocumentLabel: About
70+
DocumentUrl: https://nodejs.org/about/
71+
ManifestType: defaultLocale
72+
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.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/v12.22.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.12
5+
PackageVersion: 12.22.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)