node-aix-ppc64 14.19.1 → 14.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.19.2">14.19.2</a><br/>
14
15
  <a href="#14.19.1">14.19.1</a><br/>
15
16
  <a href="#14.19.0">14.19.0</a><br/>
16
17
  <a href="#14.18.3">14.18.3</a><br/>
@@ -71,6 +72,56 @@
71
72
  * [io.js](CHANGELOG_IOJS.md)
72
73
  * [Archive](CHANGELOG_ARCHIVE.md)
73
74
 
75
+ <a id="14.19.2"></a>
76
+
77
+ ## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol
78
+
79
+ ### Notable Changes
80
+
81
+ **doc:**
82
+
83
+ * New release key for Bryan English
84
+
85
+ Learn more at: https://github.com/nodejs/node/pull/42102
86
+ Contributed by Bryan English (@bengl)
87
+
88
+ **npm:**
89
+
90
+ * Upgrade `npm` to `v6.14.17`.
91
+
92
+ Learn more at: https://github.com/nodejs/node/pull/42900
93
+ Contributed by Ruy Adorno (@ruyadorno)
94
+
95
+ **V8:**
96
+
97
+ * V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://github.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc)
98
+ from V8 solves this issue.
99
+
100
+ Learn more at: https://github.com/nodejs/node/pull/41826
101
+ Contributed by Gus Caplan (@devsnek)
102
+
103
+ * Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://github.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998)
104
+ from V8.
105
+
106
+ Learn more at: https://github.com/nodejs/node/pull/42637
107
+ Contributed by Chengzhong Wu (@legendecas)
108
+
109
+ ### Commits
110
+
111
+ * \[[`c73ac527d6`](https://github.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#40147](https://github.com/nodejs/node/pull/40147)
112
+ * \[[`dcaed6db24`](https://github.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#42204](https://github.com/nodejs/node/pull/42204)
113
+ * \[[`4203d132b1`](https://github.com/nodejs/node/commit/4203d132b1)] - **child\_process**: queue pending messages (Erick Wendel) [#41221](https://github.com/nodejs/node/pull/41221)
114
+ * \[[`a3ebdbfe8f`](https://github.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#42900](https://github.com/nodejs/node/pull/42900)
115
+ * \[[`39e44f8382`](https://github.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick cc9a8a37445e (Gus Caplan) [#41826](https://github.com/nodejs/node/pull/41826)
116
+ * \[[`b52a268b6f`](https://github.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick 367b0c1e7a32 (legendecas) [#42637](https://github.com/nodejs/node/pull/42637)
117
+ * \[[`77ba012065`](https://github.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#42588](https://github.com/nodejs/node/pull/42588)
118
+ * \[[`3d3d7ed1b7`](https://github.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#42736](https://github.com/nodejs/node/pull/42736)
119
+ * \[[`542d812c93`](https://github.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#39227](https://github.com/nodejs/node/pull/39227)
120
+ * \[[`7f2825b1a9`](https://github.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
121
+ * \[[`75302d3dce`](https://github.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#41677](https://github.com/nodejs/node/pull/41677)
122
+ * \[[`d4171e0eac`](https://github.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#41848](https://github.com/nodejs/node/pull/41848)
123
+ * \[[`de474c8b6f`](https://github.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#42357](https://github.com/nodejs/node/pull/42357)
124
+
74
125
  <a id="14.19.1"></a>
75
126
 
76
127
  ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
package/README.md CHANGED
@@ -116,7 +116,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
116
116
  import the keys:
117
117
 
118
118
  ```console
119
- $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
119
+ $ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
120
120
  ```
121
121
 
122
122
  See the bottom of this README for a full script to import active release keys.
@@ -635,6 +635,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
635
635
 
636
636
  * **Beth Griggs** &lt;bgriggs@redhat.com&gt;
637
637
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
638
+ * **Bryan English** &lt;bryan@bryanenglish.com&gt;
639
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
638
640
  * **Colin Ihrig** &lt;cjihrig@gmail.com&gt;
639
641
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
640
642
  * **Danielle Adams** &lt;adamzdanielle@gmail.com&gt;
@@ -660,17 +662,18 @@ To import the full set of trusted release keys (including subkeys possibly used
660
662
  to sign releases):
661
663
 
662
664
  ```bash
663
- gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
664
- gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
665
- gpg --keyserver pool.sks-keyservers.net --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
666
- gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
667
- gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
668
- gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
669
- gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
670
- gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
671
- gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
672
- gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
673
- gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
665
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
666
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
667
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
668
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
669
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
670
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
671
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
672
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
673
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
674
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
675
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
676
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
674
677
  ```
675
678
 
676
679
  See the section above on [Verifying Binaries](#verifying-binaries) for how to
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.85',
39
+ 'v8_embedder_string': '-node.87',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -6445,16 +6445,16 @@ _GLOBAL__F__ZN2v88internal6torque21TypeArgumentInferenceC2ERKSt6vectorINS1_16Gen
6445
6445
  _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
6446
6446
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
6447
6447
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
6448
- _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xb735feaac11180
6449
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0x374e6ca86b7a9c
6450
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x7d1c399f4e543d
6451
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x338e753bc2d32e
6452
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x9f0059ab5caeff
6453
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x3cbdcbcb89979f
6454
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0x59d326aa1a34bd
6455
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x2398fd0fc9d1b3
6456
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x4411e2c06f57d7
6457
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x1cf8f941d51bef
6448
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xdd71668804d710
6449
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0xb12dd4fbee4f25
6450
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0xe9b19673c641ad
6451
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x91ccc8b548bedd
6452
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x4468859f8ead9b
6453
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0xf5a82432e386a1
6454
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0xcc677d59dde368
6455
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x7fffb3e6ca1c12
6456
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0x1627918da8c19a
6457
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x551ff98e2b4ff2
6458
6458
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6459
6459
  _GLOBAL__I_65535_0__ZN12v8_inspector11V8Inspector6createEPN2v87IsolateEPNS_17V8InspectorClientE
6460
6460
  _GLOBAL__I_65535_0__ZN12v8_inspector11ValueMirrorD2Ev
@@ -7217,11 +7217,11 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler29JSNativeContextSpecialization27sho
7217
7217
  _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
7218
7218
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
7219
7219
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7220
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0x471de3ebc10644
7221
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0x49520515348a1f
7222
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0x735738b124eea3
7223
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x2b8b3eeb73e57d
7224
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0x12f816bb7c8479
7220
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0xd7336ad1946727
7221
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0x1940c2d5b9a23f
7222
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0x936d11d0f5c917
7223
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x766b8684f9f040
7224
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0x3aaf562d34b55c
7225
7225
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7226
7226
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7227
7227
  _HZData_70
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
26
  #define NODE_MINOR_VERSION 19
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v14.19.1",
3
+ "version": "v14.19.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"