node-aix-ppc64 24.0.0 → 24.0.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 +42 -0
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/node.exp +11 -11
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.0.2">24.0.2</a><br/>
|
|
12
|
+
<a href="#24.0.1">24.0.1</a><br/>
|
|
11
13
|
<a href="#24.0.0">24.0.0</a><br/>
|
|
12
14
|
</td>
|
|
13
15
|
</tr>
|
|
@@ -39,6 +41,46 @@
|
|
|
39
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
43
|
|
|
44
|
+
<a id="24.0.2"></a>
|
|
45
|
+
|
|
46
|
+
## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
|
|
47
|
+
|
|
48
|
+
This is a security release.
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
* (CVE-2025-23166) fix error handling on async crypto operation
|
|
53
|
+
|
|
54
|
+
### Commits
|
|
55
|
+
|
|
56
|
+
* \[[`7d0c17b2ad`](https://github.com/nodejs/node/commit/7d0c17b2ad)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#688](https://github.com/nodejs-private/node-private/pull/688)
|
|
57
|
+
|
|
58
|
+
<a id="24.0.1"></a>
|
|
59
|
+
|
|
60
|
+
## 2025-05-08, Version 24.0.1 (Current), @aduh95
|
|
61
|
+
|
|
62
|
+
### Notable Changes
|
|
63
|
+
|
|
64
|
+
* \[[`2e1d9581e0`](https://github.com/nodejs/node/commit/2e1d9581e0)] - _**Revert**_ "**buffer**: move SlowBuffer to EOL" (Filip Skokan) [#58211](https://github.com/nodejs/node/pull/58211)
|
|
65
|
+
|
|
66
|
+
### Commits
|
|
67
|
+
|
|
68
|
+
* \[[`d38e811c5b`](https://github.com/nodejs/node/commit/d38e811c5b)] - **benchmark**: fix typo in method name for error-stack (Miguel Marcondes Filho) [#58128](https://github.com/nodejs/node/pull/58128)
|
|
69
|
+
* \[[`2e1d9581e0`](https://github.com/nodejs/node/commit/2e1d9581e0)] - _**Revert**_ "**buffer**: move SlowBuffer to EOL" (Filip Skokan) [#58211](https://github.com/nodejs/node/pull/58211)
|
|
70
|
+
* \[[`a883b0c979`](https://github.com/nodejs/node/commit/a883b0c979)] - **build**: use //third\_party/simdutf by default in GN (Shelley Vohr) [#58115](https://github.com/nodejs/node/pull/58115)
|
|
71
|
+
* \[[`3d84b5c7a4`](https://github.com/nodejs/node/commit/3d84b5c7a4)] - **doc**: add HBSPS as triager (Wiyeong Seo) [#57980](https://github.com/nodejs/node/pull/57980)
|
|
72
|
+
* \[[`1e57cb686e`](https://github.com/nodejs/node/commit/1e57cb686e)] - **doc**: add history entries to `--input-type` section (Antoine du Hamel) [#58175](https://github.com/nodejs/node/pull/58175)
|
|
73
|
+
* \[[`0b54f06b6f`](https://github.com/nodejs/node/commit/0b54f06b6f)] - **doc**: add ambassaor message (Brian Muenzenmeyer) [#57600](https://github.com/nodejs/node/pull/57600)
|
|
74
|
+
* \[[`46bee52d57`](https://github.com/nodejs/node/commit/46bee52d57)] - **doc**: fix misaligned options in vm.compileFunction() (Jimmy Leung) [#58145](https://github.com/nodejs/node/pull/58145)
|
|
75
|
+
* \[[`e732a8bfdd`](https://github.com/nodejs/node/commit/e732a8bfdd)] - **doc**: fix typo in benchmark script path (Miguel Marcondes Filho) [#58129](https://github.com/nodejs/node/pull/58129)
|
|
76
|
+
* \[[`d49ff34adb`](https://github.com/nodejs/node/commit/d49ff34adb)] - **doc**: add missing options.signal to readlinePromises.createInterface() (Jimmy Leung) [#55456](https://github.com/nodejs/node/pull/55456)
|
|
77
|
+
* \[[`bc9f5a2e79`](https://github.com/nodejs/node/commit/bc9f5a2e79)] - **doc**: fix typo of file `zlib.md` (yusheng chen) [#58093](https://github.com/nodejs/node/pull/58093)
|
|
78
|
+
* \[[`c8e8558958`](https://github.com/nodejs/node/commit/c8e8558958)] - **doc**: clarify future Corepack removal in v25+ (Trivikram Kamat) [#57825](https://github.com/nodejs/node/pull/57825)
|
|
79
|
+
* \[[`b13d5d14bd`](https://github.com/nodejs/node/commit/b13d5d14bd)] - **meta**: bump actions/setup-node from 4.3.0 to 4.4.0 (dependabot\[bot]) [#58111](https://github.com/nodejs/node/pull/58111)
|
|
80
|
+
* \[[`0ebb17a300`](https://github.com/nodejs/node/commit/0ebb17a300)] - **meta**: bump actions/setup-python from 5.5.0 to 5.6.0 (dependabot\[bot]) [#58107](https://github.com/nodejs/node/pull/58107)
|
|
81
|
+
* \[[`5946785bf4`](https://github.com/nodejs/node/commit/5946785bf4)] - **tools**: exclude deps/v8/tools from CodeQL scans (Rich Trott) [#58132](https://github.com/nodejs/node/pull/58132)
|
|
82
|
+
* \[[`0708497c7f`](https://github.com/nodejs/node/commit/0708497c7f)] - **tools**: bump the eslint group in /tools/eslint with 6 updates (dependabot\[bot]) [#58105](https://github.com/nodejs/node/pull/58105)
|
|
83
|
+
|
|
42
84
|
<a id="24.0.0"></a>
|
|
43
85
|
|
|
44
86
|
## 2025-05-06, Version 24.0.0 (Current), @RafaelGSS and @juanarbol
|
package/README.md
CHANGED
|
@@ -755,6 +755,8 @@ maintaining the Node.js project.
|
|
|
755
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
756
756
|
* [gurgunday](https://github.com/gurgunday) -
|
|
757
757
|
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
758
|
+
* [HBSPS](https://github.com/HBSPS) -
|
|
759
|
+
**Wiyeong Seo** <<hbsps.dev@gmail.com>>
|
|
758
760
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
759
761
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
760
762
|
* [KevinEady](https://github.com/KevinEady) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -68037,7 +68037,7 @@ _ZN4node6crypto10HKDFConfigC2EOS1_
|
|
|
68037
68037
|
_ZN4node6crypto10HKDFConfigD0Ev
|
|
68038
68038
|
_ZN4node6crypto10HKDFConfigD1Ev
|
|
68039
68039
|
_ZN4node6crypto10HKDFConfigaSEOS1_
|
|
68040
|
-
|
|
68040
|
+
_ZN4node6crypto10HKDFTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68041
68041
|
_ZN4node6crypto10HKDFTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HKDFConfigEPNS0_10ByteSourceE
|
|
68042
68042
|
_ZN4node6crypto10HKDFTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HKDFConfigE
|
|
68043
68043
|
_ZN4node6crypto10HashConfigC1EOS1_
|
|
@@ -68045,7 +68045,7 @@ _ZN4node6crypto10HashConfigC2EOS1_
|
|
|
68045
68045
|
_ZN4node6crypto10HashConfigD0Ev
|
|
68046
68046
|
_ZN4node6crypto10HashConfigD1Ev
|
|
68047
68047
|
_ZN4node6crypto10HashConfigaSEOS1_
|
|
68048
|
-
|
|
68048
|
+
_ZN4node6crypto10HashTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68049
68049
|
_ZN4node6crypto10HashTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HashConfigEPNS0_10ByteSourceE
|
|
68050
68050
|
_ZN4node6crypto10HashTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HashConfigE
|
|
68051
68051
|
_ZN4node6crypto10HmacConfigC1EOS1_
|
|
@@ -68053,11 +68053,11 @@ _ZN4node6crypto10HmacConfigC2EOS1_
|
|
|
68053
68053
|
_ZN4node6crypto10HmacConfigD0Ev
|
|
68054
68054
|
_ZN4node6crypto10HmacConfigD1Ev
|
|
68055
68055
|
_ZN4node6crypto10HmacConfigaSEOS1_
|
|
68056
|
-
|
|
68056
|
+
_ZN4node6crypto10HmacTraits10DeriveBitsEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68057
68057
|
_ZN4node6crypto10HmacTraits12EncodeOutputEPNS_11EnvironmentERKNS0_10HmacConfigEPNS0_10ByteSourceE
|
|
68058
68058
|
_ZN4node6crypto10HmacTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_10HmacConfigE
|
|
68059
68059
|
_ZN4node6crypto10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
68060
|
-
|
|
68060
|
+
_ZN4node6crypto10SignTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68061
68061
|
_ZN4node6crypto10SignTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17SignConfigurationEPNS0_10ByteSourceE
|
|
68062
68062
|
_ZN4node6crypto10SignTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17SignConfigurationE
|
|
68063
68063
|
_ZN4node6crypto11GetPeerCertEPNS_11EnvironmentERKN7ncrypto10SSLPointerEbb
|
|
@@ -68071,7 +68071,7 @@ _ZN4node6crypto11ManagedX509aSERKS1_
|
|
|
68071
68071
|
_ZN4node6crypto11PushAliasesEPKcPv
|
|
68072
68072
|
_ZN4node6crypto12DHBitsConfigD0Ev
|
|
68073
68073
|
_ZN4node6crypto12DHBitsConfigD1Ev
|
|
68074
|
-
|
|
68074
|
+
_ZN4node6crypto12DHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68075
68075
|
_ZN4node6crypto12DHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12DHBitsConfigEPNS0_10ByteSourceE
|
|
68076
68076
|
_ZN4node6crypto12DHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12DHBitsConfigE
|
|
68077
68077
|
_ZN4node6crypto12EncodeBignumEPNS_11EnvironmentEPK9bignum_sti
|
|
@@ -68100,7 +68100,7 @@ _ZN4node6crypto12PBKDF2ConfigC2EOS1_
|
|
|
68100
68100
|
_ZN4node6crypto12PBKDF2ConfigD0Ev
|
|
68101
68101
|
_ZN4node6crypto12PBKDF2ConfigD1Ev
|
|
68102
68102
|
_ZN4node6crypto12PBKDF2ConfigaSEOS1_
|
|
68103
|
-
|
|
68103
|
+
_ZN4node6crypto12PBKDF2Traits10DeriveBitsEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68104
68104
|
_ZN4node6crypto12PBKDF2Traits12EncodeOutputEPNS_11EnvironmentERKNS0_12PBKDF2ConfigEPNS0_10ByteSourceE
|
|
68105
68105
|
_ZN4node6crypto12PBKDF2Traits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12PBKDF2ConfigE
|
|
68106
68106
|
_ZN4node6crypto12ScryptConfigC1EOS1_
|
|
@@ -68108,7 +68108,7 @@ _ZN4node6crypto12ScryptConfigC2EOS1_
|
|
|
68108
68108
|
_ZN4node6crypto12ScryptConfigD0Ev
|
|
68109
68109
|
_ZN4node6crypto12ScryptConfigD1Ev
|
|
68110
68110
|
_ZN4node6crypto12ScryptConfigaSEOS1_
|
|
68111
|
-
|
|
68111
|
+
_ZN4node6crypto12ScryptTraits10DeriveBitsEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68112
68112
|
_ZN4node6crypto12ScryptTraits12EncodeOutputEPNS_11EnvironmentERKNS0_12ScryptConfigEPNS0_10ByteSourceE
|
|
68113
68113
|
_ZN4node6crypto12ScryptTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_12ScryptConfigE
|
|
68114
68114
|
_ZN4node6crypto12isSelfIssuedEP7x509_st
|
|
@@ -68252,7 +68252,7 @@ _ZN4node6crypto14DhKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820Fu
|
|
|
68252
68252
|
_ZN4node6crypto14DhKeyGenTraits5SetupEPNS0_16KeyPairGenConfigINS0_15DhKeyPairParamsEEE
|
|
68253
68253
|
_ZN4node6crypto14ECDHBitsConfigD0Ev
|
|
68254
68254
|
_ZN4node6crypto14ECDHBitsConfigD1Ev
|
|
68255
|
-
|
|
68255
|
+
_ZN4node6crypto14ECDHBitsTraits10DeriveBitsEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68256
68256
|
_ZN4node6crypto14ECDHBitsTraits12EncodeOutputEPNS_11EnvironmentERKNS0_14ECDHBitsConfigEPNS0_10ByteSourceE
|
|
68257
68257
|
_ZN4node6crypto14ECDHBitsTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_14ECDHBitsConfigE
|
|
68258
68258
|
_ZN4node6crypto14EcKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_15EcKeyPairParamsEEE
|
|
@@ -68353,7 +68353,7 @@ _ZN4node6crypto15X509CertificateD0Ev
|
|
|
68353
68353
|
_ZN4node6crypto15X509CertificateD1Ev
|
|
68354
68354
|
_ZN4node6crypto16CheckPrimeConfigD0Ev
|
|
68355
68355
|
_ZN4node6crypto16CheckPrimeConfigD1Ev
|
|
68356
|
-
|
|
68356
|
+
_ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68357
68357
|
_ZN4node6crypto16CheckPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
|
|
68358
68358
|
_ZN4node6crypto16CheckPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_16CheckPrimeConfigE
|
|
68359
68359
|
_ZN4node6crypto16CryptoErrorStore6InsertIJEEEvNS0_15NodeCryptoErrorEDpOT_
|
|
@@ -68397,12 +68397,12 @@ _ZN4node6crypto17ECKeyExportTraits8DoExportERKNS0_13KeyObjectDataENS0_18WebCrypt
|
|
|
68397
68397
|
_ZN4node6crypto17PKEY_PKCS8_ExportERKNS0_13KeyObjectDataEPNS0_10ByteSourceE
|
|
68398
68398
|
_ZN4node6crypto17RandomBytesConfigD0Ev
|
|
68399
68399
|
_ZN4node6crypto17RandomBytesConfigD1Ev
|
|
68400
|
-
|
|
68400
|
+
_ZN4node6crypto17RandomBytesTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68401
68401
|
_ZN4node6crypto17RandomBytesTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomBytesConfigEPNS0_10ByteSourceE
|
|
68402
68402
|
_ZN4node6crypto17RandomBytesTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomBytesConfigE
|
|
68403
68403
|
_ZN4node6crypto17RandomPrimeConfigD0Ev
|
|
68404
68404
|
_ZN4node6crypto17RandomPrimeConfigD1Ev
|
|
68405
|
-
|
|
68405
|
+
_ZN4node6crypto17RandomPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceENS0_13CryptoJobModeE
|
|
68406
68406
|
_ZN4node6crypto17RandomPrimeTraits12EncodeOutputEPNS_11EnvironmentERKNS0_17RandomPrimeConfigEPNS0_10ByteSourceE
|
|
68407
68407
|
_ZN4node6crypto17RandomPrimeTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEjPNS0_17RandomPrimeConfigE
|
|
68408
68408
|
_ZN4node6crypto17SignConfigurationC1EOS1_
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -619,7 +619,7 @@ If set to 0 then V8 will choose an appropriate size of the thread pool based on
|
|
|
619
619
|
If the value provided is larger than V8's maximum, then the largest value will be chosen.
|
|
620
620
|
.
|
|
621
621
|
.It Fl -zero-fill-buffers
|
|
622
|
-
Automatically zero-fills all newly allocated Buffer instances.
|
|
622
|
+
Automatically zero-fills all newly allocated Buffer and SlowBuffer instances.
|
|
623
623
|
.
|
|
624
624
|
.It Fl c , Fl -check
|
|
625
625
|
Check the script's syntax without executing it.
|