node-aix-ppc64 21.7.0 → 21.7.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 +67 -3
- package/bin/node +0 -0
- package/include/node/node.exp +24 -7
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#21.7.2">21.7.2</a><br/>
|
|
12
|
+
<a href="#21.7.1">21.7.1</a><br/>
|
|
11
13
|
<a href="#21.7.0">21.7.0</a><br/>
|
|
12
14
|
<a href="#21.6.2">21.6.2</a><br/>
|
|
13
15
|
<a href="#21.6.1">21.6.1</a><br/>
|
|
@@ -45,6 +47,68 @@
|
|
|
45
47
|
* [io.js](CHANGELOG_IOJS.md)
|
|
46
48
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
47
49
|
|
|
50
|
+
<a id="21.7.2"></a>
|
|
51
|
+
|
|
52
|
+
## 2024-04-03, Version 21.7.2 (Current), @RafaelGSS prepared by @marco-ippolito
|
|
53
|
+
|
|
54
|
+
This is a security release.
|
|
55
|
+
|
|
56
|
+
### Notable changes
|
|
57
|
+
|
|
58
|
+
* CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 server crash- (High)
|
|
59
|
+
* CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation- (Medium)
|
|
60
|
+
* llhttp version 9.2.1
|
|
61
|
+
* undici version 6.11.1
|
|
62
|
+
|
|
63
|
+
### Commits
|
|
64
|
+
|
|
65
|
+
* \[[`3dfc10c851`](https://github.com/nodejs/node/commit/3dfc10c851)] - **deps**: update undici to 6.11.1 (Node.js GitHub Bot) [#52328](https://github.com/nodejs/node/pull/52328)
|
|
66
|
+
* \[[`aceea1c5e7`](https://github.com/nodejs/node/commit/aceea1c5e7)] - **deps**: update undici to 6.10.2 (Node.js GitHub Bot) [#52227](https://github.com/nodejs/node/pull/52227)
|
|
67
|
+
* \[[`5f0f96b275`](https://github.com/nodejs/node/commit/5f0f96b275)] - **deps**: update llhttp to 9.2.0 (Node.js GitHub Bot) [#51719](https://github.com/nodejs/node/pull/51719)
|
|
68
|
+
* \[[`1a65e98e22`](https://github.com/nodejs/node/commit/1a65e98e22)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#556](https://github.com/nodejs-private/node-private/pull/556)
|
|
69
|
+
* \[[`3bd39fb474`](https://github.com/nodejs/node/commit/3bd39fb474)] - **src**: ensure to close stream when destroying session (RafaelGSS) [nodejs-private/node-private#561](https://github.com/nodejs-private/node-private/pull/561)
|
|
70
|
+
|
|
71
|
+
<a id="21.7.1"></a>
|
|
72
|
+
|
|
73
|
+
## 2024-03-08, Version 21.7.1 (Current), @targos
|
|
74
|
+
|
|
75
|
+
### Notable Changes
|
|
76
|
+
|
|
77
|
+
This release reverts [#51389](https://github.com/nodejs/node/pull/51389), which
|
|
78
|
+
landed in Node.js 21.7.0. It is a documented feature that `t.after()` hooks are
|
|
79
|
+
run even if a test has no subtests. The hook can be used to clean up the test
|
|
80
|
+
itself.
|
|
81
|
+
|
|
82
|
+
### Commits
|
|
83
|
+
|
|
84
|
+
* \[[`0dfe810ac7`](https://github.com/nodejs/node/commit/0dfe810ac7)] - **benchmark**: update iterations of benchmark/async\_hooks/async-local- (Lei Shi) [#51420](https://github.com/nodejs/node/pull/51420)
|
|
85
|
+
* \[[`625c9e0ac9`](https://github.com/nodejs/node/commit/625c9e0ac9)] - **benchmark**: update iterations of benchmark/domain/domain-fn-args.js (Lei Shi) [#51408](https://github.com/nodejs/node/pull/51408)
|
|
86
|
+
* \[[`7ff3551bad`](https://github.com/nodejs/node/commit/7ff3551bad)] - **build**: fix arm64 host cross-compilation in GN (Cheng Zhao) [#51903](https://github.com/nodejs/node/pull/51903)
|
|
87
|
+
* \[[`fd86ea8b71`](https://github.com/nodejs/node/commit/fd86ea8b71)] - _**Revert**_ "**build**: workaround for node-core-utils" (Richard Lau) [#51975](https://github.com/nodejs/node/pull/51975)
|
|
88
|
+
* \[[`23c32ab3a7`](https://github.com/nodejs/node/commit/23c32ab3a7)] - **build**: respect the `NODE` env variable in `Makefile` (Antoine du Hamel) [#51743](https://github.com/nodejs/node/pull/51743)
|
|
89
|
+
* \[[`9617adc064`](https://github.com/nodejs/node/commit/9617adc064)] - _**Revert**_ "**build**: fix warning in cares under GN build" (Luigi Pinca) [#51865](https://github.com/nodejs/node/pull/51865)
|
|
90
|
+
* \[[`5864534095`](https://github.com/nodejs/node/commit/5864534095)] - **deps**: update nghttp2 to 1.60.0 (Node.js GitHub Bot) [#51948](https://github.com/nodejs/node/pull/51948)
|
|
91
|
+
* \[[`fcf235d623`](https://github.com/nodejs/node/commit/fcf235d623)] - **doc**: add policy for distribution (Geoffrey Booth) [#51918](https://github.com/nodejs/node/pull/51918)
|
|
92
|
+
* \[[`87d2acc8b1`](https://github.com/nodejs/node/commit/87d2acc8b1)] - **doc**: fix actual result of example is different in events (Deokjin Kim) [#51925](https://github.com/nodejs/node/pull/51925)
|
|
93
|
+
* \[[`5908c121c6`](https://github.com/nodejs/node/commit/5908c121c6)] - **doc**: clarify Corepack threat model (Antoine du Hamel) [#51917](https://github.com/nodejs/node/pull/51917)
|
|
94
|
+
* \[[`20e0ba3b94`](https://github.com/nodejs/node/commit/20e0ba3b94)] - **doc,module**: clarify hook chain execution sequence (Jacob Smith) [#51884](https://github.com/nodejs/node/pull/51884)
|
|
95
|
+
* \[[`4d997971ac`](https://github.com/nodejs/node/commit/4d997971ac)] - **lib**: make sure close net server (theanarkh) [#51929](https://github.com/nodejs/node/pull/51929)
|
|
96
|
+
* \[[`fcc6d54aa3`](https://github.com/nodejs/node/commit/fcc6d54aa3)] - **lib**: return directly if udp socket close before lookup (theanarkh) [#51914](https://github.com/nodejs/node/pull/51914)
|
|
97
|
+
* \[[`10aaabd158`](https://github.com/nodejs/node/commit/10aaabd158)] - **meta**: bump github/codeql-action from 3.23.2 to 3.24.6 (dependabot\[bot]) [#51942](https://github.com/nodejs/node/pull/51942)
|
|
98
|
+
* \[[`78f38a0143`](https://github.com/nodejs/node/commit/78f38a0143)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#51941](https://github.com/nodejs/node/pull/51941)
|
|
99
|
+
* \[[`42ca5452c4`](https://github.com/nodejs/node/commit/42ca5452c4)] - **meta**: bump codecov/codecov-action from 4.0.1 to 4.1.0 (dependabot\[bot]) [#51940](https://github.com/nodejs/node/pull/51940)
|
|
100
|
+
* \[[`015a157375`](https://github.com/nodejs/node/commit/015a157375)] - **meta**: bump actions/cache from 4.0.0 to 4.0.1 (dependabot\[bot]) [#51939](https://github.com/nodejs/node/pull/51939)
|
|
101
|
+
* \[[`e476cb4a32`](https://github.com/nodejs/node/commit/e476cb4a32)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#51938](https://github.com/nodejs/node/pull/51938)
|
|
102
|
+
* \[[`67e8001790`](https://github.com/nodejs/node/commit/67e8001790)] - **meta**: bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot\[bot]) [#51937](https://github.com/nodejs/node/pull/51937)
|
|
103
|
+
* \[[`50343636e8`](https://github.com/nodejs/node/commit/50343636e8)] - **src**: fix --disable-single-executable-application (Joyee Cheung) [#51808](https://github.com/nodejs/node/pull/51808)
|
|
104
|
+
* \[[`a48c9ca0db`](https://github.com/nodejs/node/commit/a48c9ca0db)] - **stream**: do not defer construction by one microtick (Matteo Collina) [#52005](https://github.com/nodejs/node/pull/52005)
|
|
105
|
+
* \[[`bee3b364f9`](https://github.com/nodejs/node/commit/bee3b364f9)] - **test**: add regression test for test\_runner after hook (Colin Ihrig) [#51998](https://github.com/nodejs/node/pull/51998)
|
|
106
|
+
* \[[`fff7f48f50`](https://github.com/nodejs/node/commit/fff7f48f50)] - **test**: reduce flakiness of `test-runner-output` (Antoine du Hamel) [#51952](https://github.com/nodejs/node/pull/51952)
|
|
107
|
+
* \[[`57ba8f5acb`](https://github.com/nodejs/node/commit/57ba8f5acb)] - **test**: fix flaky http-chunk-extensions-limit test (Ethan Arrowood) [#51943](https://github.com/nodejs/node/pull/51943)
|
|
108
|
+
* \[[`9d2c03990a`](https://github.com/nodejs/node/commit/9d2c03990a)] - **test**: remove flaky designation (Luigi Pinca) [#51736](https://github.com/nodejs/node/pull/51736)
|
|
109
|
+
* \[[`e992af81d3`](https://github.com/nodejs/node/commit/e992af81d3)] - **test**: skip SEA tests when SEA generation fails (Joyee Cheung) [#51887](https://github.com/nodejs/node/pull/51887)
|
|
110
|
+
* \[[`85aa6ca850`](https://github.com/nodejs/node/commit/85aa6ca850)] - _**Revert**_ "**test\_runner**: do not invoke after hook when test is empty" (Colin Ihrig) [#51998](https://github.com/nodejs/node/pull/51998)
|
|
111
|
+
|
|
48
112
|
<a id="21.7.0"></a>
|
|
49
113
|
|
|
50
114
|
## 2024-03-06, Version 21.7.0 (Current), @RafaelGSS prepared by @marco-ippolito
|
|
@@ -473,7 +537,7 @@ Node.js 21.6.0 comes with several fixes for the experimental permission model an
|
|
|
473
537
|
We're adding a new flag `--allow-addons` to enable addon usage when using the Permission Model.
|
|
474
538
|
|
|
475
539
|
```console
|
|
476
|
-
|
|
540
|
+
node --experimental-permission --allow-addons
|
|
477
541
|
```
|
|
478
542
|
|
|
479
543
|
Contributed by Rafael Gonzaga in [#51183](https://github.com/nodejs/node/pull/51183)
|
|
@@ -482,7 +546,7 @@ And relative paths are now supported through the `--allow-fs-*` flags.
|
|
|
482
546
|
Therefore, with this release one can use:
|
|
483
547
|
|
|
484
548
|
```console
|
|
485
|
-
|
|
549
|
+
node --experimental-permission --allow-fs-read=./index.js
|
|
486
550
|
```
|
|
487
551
|
|
|
488
552
|
To give only read access to the entrypoint of the application.
|
|
@@ -494,7 +558,7 @@ Contributed by Rafael Gonzaga and Carlos Espa in [#50758](https://github.com/nod
|
|
|
494
558
|
We are adding a new flag `--build-snapshot-config` to configure snapshots through a custom JSON configuration file.
|
|
495
559
|
|
|
496
560
|
```console
|
|
497
|
-
|
|
561
|
+
node --build-snapshot-config=/path/to/myconfig.json
|
|
498
562
|
```
|
|
499
563
|
|
|
500
564
|
When using this flag, additional script files provided on the command line will
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -5980,15 +5980,15 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5980
5980
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5981
5981
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5982
5982
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5983
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5983
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_87E8306D_0x7ad2cb38b5bbc8b2
|
|
5984
5984
|
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x1ac90f5e4394c074
|
|
5985
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5985
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x83b97329f83d321
|
|
5986
5986
|
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xd5582dde01019a40
|
|
5987
5987
|
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0xfc307f2e5da7a714
|
|
5988
5988
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xca19078f607b442e
|
|
5989
5989
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x19fe1aa8a1fbc856
|
|
5990
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5991
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5990
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0x191434e6c1d5c8e3
|
|
5991
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x12712529d4ebff30
|
|
5992
5992
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x98e85742896c204e
|
|
5993
5993
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x4c0f84d7016fc70d
|
|
5994
5994
|
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xa1e14aa90c304163
|
|
@@ -88942,10 +88942,10 @@ llhttp__internal__c_test_flags_3
|
|
|
88942
88942
|
llhttp__internal__c_test_flags_4
|
|
88943
88943
|
llhttp__internal__c_test_lenient_flags
|
|
88944
88944
|
llhttp__internal__c_test_lenient_flags_1
|
|
88945
|
-
llhttp__internal__c_test_lenient_flags_19
|
|
88946
88945
|
llhttp__internal__c_test_lenient_flags_2
|
|
88947
|
-
|
|
88948
|
-
|
|
88946
|
+
llhttp__internal__c_test_lenient_flags_20
|
|
88947
|
+
llhttp__internal__c_test_lenient_flags_22
|
|
88948
|
+
llhttp__internal__c_test_lenient_flags_24
|
|
88949
88949
|
llhttp__internal__c_test_lenient_flags_3
|
|
88950
88950
|
llhttp__internal__c_test_lenient_flags_4
|
|
88951
88951
|
llhttp__internal__c_test_lenient_flags_7
|
|
@@ -89211,6 +89211,8 @@ nghttp2_check_header_value_rfc9113
|
|
|
89211
89211
|
nghttp2_check_method
|
|
89212
89212
|
nghttp2_check_path
|
|
89213
89213
|
nghttp2_cpymem
|
|
89214
|
+
nghttp2_data_provider_wrap_v1
|
|
89215
|
+
nghttp2_data_provider_wrap_v2
|
|
89214
89216
|
nghttp2_downcase
|
|
89215
89217
|
nghttp2_enable_strict_preface
|
|
89216
89218
|
nghttp2_extpri_from_uint8
|
|
@@ -89291,8 +89293,10 @@ nghttp2_hd_deflate_get_max_dynamic_table_size
|
|
|
89291
89293
|
nghttp2_hd_deflate_get_num_table_entries
|
|
89292
89294
|
nghttp2_hd_deflate_get_table_entry
|
|
89293
89295
|
nghttp2_hd_deflate_hd
|
|
89296
|
+
nghttp2_hd_deflate_hd2
|
|
89294
89297
|
nghttp2_hd_deflate_hd_bufs
|
|
89295
89298
|
nghttp2_hd_deflate_hd_vec
|
|
89299
|
+
nghttp2_hd_deflate_hd_vec2
|
|
89296
89300
|
nghttp2_hd_deflate_init
|
|
89297
89301
|
nghttp2_hd_deflate_init2
|
|
89298
89302
|
nghttp2_hd_deflate_new
|
|
@@ -89317,6 +89321,7 @@ nghttp2_hd_inflate_get_num_table_entries
|
|
|
89317
89321
|
nghttp2_hd_inflate_get_table_entry
|
|
89318
89322
|
nghttp2_hd_inflate_hd
|
|
89319
89323
|
nghttp2_hd_inflate_hd2
|
|
89324
|
+
nghttp2_hd_inflate_hd3
|
|
89320
89325
|
nghttp2_hd_inflate_hd_nv
|
|
89321
89326
|
nghttp2_hd_inflate_init
|
|
89322
89327
|
nghttp2_hd_inflate_new
|
|
@@ -89379,6 +89384,7 @@ nghttp2_outbound_queue_init
|
|
|
89379
89384
|
nghttp2_outbound_queue_pop
|
|
89380
89385
|
nghttp2_outbound_queue_push
|
|
89381
89386
|
nghttp2_pack_settings_payload
|
|
89387
|
+
nghttp2_pack_settings_payload2
|
|
89382
89388
|
nghttp2_pq_each
|
|
89383
89389
|
nghttp2_pq_empty
|
|
89384
89390
|
nghttp2_pq_free
|
|
@@ -89426,6 +89432,7 @@ nghttp2_session_callbacks_del
|
|
|
89426
89432
|
nghttp2_session_callbacks_new
|
|
89427
89433
|
nghttp2_session_callbacks_set_before_frame_send_callback
|
|
89428
89434
|
nghttp2_session_callbacks_set_data_source_read_length_callback
|
|
89435
|
+
nghttp2_session_callbacks_set_data_source_read_length_callback2
|
|
89429
89436
|
nghttp2_session_callbacks_set_error_callback
|
|
89430
89437
|
nghttp2_session_callbacks_set_error_callback2
|
|
89431
89438
|
nghttp2_session_callbacks_set_on_begin_frame_callback
|
|
@@ -89442,9 +89449,13 @@ nghttp2_session_callbacks_set_on_invalid_header_callback
|
|
|
89442
89449
|
nghttp2_session_callbacks_set_on_invalid_header_callback2
|
|
89443
89450
|
nghttp2_session_callbacks_set_on_stream_close_callback
|
|
89444
89451
|
nghttp2_session_callbacks_set_pack_extension_callback
|
|
89452
|
+
nghttp2_session_callbacks_set_pack_extension_callback2
|
|
89445
89453
|
nghttp2_session_callbacks_set_recv_callback
|
|
89454
|
+
nghttp2_session_callbacks_set_recv_callback2
|
|
89446
89455
|
nghttp2_session_callbacks_set_select_padding_callback
|
|
89456
|
+
nghttp2_session_callbacks_set_select_padding_callback2
|
|
89447
89457
|
nghttp2_session_callbacks_set_send_callback
|
|
89458
|
+
nghttp2_session_callbacks_set_send_callback2
|
|
89448
89459
|
nghttp2_session_callbacks_set_send_data_callback
|
|
89449
89460
|
nghttp2_session_callbacks_set_unpack_extension_callback
|
|
89450
89461
|
nghttp2_session_change_extpri_stream_priority
|
|
@@ -89491,7 +89502,9 @@ nghttp2_session_is_my_stream_id
|
|
|
89491
89502
|
nghttp2_session_keep_closed_stream
|
|
89492
89503
|
nghttp2_session_keep_idle_stream
|
|
89493
89504
|
nghttp2_session_mem_recv
|
|
89505
|
+
nghttp2_session_mem_recv2
|
|
89494
89506
|
nghttp2_session_mem_send
|
|
89507
|
+
nghttp2_session_mem_send2
|
|
89495
89508
|
nghttp2_session_on_altsvc_received
|
|
89496
89509
|
nghttp2_session_on_data_received
|
|
89497
89510
|
nghttp2_session_on_goaway_received
|
|
@@ -89568,6 +89581,8 @@ nghttp2_stream_update_remote_initial_window_size
|
|
|
89568
89581
|
nghttp2_strerror
|
|
89569
89582
|
nghttp2_submit_altsvc
|
|
89570
89583
|
nghttp2_submit_data
|
|
89584
|
+
nghttp2_submit_data2
|
|
89585
|
+
nghttp2_submit_data_shared
|
|
89571
89586
|
nghttp2_submit_extension
|
|
89572
89587
|
nghttp2_submit_goaway
|
|
89573
89588
|
nghttp2_submit_headers
|
|
@@ -89577,7 +89592,9 @@ nghttp2_submit_priority
|
|
|
89577
89592
|
nghttp2_submit_priority_update
|
|
89578
89593
|
nghttp2_submit_push_promise
|
|
89579
89594
|
nghttp2_submit_request
|
|
89595
|
+
nghttp2_submit_request2
|
|
89580
89596
|
nghttp2_submit_response
|
|
89597
|
+
nghttp2_submit_response2
|
|
89581
89598
|
nghttp2_submit_rst_stream
|
|
89582
89599
|
nghttp2_submit_settings
|
|
89583
89600
|
nghttp2_submit_shutdown_notice
|