node-aix-ppc64 20.19.0 → 20.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
@@ -9,6 +9,8 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#20.19.2">20.19.2</a><br/>
13
+ <a href="#20.19.1">20.19.1</a><br/>
12
14
  <a href="#20.19.0">20.19.0</a><br/>
13
15
  <a href="#20.18.3">20.18.3</a><br/>
14
16
  <a href="#20.18.2">20.18.2</a><br/>
@@ -69,6 +71,47 @@
69
71
  * [io.js](CHANGELOG_IOJS.md)
70
72
  * [Archive](CHANGELOG_ARCHIVE.md)
71
73
 
74
+ <a id="20.19.2"></a>
75
+
76
+ ## 2025-05-14, Version 20.19.2 'Iron' (LTS), @RafaelGSS
77
+
78
+ This is a security release.
79
+
80
+ ### Notable Changes
81
+
82
+ * (CVE-2025-23166) fix error handling on async crypto operation
83
+ * (CVE-2025-23167) (SEMVER-MAJOR) update llhttp to 9.2.0
84
+ * (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup
85
+
86
+ ### Commits
87
+
88
+ * \[[`eb25047b1b`](https://github.com/nodejs/node/commit/eb25047b1b)] - **deps**: update llhttp to 9.2.0 (Node.js GitHub Bot) [#51719](https://github.com/nodejs/node/pull/51719)
89
+ * \[[`12dcd8db08`](https://github.com/nodejs/node/commit/12dcd8db08)] - **deps**: update llhttp to 9.1.3 (Node.js GitHub Bot) [#50080](https://github.com/nodejs/node/pull/50080)
90
+ * \[[`190e45a291`](https://github.com/nodejs/node/commit/190e45a291)] - **(SEMVER-MAJOR)** **(CVE-2025-23167)** **deps**: update llhttp to 9.1.2 (Paolo Insogna) [#48981](https://github.com/nodejs/node/pull/48981)
91
+ * \[[`fc68c44e6a`](https://github.com/nodejs/node/commit/fc68c44e6a)] - **fs**: added test for missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
92
+ * \[[`9e13bf0a81`](https://github.com/nodejs/node/commit/9e13bf0a81)] - **(CVE-2025-23165)** **fs**: add missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
93
+ * \[[`bd0aa5d44c`](https://github.com/nodejs/node/commit/bd0aa5d44c)] - **(CVE-2024-27982)** **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)
94
+ * \[[`6c57465920`](https://github.com/nodejs/node/commit/6c57465920)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#710](https://github.com/nodejs-private/node-private/pull/710)
95
+
96
+ <a id="20.19.1"></a>
97
+
98
+ ## 2025-04-22, Version 20.19.1 'Iron' (LTS), @UlisesGascon prepared by @RafaelGSS
99
+
100
+ ### Notable Changes
101
+
102
+ * \[[`d5e73ce0f8`](https://github.com/nodejs/node/commit/d5e73ce0f8)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
103
+ * \[[`e4a6323ab2`](https://github.com/nodejs/node/commit/e4a6323ab2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
104
+
105
+ ### Commits
106
+
107
+ * \[[`d5e73ce0f8`](https://github.com/nodejs/node/commit/d5e73ce0f8)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
108
+ * \[[`e4a6323ab2`](https://github.com/nodejs/node/commit/e4a6323ab2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
109
+ * \[[`b2b9eb36af`](https://github.com/nodejs/node/commit/b2b9eb36af)] - **dns**: restore dns query cache ttl (Ethan Arrowood) [#57640](https://github.com/nodejs/node/pull/57640)
110
+ * \[[`07a99a5c0b`](https://github.com/nodejs/node/commit/07a99a5c0b)] - **doc**: correct status of require(esm) warning in v20 changelog (Joyee Cheung) [#57529](https://github.com/nodejs/node/pull/57529)
111
+ * \[[`d45517ccbf`](https://github.com/nodejs/node/commit/d45517ccbf)] - **meta**: bump Mozilla-Actions/sccache-action from 0.0.8 to 0.0.9 (dependabot\[bot]) [#57720](https://github.com/nodejs/node/pull/57720)
112
+ * \[[`fa93bb2633`](https://github.com/nodejs/node/commit/fa93bb2633)] - **test**: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) [#57477](https://github.com/nodejs/node/pull/57477)
113
+ * \[[`29c032403c`](https://github.com/nodejs/node/commit/29c032403c)] - **tools**: update sccache to support GH cache changes (Michaël Zasso) [#57573](https://github.com/nodejs/node/pull/57573)
114
+
72
115
  <a id="20.19.0"></a>
73
116
 
74
117
  ## 2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito
@@ -79,7 +122,9 @@
79
122
 
80
123
  Support for loading native ES modules using require() had been available on v20.x under the command line flag --experimental-require-module, and available by default on v22.x and v23.x. In this release, it is now no longer behind a flag on v20.x.
81
124
 
82
- This feature has been tested on v23.x and v22.x, and we are looking for user feedback from v20.x to make more final tweaks before fully stabilizing it. When the Node.js instance encounters a native ES module in require() somewhere outside `node_modules` for the first time, it will emit an experimental warning unless `require()` comes from a path that contains `node_modules`. If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround.
125
+ This feature has been tested on v23.x and v22.x, and we are looking for user feedback from v20.x to make more final tweaks before fully stabilizing it.
126
+ It now no longer emits a warning unless `--trace-require-module` is explicitly used.
127
+ If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround.
83
128
 
84
129
  With this feature enabled, Node.js will no longer throw `ERR_REQUIRE_ESM` if `require()` is used to load a ES module. It can, however, throw `ERR_REQUIRE_ASYNC_MODULE` if the ES module being loaded or its dependencies contain top-level `await`. When the ES module is loaded successfully by `require()`, the returned object will either be a ES module namespace object similar to what's returned by `import()`, or what gets exported as `"module.exports"` in the ES module.
85
130
 
package/bin/node CHANGED
Binary file
@@ -5981,7 +5981,7 @@ _GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
5981
5981
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5982
5982
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5983
5983
  _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x534fb98facc7766e
5984
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xbcec1aa76fbd4407
5984
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xb45c378c3d5a4a
5985
5985
  _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x4fc2bbbeafe210fa
5986
5986
  _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_E21CEA7D_0xd4a24748f84daf14
5987
5987
  _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x3f2cfc7aa0309480
@@ -5993,7 +5993,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x5e24e41337
5993
5993
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x438bcff82ccd833
5994
5994
  _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x7f5abb9d84376763
5995
5995
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x11edb71600fa1cdc
5996
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x17efabc35655a985
5996
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xe2ce164745b2a786
5997
5997
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xf73df9307782d854
5998
5998
  _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x9d6b23b10ad8cb68
5999
5999
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
@@ -54536,7 +54536,7 @@ _ZN4node6crypto10HKDFConfigC2EOS1_
54536
54536
  _ZN4node6crypto10HKDFConfigD0Ev
54537
54537
  _ZN4node6crypto10HKDFConfigD1Ev
54538
54538
  _ZN4node6crypto10HKDFConfigaSEOS1_
54539
- _ZN4node6crypto10HKDFTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceE
54539
+ _ZN4node6crypto10HKDFTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54540
54540
  _ZN4node6crypto10HKDFTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54541
54541
  _ZN4node6crypto10HKDFTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HKDFConfigE
54542
54542
  _ZN4node6crypto10HashConfigC1EOS1_
@@ -54544,7 +54544,7 @@ _ZN4node6crypto10HashConfigC2EOS1_
54544
54544
  _ZN4node6crypto10HashConfigD0Ev
54545
54545
  _ZN4node6crypto10HashConfigD1Ev
54546
54546
  _ZN4node6crypto10HashConfigaSEOS1_
54547
- _ZN4node6crypto10HashTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceE
54547
+ _ZN4node6crypto10HashTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54548
54548
  _ZN4node6crypto10HashTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54549
54549
  _ZN4node6crypto10HashTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HashConfigE
54550
54550
  _ZN4node6crypto10HmacConfigC1EOS1_
@@ -54552,11 +54552,11 @@ _ZN4node6crypto10HmacConfigC2EOS1_
54552
54552
  _ZN4node6crypto10HmacConfigD0Ev
54553
54553
  _ZN4node6crypto10HmacConfigD1Ev
54554
54554
  _ZN4node6crypto10HmacConfigaSEOS1_
54555
- _ZN4node6crypto10HmacTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceE
54555
+ _ZN4node6crypto10HmacTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54556
54556
  _ZN4node6crypto10HmacTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54557
54557
  _ZN4node6crypto10HmacTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HmacConfigE
54558
54558
  _ZN4node6crypto10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
54559
- _ZN4node6crypto10SignTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceE
54559
+ _ZN4node6crypto10SignTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceENS0_13CryptoJobModeE
54560
54560
  _ZN4node6crypto10SignTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54561
54561
  _ZN4node6crypto10SignTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17SignConfigurationE
54562
54562
  _ZN4node6crypto11GetKeyUsageEPNS_11EnvironmentEP7x509_st
@@ -54571,7 +54571,7 @@ _ZN4node6crypto11ManagedX509aSERKS1_
54571
54571
  _ZN4node6crypto11PushAliasesEPKcPv
54572
54572
  _ZN4node6crypto12DHBitsConfigD0Ev
54573
54573
  _ZN4node6crypto12DHBitsConfigD1Ev
54574
- _ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
54574
+ _ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54575
54575
  _ZN4node6crypto12DHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54576
54576
  _ZN4node6crypto12DHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12DHBitsConfigE
54577
54577
  _ZN4node6crypto12EncodeBignumEPNS_11EnvironmentEPK9bignum_stiPN2v85LocalINS6_5ValueEEE
@@ -54601,7 +54601,7 @@ _ZN4node6crypto12PBKDF2ConfigC2EOS1_
54601
54601
  _ZN4node6crypto12PBKDF2ConfigD0Ev
54602
54602
  _ZN4node6crypto12PBKDF2ConfigD1Ev
54603
54603
  _ZN4node6crypto12PBKDF2ConfigaSEOS1_
54604
- _ZN4node6crypto12PBKDF2Traits10DeriveBitsEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceE
54604
+ _ZN4node6crypto12PBKDF2Traits10DeriveBitsEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54605
54605
  _ZN4node6crypto12PBKDF2Traits12EncodeOutputEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54606
54606
  _ZN4node6crypto12PBKDF2Traits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12PBKDF2ConfigE
54607
54607
  _ZN4node6crypto12ScryptConfigC1EOS1_
@@ -54609,7 +54609,7 @@ _ZN4node6crypto12ScryptConfigC2EOS1_
54609
54609
  _ZN4node6crypto12ScryptConfigD0Ev
54610
54610
  _ZN4node6crypto12ScryptConfigD1Ev
54611
54611
  _ZN4node6crypto12ScryptConfigaSEOS1_
54612
- _ZN4node6crypto12ScryptTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceE
54612
+ _ZN4node6crypto12ScryptTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54613
54613
  _ZN4node6crypto12ScryptTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54614
54614
  _ZN4node6crypto12ScryptTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12ScryptConfigE
54615
54615
  _ZN4node6crypto12X509ToObjectEPNS_11EnvironmentEP7x509_st
@@ -54767,7 +54767,7 @@ _ZN4node6crypto14DhKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820Fu
54767
54767
  _ZN4node6crypto14DhKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_15DhKeyPairParamsEEE
54768
54768
  _ZN4node6crypto14ECDHBitsConfigD0Ev
54769
54769
  _ZN4node6crypto14ECDHBitsConfigD1Ev
54770
- _ZN4node6crypto14ECDHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceE
54770
+ _ZN4node6crypto14ECDHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54771
54771
  _ZN4node6crypto14ECDHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54772
54772
  _ZN4node6crypto14ECDHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_14ECDHBitsConfigE
54773
54773
  _ZN4node6crypto14EcKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_15EcKeyPairParamsEEE
@@ -54908,7 +54908,7 @@ _ZN4node6crypto15X509CertificateD1Ev
54908
54908
  _ZN4node6crypto15array_push_backI13evp_cipher_stXadL_Z16EVP_CIPHER_fetchEEXadL_Z15EVP_CIPHER_freeEEXadL_Z20EVP_get_cipherbynameEEXadL_Z20EVP_CIPHER_get0_nameEEEEvPKT_PKcS7_Pv
54909
54909
  _ZN4node6crypto16CheckPrimeConfigD0Ev
54910
54910
  _ZN4node6crypto16CheckPrimeConfigD1Ev
54911
- _ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
54911
+ _ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54912
54912
  _ZN4node6crypto16CheckPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54913
54913
  _ZN4node6crypto16CheckPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_16CheckPrimeConfigE
54914
54914
  _ZN4node6crypto16CryptoErrorStore6InsertIJEEEvNS0_15NodeCryptoErrorEDpOT_
@@ -54953,12 +54953,12 @@ _ZN4node6crypto17ECKeyExportTraits8DoExportESt10shared_ptrINS0_13KeyObjectDataEE
54953
54953
  _ZN4node6crypto17PKEY_PKCS8_ExportEPNS0_13KeyObjectDataEPNS0_10ByteSourceE
54954
54954
  _ZN4node6crypto17RandomBytesConfigD0Ev
54955
54955
  _ZN4node6crypto17RandomBytesConfigD1Ev
54956
- _ZN4node6crypto17RandomBytesTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceE
54956
+ _ZN4node6crypto17RandomBytesTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54957
54957
  _ZN4node6crypto17RandomBytesTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54958
54958
  _ZN4node6crypto17RandomBytesTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomBytesConfigE
54959
54959
  _ZN4node6crypto17RandomPrimeConfigD0Ev
54960
54960
  _ZN4node6crypto17RandomPrimeConfigD1Ev
54961
- _ZN4node6crypto17RandomPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceE
54961
+ _ZN4node6crypto17RandomPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
54962
54962
  _ZN4node6crypto17RandomPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceEPN2v85LocalINS9_5ValueEEE
54963
54963
  _ZN4node6crypto17RandomPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomPrimeConfigE
54964
54964
  _ZN4node6crypto17SignConfigurationC1EOS1_
@@ -82670,26 +82670,31 @@ llhttp__internal__c_mul_add_content_length_1
82670
82670
  llhttp__internal__c_mul_add_status_code
82671
82671
  llhttp__internal__c_or_flags
82672
82672
  llhttp__internal__c_or_flags_1
82673
- llhttp__internal__c_or_flags_15
82674
- llhttp__internal__c_or_flags_16
82673
+ llhttp__internal__c_or_flags_17
82675
82674
  llhttp__internal__c_or_flags_18
82676
- llhttp__internal__c_or_flags_3
82677
- llhttp__internal__c_or_flags_4
82675
+ llhttp__internal__c_or_flags_20
82678
82676
  llhttp__internal__c_or_flags_5
82679
82677
  llhttp__internal__c_or_flags_6
82678
+ llhttp__internal__c_or_flags_7
82679
+ llhttp__internal__c_or_flags_8
82680
82680
  llhttp__internal__c_store_header_state
82681
82681
  llhttp__internal__c_store_http_major
82682
82682
  llhttp__internal__c_store_http_minor
82683
82683
  llhttp__internal__c_store_method
82684
82684
  llhttp__internal__c_test_flags
82685
- llhttp__internal__c_test_flags_1
82686
82685
  llhttp__internal__c_test_flags_2
82687
82686
  llhttp__internal__c_test_flags_3
82687
+ llhttp__internal__c_test_flags_4
82688
82688
  llhttp__internal__c_test_lenient_flags
82689
82689
  llhttp__internal__c_test_lenient_flags_1
82690
- llhttp__internal__c_test_lenient_flags_11
82691
82690
  llhttp__internal__c_test_lenient_flags_2
82692
- llhttp__internal__c_test_lenient_flags_9
82691
+ llhttp__internal__c_test_lenient_flags_20
82692
+ llhttp__internal__c_test_lenient_flags_22
82693
+ llhttp__internal__c_test_lenient_flags_24
82694
+ llhttp__internal__c_test_lenient_flags_3
82695
+ llhttp__internal__c_test_lenient_flags_4
82696
+ llhttp__internal__c_test_lenient_flags_7
82697
+ llhttp__internal__c_test_lenient_flags_8
82693
82698
  llhttp__internal__c_update_content_length
82694
82699
  llhttp__internal__c_update_finish
82695
82700
  llhttp__internal__c_update_finish_1
@@ -82753,9 +82758,15 @@ llhttp_resume
82753
82758
  llhttp_resume_after_upgrade
82754
82759
  llhttp_set_error_reason
82755
82760
  llhttp_set_lenient_chunked_length
82761
+ llhttp_set_lenient_data_after_close
82756
82762
  llhttp_set_lenient_headers
82757
82763
  llhttp_set_lenient_keep_alive
82764
+ llhttp_set_lenient_optional_cr_before_lf
82765
+ llhttp_set_lenient_optional_crlf_after_chunk
82766
+ llhttp_set_lenient_optional_lf_after_cr
82767
+ llhttp_set_lenient_spaces_after_chunk_size
82758
82768
  llhttp_set_lenient_transfer_encoding
82769
+ llhttp_set_lenient_version
82759
82770
  llhttp_settings_init
82760
82771
  llhttp_should_keep_alive
82761
82772
  llhttp_status_name
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
26
  #define NODE_MINOR_VERSION 19
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Iron"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v20.19.0",
3
+ "version": "v20.19.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"