node-aix-ppc64 17.4.0 → 17.7.0
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 +467 -0
- package/LICENSE +25 -0
- package/README.md +60 -27
- package/bin/node +0 -0
- package/include/node/common.gypi +7 -6
- package/include/node/config.gypi +3 -0
- package/include/node/js_native_api.h +6 -0
- package/include/node/node.exp +23 -9
- package/include/node/node.h +6 -1
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/asn1_asm.h +0 -2
- package/include/node/openssl/asn1_no-asm.h +0 -2
- package/include/node/openssl/asn1t_asm.h +0 -2
- package/include/node/openssl/asn1t_no-asm.h +0 -2
- package/include/node/openssl/bio_asm.h +0 -2
- package/include/node/openssl/bio_no-asm.h +0 -2
- package/include/node/openssl/bn_conf_asm.h +0 -2
- package/include/node/openssl/bn_conf_no-asm.h +0 -2
- package/include/node/openssl/cmp_asm.h +0 -2
- package/include/node/openssl/cmp_no-asm.h +0 -2
- package/include/node/openssl/cms_asm.h +0 -2
- package/include/node/openssl/cms_no-asm.h +0 -2
- package/include/node/openssl/conf_asm.h +0 -2
- package/include/node/openssl/conf_no-asm.h +0 -2
- package/include/node/openssl/configuration_asm.h +0 -2
- package/include/node/openssl/configuration_no-asm.h +0 -2
- package/include/node/openssl/crmf_asm.h +0 -2
- package/include/node/openssl/crmf_no-asm.h +0 -2
- package/include/node/openssl/crypto_asm.h +0 -2
- package/include/node/openssl/crypto_no-asm.h +0 -2
- package/include/node/openssl/ct_asm.h +0 -2
- package/include/node/openssl/ct_no-asm.h +0 -2
- package/include/node/openssl/dso_conf_asm.h +0 -2
- package/include/node/openssl/dso_conf_no-asm.h +0 -2
- package/include/node/openssl/err_asm.h +0 -2
- package/include/node/openssl/err_no-asm.h +0 -2
- package/include/node/openssl/ess_asm.h +0 -2
- package/include/node/openssl/ess_no-asm.h +0 -2
- package/include/node/openssl/fipskey_asm.h +0 -2
- package/include/node/openssl/fipskey_no-asm.h +0 -2
- package/include/node/openssl/lhash_asm.h +0 -2
- package/include/node/openssl/lhash_no-asm.h +0 -2
- package/include/node/openssl/ocsp_asm.h +0 -2
- package/include/node/openssl/ocsp_no-asm.h +0 -2
- package/include/node/openssl/opensslconf_asm.h +0 -2
- package/include/node/openssl/opensslconf_no-asm.h +0 -2
- package/include/node/openssl/opensslv_asm.h +0 -2
- package/include/node/openssl/opensslv_no-asm.h +0 -2
- package/include/node/openssl/pkcs12_asm.h +0 -2
- package/include/node/openssl/pkcs12_no-asm.h +0 -2
- package/include/node/openssl/pkcs7_asm.h +0 -2
- package/include/node/openssl/pkcs7_no-asm.h +0 -2
- package/include/node/openssl/safestack_asm.h +0 -2
- package/include/node/openssl/safestack_no-asm.h +0 -2
- package/include/node/openssl/srp_asm.h +0 -2
- package/include/node/openssl/srp_no-asm.h +0 -2
- package/include/node/openssl/ssl_asm.h +0 -2
- package/include/node/openssl/ssl_no-asm.h +0 -2
- package/include/node/openssl/ui_asm.h +0 -2
- package/include/node/openssl/ui_no-asm.h +0 -2
- package/include/node/openssl/x509_asm.h +0 -2
- package/include/node/openssl/x509_no-asm.h +0 -2
- package/include/node/openssl/x509_vfy_asm.h +0 -2
- package/include/node/openssl/x509_vfy_no-asm.h +0 -2
- package/include/node/openssl/x509v3_asm.h +0 -2
- package/include/node/openssl/x509v3_no-asm.h +0 -2
- package/package.json +1 -1
- package/share/man/man1/node.1 +9 -3
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -33
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-x32/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/bio.h +0 -884
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ssl.h +0 -2654
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-x32/no-asm/providers/common/include/prov/der_wrap.h +0 -46
package/LICENSE
CHANGED
|
@@ -634,6 +634,31 @@ The externally maintained libraries used by Node.js are:
|
|
|
634
634
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
635
635
|
"""
|
|
636
636
|
|
|
637
|
+
- undici, located at deps/undici, is licensed as follows:
|
|
638
|
+
"""
|
|
639
|
+
MIT License
|
|
640
|
+
|
|
641
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
642
|
+
|
|
643
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
644
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
645
|
+
in the Software without restriction, including without limitation the rights
|
|
646
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
647
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
648
|
+
furnished to do so, subject to the following conditions:
|
|
649
|
+
|
|
650
|
+
The above copyright notice and this permission notice shall be included in all
|
|
651
|
+
copies or substantial portions of the Software.
|
|
652
|
+
|
|
653
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
654
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
655
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
656
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
657
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
658
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
659
|
+
SOFTWARE.
|
|
660
|
+
"""
|
|
661
|
+
|
|
637
662
|
- OpenSSL, located at deps/openssl, is licensed as follows:
|
|
638
663
|
"""
|
|
639
664
|
Apache License
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Node.js is an open-source, cross-platform, JavaScript runtime environment.
|
|
14
14
|
|
|
15
|
-
For information on using Node.js, see the [Node.js
|
|
15
|
+
For information on using Node.js, see the [Node.js website][].
|
|
16
16
|
|
|
17
17
|
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
18
18
|
[OpenJS Foundation][] provides support for the project.
|
|
@@ -120,7 +120,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
120
120
|
import the keys:
|
|
121
121
|
|
|
122
122
|
```console
|
|
123
|
-
$ gpg --keyserver
|
|
123
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
See the bottom of this README for a full script to import active release keys.
|
|
@@ -188,8 +188,6 @@ For information about the governance of the Node.js project, see
|
|
|
188
188
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
189
189
|
* [mcollina](https://github.com/mcollina) -
|
|
190
190
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
191
|
-
* [Mesteery](https://github.com/Mesteery) -
|
|
192
|
-
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
193
191
|
* [mhdawson](https://github.com/mhdawson) -
|
|
194
192
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
195
193
|
* [mmarchini](https://github.com/mmarchini) -
|
|
@@ -296,6 +294,8 @@ For information about the governance of the Node.js project, see
|
|
|
296
294
|
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
297
295
|
* [bnb](https://github.com/bnb) -
|
|
298
296
|
**Tierney Cyren** <<hello@bnb.im>> (they/he)
|
|
297
|
+
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
298
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
299
299
|
* [boneskull](https://github.com/boneskull) -
|
|
300
300
|
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
301
301
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
@@ -314,8 +314,6 @@ For information about the governance of the Node.js project, see
|
|
|
314
314
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
315
315
|
* [danielleadams](https://github.com/danielleadams) -
|
|
316
316
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
317
|
-
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
318
|
-
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
319
317
|
* [devnexen](https://github.com/devnexen) -
|
|
320
318
|
**David Carlier** <<devnexen@gmail.com>>
|
|
321
319
|
* [devsnek](https://github.com/devsnek) -
|
|
@@ -356,12 +354,14 @@ For information about the governance of the Node.js project, see
|
|
|
356
354
|
**Fedor Indutny** <<fedor@indutny.com>>
|
|
357
355
|
* [JacksonTian](https://github.com/JacksonTian) -
|
|
358
356
|
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
357
|
+
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
358
|
+
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
359
359
|
* [jasnell](https://github.com/jasnell) -
|
|
360
360
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
361
361
|
* [jkrems](https://github.com/jkrems) -
|
|
362
362
|
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
363
|
-
* [
|
|
364
|
-
**
|
|
363
|
+
* [joesepi](https://github.com/joesepi) -
|
|
364
|
+
**Joe Sepi** <<sepi@joesepi.com>> (he/him)
|
|
365
365
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
366
366
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
367
367
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -380,8 +380,12 @@ For information about the governance of the Node.js project, see
|
|
|
380
380
|
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
381
381
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
382
382
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
383
|
+
* [marsonya](https://github.com/marsonya) -
|
|
384
|
+
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
383
385
|
* [mcollina](https://github.com/mcollina) -
|
|
384
386
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
387
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
388
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
385
389
|
* [mhdawson](https://github.com/mhdawson) -
|
|
386
390
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
387
391
|
* [miladfarca](https://github.com/miladfarca) -
|
|
@@ -474,8 +478,6 @@ For information about the governance of the Node.js project, see
|
|
|
474
478
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
475
479
|
* [bmeurer](https://github.com/bmeurer) -
|
|
476
480
|
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
477
|
-
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
478
|
-
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
479
481
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
480
482
|
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
481
483
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
@@ -526,6 +528,8 @@ For information about the governance of the Node.js project, see
|
|
|
526
528
|
**John-David Dalton** <<john.david.dalton@gmail.com>>
|
|
527
529
|
* [jhamhader](https://github.com/jhamhader) -
|
|
528
530
|
**Yuval Brik** <<yuval@brik.org.il>>
|
|
531
|
+
* [joaocgreis](https://github.com/joaocgreis) -
|
|
532
|
+
**João Reis** <<reis@janeasystems.com>>
|
|
529
533
|
* [joshgav](https://github.com/joshgav) -
|
|
530
534
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
531
535
|
* [julianduque](https://github.com/julianduque) -
|
|
@@ -635,7 +639,7 @@ For information about the governance of the Node.js project, see
|
|
|
635
639
|
|
|
636
640
|
<!--lint enable prohibited-strings-->
|
|
637
641
|
|
|
638
|
-
Collaborators follow the [Collaborator Guide](./doc/
|
|
642
|
+
Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
|
|
639
643
|
maintaining the Node.js project.
|
|
640
644
|
|
|
641
645
|
### Triagers
|
|
@@ -648,8 +652,10 @@ maintaining the Node.js project.
|
|
|
648
652
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
649
653
|
* [marsonya](https://github.com/marsonya) -
|
|
650
654
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
655
|
+
* [meixg](https://github.com/meixg) -
|
|
656
|
+
**Xuguang Mei** <<meixg@foxmail.com>> (he/him)
|
|
651
657
|
* [Mesteery](https://github.com/Mesteery) -
|
|
652
|
-
**Mestery** <<mestery@
|
|
658
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
653
659
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
654
660
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
655
661
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -663,6 +669,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
663
669
|
|
|
664
670
|
* **Beth Griggs** <<bgriggs@redhat.com>>
|
|
665
671
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
672
|
+
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
673
|
+
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
666
674
|
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
667
675
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
668
676
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
@@ -688,20 +696,21 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
688
696
|
to sign releases):
|
|
689
697
|
|
|
690
698
|
```bash
|
|
691
|
-
gpg --keyserver
|
|
692
|
-
gpg --keyserver
|
|
693
|
-
gpg --keyserver
|
|
694
|
-
gpg --keyserver
|
|
695
|
-
gpg --keyserver
|
|
696
|
-
gpg --keyserver
|
|
697
|
-
gpg --keyserver
|
|
698
|
-
gpg --keyserver
|
|
699
|
-
gpg --keyserver
|
|
700
|
-
gpg --keyserver
|
|
701
|
-
gpg --keyserver
|
|
699
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
700
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
701
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
702
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
703
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
704
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
705
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
706
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
707
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
708
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
709
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
710
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
702
711
|
```
|
|
703
712
|
|
|
704
|
-
See the section above on [Verifying
|
|
713
|
+
See the section above on [Verifying binaries](#verifying-binaries) for how to
|
|
705
714
|
use these keys to verify a downloaded file.
|
|
706
715
|
|
|
707
716
|
<details>
|
|
@@ -729,6 +738,30 @@ use these keys to verify a downloaded file.
|
|
|
729
738
|
|
|
730
739
|
</details>
|
|
731
740
|
|
|
741
|
+
### Security release stewards
|
|
742
|
+
|
|
743
|
+
When possible, the commitment to take slots in the
|
|
744
|
+
security release steward rotation is made by companies in order
|
|
745
|
+
to ensure individuals who act as security stewards have the
|
|
746
|
+
support and recognition from their employer to be able to
|
|
747
|
+
prioritize security releases. Security release stewards manage security
|
|
748
|
+
releases on a rotation basis as outlined in the
|
|
749
|
+
[security release process](./doc/contributing/security-release-process.md).
|
|
750
|
+
|
|
751
|
+
* Datadog
|
|
752
|
+
* [bengl](https://github.com/bengl) -
|
|
753
|
+
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
754
|
+
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
755
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
756
|
+
* NearForm
|
|
757
|
+
* [mcollina](https://github.com/mcollina) -
|
|
758
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
759
|
+
* Red Hat and IBM
|
|
760
|
+
* [joesepi](https://github.com/joesepi) -
|
|
761
|
+
**Joe Sepi** <<joesepi@ibm.com>> (he/him)
|
|
762
|
+
* [mhdawson](https://github.com/mhdawson) -
|
|
763
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
764
|
+
|
|
732
765
|
## License
|
|
733
766
|
|
|
734
767
|
Node.js is available under the
|
|
@@ -739,8 +772,8 @@ license text.
|
|
|
739
772
|
|
|
740
773
|
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
|
|
741
774
|
[Contributing to the project]: CONTRIBUTING.md
|
|
742
|
-
[Node.js
|
|
775
|
+
[Node.js website]: https://nodejs.org/
|
|
743
776
|
[OpenJS Foundation]: https://openjsf.org/
|
|
744
|
-
[Strategic initiatives]: doc/
|
|
745
|
-
[Technical values and prioritization]: doc/
|
|
777
|
+
[Strategic initiatives]: doc/contributing/strategic-initiatives.md
|
|
778
|
+
[Technical values and prioritization]: doc/contributing/technical-values.md
|
|
746
779
|
[Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -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.
|
|
39
|
+
'v8_embedder_string': '-node.15',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
'v8_enable_pointer_compression%': 0,
|
|
67
67
|
'v8_enable_31bit_smis_on_64bit_arch%': 0,
|
|
68
68
|
|
|
69
|
+
# Disable v8 hugepage by default.
|
|
70
|
+
'v8_enable_hugepage%': 0,
|
|
71
|
+
|
|
69
72
|
# This is more of a V8 dev setting
|
|
70
73
|
# https://github.com/nodejs/node/pull/22920/files#r222779926
|
|
71
74
|
'v8_enable_fast_mksnapshot': 0,
|
|
@@ -100,7 +103,7 @@
|
|
|
100
103
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
101
104
|
}],
|
|
102
105
|
# V8 pointer compression only supports 64bit architectures.
|
|
103
|
-
['target_arch in "arm ia32 mips mipsel ppc
|
|
106
|
+
['target_arch in "arm ia32 mips mipsel ppc"', {
|
|
104
107
|
'v8_enable_pointer_compression': 0,
|
|
105
108
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
106
109
|
}],
|
|
@@ -411,10 +414,6 @@
|
|
|
411
414
|
'cflags': [ '-m32' ],
|
|
412
415
|
'ldflags': [ '-m32' ],
|
|
413
416
|
}],
|
|
414
|
-
[ 'target_arch=="x32"', {
|
|
415
|
-
'cflags': [ '-mx32' ],
|
|
416
|
-
'ldflags': [ '-mx32' ],
|
|
417
|
-
}],
|
|
418
417
|
[ 'target_arch=="x64"', {
|
|
419
418
|
'cflags': [ '-m64' ],
|
|
420
419
|
'ldflags': [ '-m64' ],
|
|
@@ -615,6 +614,8 @@
|
|
|
615
614
|
'ldflags': [
|
|
616
615
|
'-q64',
|
|
617
616
|
],
|
|
617
|
+
# for addons due to v8config.h include of "zos-base.h":
|
|
618
|
+
'include_dirs': ['<(zoslib_include_dir)'],
|
|
618
619
|
}],
|
|
619
620
|
],
|
|
620
621
|
}
|
package/include/node/config.gypi
CHANGED
|
@@ -208,6 +208,8 @@
|
|
|
208
208
|
'lib/internal/modules/cjs/loader.js',
|
|
209
209
|
'lib/internal/modules/esm/assert.js',
|
|
210
210
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
211
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
212
|
+
'lib/internal/modules/esm/formats.js',
|
|
211
213
|
'lib/internal/modules/esm/get_format.js',
|
|
212
214
|
'lib/internal/modules/esm/get_source.js',
|
|
213
215
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
@@ -334,6 +336,7 @@
|
|
|
334
336
|
'target_arch': 'ppc64',
|
|
335
337
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
336
338
|
'v8_enable_gdbjit': 0,
|
|
339
|
+
'v8_enable_hugepage': 0,
|
|
337
340
|
'v8_enable_i18n_support': 1,
|
|
338
341
|
'v8_enable_inspector': 1,
|
|
339
342
|
'v8_enable_lite_mode': 0,
|
|
@@ -93,6 +93,12 @@ NAPI_EXTERN napi_status napi_create_string_utf16(napi_env env,
|
|
|
93
93
|
NAPI_EXTERN napi_status napi_create_symbol(napi_env env,
|
|
94
94
|
napi_value description,
|
|
95
95
|
napi_value* result);
|
|
96
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
97
|
+
NAPI_EXTERN napi_status node_api_symbol_for(napi_env env,
|
|
98
|
+
const char* utf8description,
|
|
99
|
+
size_t length,
|
|
100
|
+
napi_value* result);
|
|
101
|
+
#endif // NAPI_EXPERIMENTAL
|
|
96
102
|
NAPI_EXTERN napi_status napi_create_function(napi_env env,
|
|
97
103
|
const char* utf8name,
|
|
98
104
|
size_t length,
|
package/include/node/node.exp
CHANGED
|
@@ -5945,7 +5945,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_init_vm_cage.cc_3723FE55_0x267e6e701939846f
|
|
|
5945
5945
|
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xb9f0f745d8e4216c
|
|
5946
5946
|
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x2e76f112beb8615a
|
|
5947
5947
|
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xc71dd10b77028ccd
|
|
5948
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5948
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xcd12f8c068219958
|
|
5949
5949
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5950
5950
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5951
5951
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -6832,9 +6832,9 @@ _GLOBAL__I_65535_0__ZN4node13ParseEncodingEPKcNS_8encodingE
|
|
|
6832
6832
|
_GLOBAL__I_65535_0__ZN4node13SocketAddress10ToSockAddrEiPKcjP16sockaddr_storage
|
|
6833
6833
|
_GLOBAL__I_65535_0__ZN4node13SpinEventLoopEPNS_11EnvironmentE
|
|
6834
6834
|
_GLOBAL__I_65535_0__ZN4node13StringDecoder10DecodeDataEPN2v87IsolateEPKcPm
|
|
6835
|
+
_GLOBAL__I_65535_0__ZN4node13native_module15NativeModuleEnv3AddEPKcRKNS_10UnionBytesE
|
|
6835
6836
|
_GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader20LoadJavaScriptSourceEv
|
|
6836
6837
|
_GLOBAL__I_65535_0__ZN4node13native_module18NativeModuleLoader9instance_E
|
|
6837
|
-
_GLOBAL__I_65535_0__ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
6838
6838
|
_GLOBAL__I_65535_0__ZN4node14ErrnoExceptionEPN2v87IsolateEiPKcS4_S4_
|
|
6839
6839
|
_GLOBAL__I_65535_0__ZN4node14unbase64_tableE
|
|
6840
6840
|
_GLOBAL__I_65535_0__ZN4node15DefineConstantsEPN2v87IsolateENS0_5LocalINS0_6ObjectEEE
|
|
@@ -44232,6 +44232,7 @@ _ZN4node11SPrintFImplIRmJS1_RhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
44232
44232
|
_ZN4node11SPrintFImplIRmJS1_RjS2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44233
44233
|
_ZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44234
44234
|
_ZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44235
|
+
_ZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44235
44236
|
_ZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44236
44237
|
_ZN4node11SPrintFImplIRtJRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44237
44238
|
_ZN4node11SPrintFImplIRtJRjS1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -44239,6 +44240,7 @@ _ZN4node11SPrintFImplIiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP
|
|
|
44239
44240
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44240
44241
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_OT_DpOT0_
|
|
44241
44242
|
_ZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44243
|
+
_ZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44242
44244
|
_ZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44243
44245
|
_ZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
44244
44246
|
_ZN4node11SPrintFImplImJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -44549,7 +44551,6 @@ _ZN4node13native_module18NativeModuleLoader9instance_E
|
|
|
44549
44551
|
_ZN4node13native_module18NativeModuleLoaderC1Ev
|
|
44550
44552
|
_ZN4node13native_module18NativeModuleLoaderC2Ev
|
|
44551
44553
|
_ZN4node13native_module18NativeModuleLoaderD1Ev
|
|
44552
|
-
_ZN4node13native_module7ToJsSetEN2v85LocalINS1_7ContextEEERKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessISB_ESaISB_EE
|
|
44553
44554
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_si
|
|
44554
44555
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_si
|
|
44555
44556
|
_ZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sEC1EPNS_11EnvironmentEN2v85LocalINS6_6ObjectEEENS_9AsyncWrap12ProviderTypeE
|
|
@@ -45431,7 +45432,7 @@ _ZN4node3url10table_data27QUERY_ENCODE_SET_NONSPECIALE
|
|
|
45431
45432
|
_ZN4node3url10table_data3hexE
|
|
45432
45433
|
_ZN4node3url26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45433
45434
|
_ZN4node3url3URL12FromFilePathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
45434
|
-
|
|
45435
|
+
_ZN4node3url3URL12SerializeURLB5cxx11ERKNS0_8url_dataEb
|
|
45435
45436
|
_ZN4node3url3URL5ParseEPKcmNS0_15url_parse_stateEPNS0_8url_dataEbPKS5_b
|
|
45436
45437
|
_ZN4node41ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LISTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
45437
45438
|
_ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
|
|
@@ -45635,6 +45636,7 @@ _ZN4node5http212Http2Session12OnStreamReadElRK8uv_buf_t
|
|
|
45635
45636
|
_ZN4node5http212Http2Session12RefreshStateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45636
45637
|
_ZN4node5http212Http2Session12RemoveStreamEi
|
|
45637
45638
|
_ZN4node5http212Http2Session13ClearOutgoingEi
|
|
45639
|
+
_ZN4node5http212Http2Session13DecrefHeadersEPK13nghttp2_frame
|
|
45638
45640
|
_ZN4node5http212Http2Session13OnNghttpErrorEP15nghttp2_sessionPKcmPv
|
|
45639
45641
|
_ZN4node5http212Http2Session13OnStreamAllocEm
|
|
45640
45642
|
_ZN4node5http212Http2Session13OnStreamCloseEP15nghttp2_sessionijPv
|
|
@@ -45724,6 +45726,7 @@ _ZN4node5http219Http2StreamListenerD0Ev
|
|
|
45724
45726
|
_ZN4node5http219Http2StreamListenerD1Ev
|
|
45725
45727
|
_ZN4node5http220SetCallbackFunctionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45726
45728
|
_ZN4node5http222RefreshDefaultSettingsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45729
|
+
_ZN4node5http225TranslateNghttp2ErrorCodeEi
|
|
45727
45730
|
_ZN4node5http233Http2StreamPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
|
|
45728
45731
|
_ZN4node5http234Http2SessionPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
|
|
45729
45732
|
_ZN4node5http27OriginsC1EPNS_11EnvironmentEN2v85LocalINS4_6StringEEEm
|
|
@@ -45975,7 +45978,6 @@ _ZN4node6crypto13GetCipherInfoEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15Fu
|
|
|
45975
45978
|
_ZN4node6crypto13GetCipherNameEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
45976
45979
|
_ZN4node6crypto13GetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45977
45980
|
_ZN4node6crypto13GetServerNameEP6ssl_st
|
|
45978
|
-
_ZN4node6crypto13GetTLSSessionEN2v85LocalINS1_5ValueEEE
|
|
45979
45981
|
_ZN4node6crypto13GetTLSSessionEPKhm
|
|
45980
45982
|
_ZN4node6crypto13KeyObjectData12CreateSecretENS0_10ByteSourceE
|
|
45981
45983
|
_ZN4node6crypto13KeyObjectData16CreateAsymmetricENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
|
|
@@ -46033,7 +46035,6 @@ _ZN4node6crypto13SecureContextD0Ev
|
|
|
46033
46035
|
_ZN4node6crypto13SecureContextD1Ev
|
|
46034
46036
|
_ZN4node6crypto13SecureContextD2Ev
|
|
46035
46037
|
_ZN4node6crypto13SetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
46036
|
-
_ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEPKhm
|
|
46037
46038
|
_ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEERKS1_I14ssl_session_stNS3_IS8_XadL_Z16SSL_SESSION_freeEEEEE
|
|
46038
46039
|
_ZN4node6crypto13UseSNIContextERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEENS_17BaseObjectPtrImplINS0_13SecureContextELb0EEE
|
|
46039
46040
|
_ZN4node6crypto13X509ErrorCodeEl
|
|
@@ -46102,6 +46103,7 @@ _ZN4node6crypto15KeyObjectHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
46102
46103
|
_ZN4node6crypto15KeyObjectHandle4DataEv
|
|
46103
46104
|
_ZN4node6crypto15KeyObjectHandle4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46104
46105
|
_ZN4node6crypto15KeyObjectHandle6CreateEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEE
|
|
46106
|
+
_ZN4node6crypto15KeyObjectHandle6EqualsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46105
46107
|
_ZN4node6crypto15KeyObjectHandle6ExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46106
46108
|
_ZN4node6crypto15KeyObjectHandle7InitJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
46107
46109
|
_ZN4node6crypto15KeyObjectHandle9ExportJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -46177,8 +46179,8 @@ _ZN4node6crypto15X509CertificateC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt
|
|
|
46177
46179
|
_ZN4node6crypto15X509CertificateC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEESt10shared_ptrINS0_11ManagedX509EEP13stack_st_X509
|
|
46178
46180
|
_ZN4node6crypto15X509CertificateD0Ev
|
|
46179
46181
|
_ZN4node6crypto15X509CertificateD1Ev
|
|
46180
|
-
|
|
46181
|
-
|
|
46182
|
+
_ZN4node6crypto15array_push_backI13evp_cipher_stXadL_Z16EVP_CIPHER_fetchEEXadL_Z15EVP_CIPHER_freeEEXadL_Z20EVP_get_cipherbynameEEXadL_Z20EVP_CIPHER_get0_nameEEEEvPKT_PKcS7_Pv
|
|
46183
|
+
_ZN4node6crypto15array_push_backI9evp_md_stXadL_Z12EVP_MD_fetchEEXadL_Z11EVP_MD_freeEEXadL_Z20EVP_get_digestbynameEEXadL_Z16EVP_MD_get0_nameEEEEvPKT_PKcS7_Pv
|
|
46182
46184
|
_ZN4node6crypto16CheckPrimeConfigD0Ev
|
|
46183
46185
|
_ZN4node6crypto16CheckPrimeConfigD1Ev
|
|
46184
46186
|
_ZN4node6crypto16CheckPrimeTraits10DeriveBitsEPNS_11EnvironmentERKNS0_16CheckPrimeConfigEPNS0_10ByteSourceE
|
|
@@ -46894,6 +46896,7 @@ _ZN4node7SPrintFIJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpO
|
|
|
46894
46896
|
_ZN4node7SPrintFIJiPN2v86ObjectEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
46895
46897
|
_ZN4node7SPrintFIJiPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_DpOT_
|
|
46896
46898
|
_ZN4node7SPrintFIJiPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
46899
|
+
_ZN4node7SPrintFIJiRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
46897
46900
|
_ZN4node7SPrintFIJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
46898
46901
|
_ZN4node7SPrintFIJmRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
46899
46902
|
_ZN4node7SPrintFIJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -47264,8 +47267,9 @@ _ZN4node9TimerWrap6UpdateEmm
|
|
|
47264
47267
|
_ZN4node9TimerWrap9OnTimeoutEP10uv_timer_s
|
|
47265
47268
|
_ZN4node9TimerWrapD0Ev
|
|
47266
47269
|
_ZN4node9TimerWrapD1Ev
|
|
47267
|
-
|
|
47270
|
+
_ZN4node9ToV8ValueEN2v85LocalINS0_7ContextEEESt17basic_string_viewIcSt11char_traitsIcEEPNS0_7IsolateE
|
|
47268
47271
|
_ZN4node9ToV8ValueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEN2v810MaybeLocalINS7_5ValueEEENS7_5LocalINS7_7ContextEEERKSt6vectorIT_SaISF_EEPNS7_7IsolateE
|
|
47272
|
+
_ZN4node9ToV8ValueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEN2v810MaybeLocalINSA_5ValueEEENSA_5LocalINSA_7ContextEEERKSt13unordered_mapIT_T0_St4hashISI_ESt8equal_toISI_ESaISt4pairIKSI_SJ_EEEPNSA_7IsolateE
|
|
47269
47273
|
_ZN4node9ToV8ValueIjEEN2v810MaybeLocalINS1_5ValueEEENS1_5LocalINS1_7ContextEEERKSt6vectorIT_SaIS9_EEPNS1_7IsolateE
|
|
47270
47274
|
_ZN4node9Utf8ValueC1EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
|
|
47271
47275
|
_ZN4node9Utf8ValueC2EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
|
|
@@ -62141,6 +62145,11 @@ _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_E
|
|
|
62141
62145
|
_ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
62142
62146
|
_ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
62143
62147
|
_ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
62148
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
62149
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
62150
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
62151
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
|
|
62152
|
+
_ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
|
|
62144
62153
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
|
|
62145
62154
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
|
|
62146
62155
|
_ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
|
|
@@ -68746,6 +68755,8 @@ _ZZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcES
|
|
|
68746
68755
|
_ZZN4node11SPrintFImplIRmJS1_RtEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68747
68756
|
_ZZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68748
68757
|
_ZZN4node11SPrintFImplIRmJiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68758
|
+
_ZZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68759
|
+
_ZZN4node11SPrintFImplIRmJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68749
68760
|
_ZZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68750
68761
|
_ZZN4node11SPrintFImplIRtJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68751
68762
|
_ZZN4node11SPrintFImplIRtJRjEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -68760,6 +68771,8 @@ _ZZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_
|
|
|
68760
68771
|
_ZZN4node11SPrintFImplIiJPN2v86ObjectEPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_OT_DpOT0_E4args_0
|
|
68761
68772
|
_ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68762
68773
|
_ZZN4node11SPrintFImplIiJPN2v86ObjectEiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68774
|
+
_ZZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68775
|
+
_ZZN4node11SPrintFImplIiJRmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68763
68776
|
_ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
68764
68777
|
_ZZN4node11SPrintFImplImJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
68765
68778
|
_ZZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -71766,6 +71779,7 @@ ngtcp2_verify_stateless_reset_token
|
|
|
71766
71779
|
ngtcp2_version
|
|
71767
71780
|
node_api_create_syntax_error
|
|
71768
71781
|
node_api_get_module_file_name
|
|
71782
|
+
node_api_symbol_for
|
|
71769
71783
|
node_api_throw_syntax_error
|
|
71770
71784
|
node_module_register
|
|
71771
71785
|
nodedbg_const_BaseObject__kInternalFieldCount__int
|
package/include/node/node.h
CHANGED
|
@@ -439,7 +439,12 @@ enum Flags : uint64_t {
|
|
|
439
439
|
// $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
|
|
440
440
|
// do not expect to have their behaviors changed because of globally
|
|
441
441
|
// installed modules.
|
|
442
|
-
kNoGlobalSearchPaths = 1 << 7
|
|
442
|
+
kNoGlobalSearchPaths = 1 << 7,
|
|
443
|
+
// Controls whether or not the Environment should call V8Inspector::create().
|
|
444
|
+
// This control is needed by embedders who may not want to initialize the V8
|
|
445
|
+
// inspector in situations where one has already been created,
|
|
446
|
+
// e.g. Blink's in Chromium.
|
|
447
|
+
kNoCreateInspector = 1 << 9
|
|
443
448
|
};
|
|
444
449
|
} // namespace EnvironmentFlags
|
|
445
450
|
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/asn1.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/asn1.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/asn1.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/asn1.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/asn1.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/asn1.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/asn1t.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/asn1t.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/asn1t.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/asn1t.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/asn1t.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/asn1t.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/bio.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/bio.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/bio.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/bio.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/bio.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/bio.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/crypto/bn_conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/crypto/bn_conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/crypto/bn_conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/crypto/bn_conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/crypto/bn_conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/crypto/bn_conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/cmp.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/cmp.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/cmp.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/cmp.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/cmp.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/cmp.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/cms.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/cms.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/cms.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/cms.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/cms.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/cms.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/no-asm/include/openssl/conf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/conf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/conf.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|