node-linux-arm64 17.3.1 → 17.6.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 +547 -0
- package/LICENSE +25 -0
- package/README.md +59 -27
- package/bin/node +0 -0
- package/include/node/common.gypi +60 -9
- package/include/node/config.gypi +5 -0
- package/include/node/js_native_api.h +6 -0
- package/include/node/node_version.h +2 -2
- 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/include/node/uv/unix.h +2 -4
- package/include/node/uv/version.h +1 -1
- package/include/node/uv/win.h +7 -0
- package/include/node/uv.h +3 -0
- 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.
|
|
@@ -194,6 +194,8 @@ For information about the governance of the Node.js project, see
|
|
|
194
194
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
195
195
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
196
196
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
197
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
198
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
197
199
|
* [richardlau](https://github.com/richardlau) -
|
|
198
200
|
**Richard Lau** <<rlau@redhat.com>>
|
|
199
201
|
* [ronag](https://github.com/ronag) -
|
|
@@ -310,8 +312,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
312
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
311
313
|
* [danielleadams](https://github.com/danielleadams) -
|
|
312
314
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
313
|
-
* [davisjam](https://github.com/davisjam) -
|
|
314
|
-
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
315
315
|
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
316
316
|
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
317
317
|
* [devnexen](https://github.com/devnexen) -
|
|
@@ -324,8 +324,6 @@ For information about the governance of the Node.js project, see
|
|
|
324
324
|
**Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
|
|
325
325
|
* [edsadr](https://github.com/edsadr) -
|
|
326
326
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
327
|
-
* [eugeneo](https://github.com/eugeneo) -
|
|
328
|
-
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
329
327
|
* [evanlucas](https://github.com/evanlucas) -
|
|
330
328
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
331
329
|
* [fhinkel](https://github.com/fhinkel) -
|
|
@@ -362,6 +360,8 @@ For information about the governance of the Node.js project, see
|
|
|
362
360
|
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
363
361
|
* [joaocgreis](https://github.com/joaocgreis) -
|
|
364
362
|
**João Reis** <<reis@janeasystems.com>>
|
|
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,10 +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
|
-
* [
|
|
384
|
-
**
|
|
383
|
+
* [marsonya](https://github.com/marsonya) -
|
|
384
|
+
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
385
385
|
* [mcollina](https://github.com/mcollina) -
|
|
386
386
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
387
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
388
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
387
389
|
* [mhdawson](https://github.com/mhdawson) -
|
|
388
390
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
389
391
|
* [miladfarca](https://github.com/miladfarca) -
|
|
@@ -424,8 +426,6 @@ For information about the governance of the Node.js project, see
|
|
|
424
426
|
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
425
427
|
* [santigimeno](https://github.com/santigimeno) -
|
|
426
428
|
**Santiago Gimeno** <<santiago.gimeno@gmail.com>>
|
|
427
|
-
* [seishun](https://github.com/seishun) -
|
|
428
|
-
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
429
429
|
* [shisama](https://github.com/shisama) -
|
|
430
430
|
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
431
431
|
* [srl295](https://github.com/srl295) -
|
|
@@ -490,12 +490,16 @@ For information about the governance of the Node.js project, see
|
|
|
490
490
|
**Claudio Rodriguez** <<cjrodr@yahoo.com>>
|
|
491
491
|
* [DavidCai1993](https://github.com/DavidCai1993) -
|
|
492
492
|
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
493
|
+
* [davisjam](https://github.com/davisjam) -
|
|
494
|
+
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
493
495
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
494
496
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
495
497
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
496
498
|
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
497
499
|
* [estliberitas](https://github.com/estliberitas) -
|
|
498
500
|
**Alexander Makarenko** <<estliberitas@gmail.com>>
|
|
501
|
+
* [eugeneo](https://github.com/eugeneo) -
|
|
502
|
+
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
499
503
|
* [firedfox](https://github.com/firedfox) -
|
|
500
504
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
501
505
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
@@ -542,6 +546,8 @@ For information about the governance of the Node.js project, see
|
|
|
542
546
|
**Aleksey Smolenchuk** <<lxe@lxe.co>>
|
|
543
547
|
* [maclover7](https://github.com/maclover7) -
|
|
544
548
|
**Jon Moss** <<me@jonathanmoss.me>> (he/him)
|
|
549
|
+
* [mafintosh](https://github.com/mafintosh) -
|
|
550
|
+
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
545
551
|
* [matthewloring](https://github.com/matthewloring) -
|
|
546
552
|
**Matthew Loring** <<mattloring@google.com>>
|
|
547
553
|
* [micnic](https://github.com/micnic) -
|
|
@@ -598,6 +604,8 @@ For information about the governance of the Node.js project, see
|
|
|
598
604
|
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
599
605
|
* [sebdeckers](https://github.com/sebdeckers) -
|
|
600
606
|
**Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
|
|
607
|
+
* [seishun](https://github.com/seishun) -
|
|
608
|
+
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
601
609
|
* [shigeki](https://github.com/shigeki) -
|
|
602
610
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
603
611
|
* [silverwind](https://github.com/silverwind) -
|
|
@@ -631,7 +639,7 @@ For information about the governance of the Node.js project, see
|
|
|
631
639
|
|
|
632
640
|
<!--lint enable prohibited-strings-->
|
|
633
641
|
|
|
634
|
-
Collaborators follow the [Collaborator Guide](./doc/
|
|
642
|
+
Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
|
|
635
643
|
maintaining the Node.js project.
|
|
636
644
|
|
|
637
645
|
### Triagers
|
|
@@ -645,7 +653,7 @@ maintaining the Node.js project.
|
|
|
645
653
|
* [marsonya](https://github.com/marsonya) -
|
|
646
654
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
647
655
|
* [Mesteery](https://github.com/Mesteery) -
|
|
648
|
-
**Mestery** <<mestery@
|
|
656
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
649
657
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
650
658
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
651
659
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -684,20 +692,20 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
684
692
|
to sign releases):
|
|
685
693
|
|
|
686
694
|
```bash
|
|
687
|
-
gpg --keyserver
|
|
688
|
-
gpg --keyserver
|
|
689
|
-
gpg --keyserver
|
|
690
|
-
gpg --keyserver
|
|
691
|
-
gpg --keyserver
|
|
692
|
-
gpg --keyserver
|
|
693
|
-
gpg --keyserver
|
|
694
|
-
gpg --keyserver
|
|
695
|
-
gpg --keyserver
|
|
696
|
-
gpg --keyserver
|
|
697
|
-
gpg --keyserver
|
|
695
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
696
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
697
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
698
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
699
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
700
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
701
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
702
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
703
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
704
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
705
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
698
706
|
```
|
|
699
707
|
|
|
700
|
-
See the section above on [Verifying
|
|
708
|
+
See the section above on [Verifying binaries](#verifying-binaries) for how to
|
|
701
709
|
use these keys to verify a downloaded file.
|
|
702
710
|
|
|
703
711
|
<details>
|
|
@@ -725,6 +733,30 @@ use these keys to verify a downloaded file.
|
|
|
725
733
|
|
|
726
734
|
</details>
|
|
727
735
|
|
|
736
|
+
### Security release stewards
|
|
737
|
+
|
|
738
|
+
When possible, the commitment to take slots in the
|
|
739
|
+
security release steward rotation is made by companies in order
|
|
740
|
+
to ensure individuals who act as security stewards have the
|
|
741
|
+
support and recognition from their employer to be able to
|
|
742
|
+
prioritize security releases. Security release stewards manage security
|
|
743
|
+
releases on a rotation basis as outlined in the
|
|
744
|
+
[security release process](./doc/contributing/security-release-process.md).
|
|
745
|
+
|
|
746
|
+
* Datadog
|
|
747
|
+
* [bengl](https://github.com/bengl) -
|
|
748
|
+
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
749
|
+
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
750
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
751
|
+
* NearForm
|
|
752
|
+
* [mcollina](https://github.com/mcollina) -
|
|
753
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
754
|
+
* Red Hat and IBM
|
|
755
|
+
* [joesepi](https://github.com/joesepi) -
|
|
756
|
+
**Joe Sepi** <<joesepi@ibm.com>> (he/him)
|
|
757
|
+
* [mhdawson](https://github.com/mhdawson) -
|
|
758
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
759
|
+
|
|
728
760
|
## License
|
|
729
761
|
|
|
730
762
|
Node.js is available under the
|
|
@@ -735,8 +767,8 @@ license text.
|
|
|
735
767
|
|
|
736
768
|
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
|
|
737
769
|
[Contributing to the project]: CONTRIBUTING.md
|
|
738
|
-
[Node.js
|
|
770
|
+
[Node.js website]: https://nodejs.org/
|
|
739
771
|
[OpenJS Foundation]: https://openjsf.org/
|
|
740
|
-
[Strategic initiatives]: doc/
|
|
741
|
-
[Technical values and prioritization]: doc/
|
|
772
|
+
[Strategic initiatives]: doc/contributing/strategic-initiatives.md
|
|
773
|
+
[Technical values and prioritization]: doc/contributing/technical-values.md
|
|
742
774
|
[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.13',
|
|
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
|
}],
|
|
@@ -109,6 +112,10 @@
|
|
|
109
112
|
}],
|
|
110
113
|
['OS=="linux"', {
|
|
111
114
|
'node_section_ordering_info%': ''
|
|
115
|
+
}],
|
|
116
|
+
['OS == "zos"', {
|
|
117
|
+
# use ICU data file on z/OS
|
|
118
|
+
'icu_use_data_file_flag%': 1
|
|
112
119
|
}]
|
|
113
120
|
],
|
|
114
121
|
},
|
|
@@ -200,7 +207,11 @@
|
|
|
200
207
|
# pull in V8's postmortem metadata
|
|
201
208
|
'ldflags': [ '-Wl,-z,allextract' ]
|
|
202
209
|
}],
|
|
203
|
-
['OS
|
|
210
|
+
['OS=="zos"', {
|
|
211
|
+
# increase performance, number from experimentation
|
|
212
|
+
'cflags': [ '-qINLINE=::150:100000' ]
|
|
213
|
+
}],
|
|
214
|
+
['OS!="mac" and OS!="win" and OS!="zos"', {
|
|
204
215
|
'cflags': [ '-fno-omit-frame-pointer' ],
|
|
205
216
|
}],
|
|
206
217
|
['OS=="linux"', {
|
|
@@ -327,7 +338,7 @@
|
|
|
327
338
|
[ 'target_arch=="arm64"', {
|
|
328
339
|
'msvs_configuration_platform': 'arm64',
|
|
329
340
|
}],
|
|
330
|
-
['asan == 1 and OS != "mac"', {
|
|
341
|
+
['asan == 1 and OS != "mac" and OS != "zos"', {
|
|
331
342
|
'cflags+': [
|
|
332
343
|
'-fno-omit-frame-pointer',
|
|
333
344
|
'-fsanitize=address',
|
|
@@ -403,10 +414,6 @@
|
|
|
403
414
|
'cflags': [ '-m32' ],
|
|
404
415
|
'ldflags': [ '-m32' ],
|
|
405
416
|
}],
|
|
406
|
-
[ 'target_arch=="x32"', {
|
|
407
|
-
'cflags': [ '-mx32' ],
|
|
408
|
-
'ldflags': [ '-mx32' ],
|
|
409
|
-
}],
|
|
410
417
|
[ 'target_arch=="x64"', {
|
|
411
418
|
'cflags': [ '-m64' ],
|
|
412
419
|
'ldflags': [ '-m64' ],
|
|
@@ -419,7 +426,7 @@
|
|
|
419
426
|
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
420
427
|
'ldflags': [ '-m64' ],
|
|
421
428
|
}],
|
|
422
|
-
[ 'target_arch=="s390x"', {
|
|
429
|
+
[ 'target_arch=="s390x" and OS=="linux"', {
|
|
423
430
|
'cflags': [ '-m64', '-march=z196' ],
|
|
424
431
|
'ldflags': [ '-m64', '-march=z196' ],
|
|
425
432
|
}],
|
|
@@ -566,6 +573,50 @@
|
|
|
566
573
|
'OPENSSL_NO_ASM',
|
|
567
574
|
],
|
|
568
575
|
}],
|
|
576
|
+
['OS == "zos"', {
|
|
577
|
+
'defines': [
|
|
578
|
+
'_XOPEN_SOURCE_EXTENDED',
|
|
579
|
+
'_XOPEN_SOURCE=600',
|
|
580
|
+
'_UNIX03_THREADS',
|
|
581
|
+
'_UNIX03_WITHDRAWN',
|
|
582
|
+
'_UNIX03_SOURCE',
|
|
583
|
+
'_OPEN_SYS_SOCK_IPV6',
|
|
584
|
+
'_OPEN_SYS_FILE_EXT=1',
|
|
585
|
+
'_POSIX_SOURCE',
|
|
586
|
+
'_OPEN_SYS',
|
|
587
|
+
'_OPEN_SYS_IF_EXT',
|
|
588
|
+
'_OPEN_SYS_SOCK_IPV6',
|
|
589
|
+
'_OPEN_MSGQ_EXT',
|
|
590
|
+
'_LARGE_TIME_API',
|
|
591
|
+
'_ALL_SOURCE',
|
|
592
|
+
'_AE_BIMODAL=1',
|
|
593
|
+
'__IBMCPP_TR1__',
|
|
594
|
+
'NODE_PLATFORM="os390"',
|
|
595
|
+
'PATH_MAX=1024',
|
|
596
|
+
'_ENHANCED_ASCII_EXT=0xFFFFFFFF',
|
|
597
|
+
'_Export=extern',
|
|
598
|
+
'__static_assert=static_assert',
|
|
599
|
+
],
|
|
600
|
+
'cflags': [
|
|
601
|
+
'-q64',
|
|
602
|
+
'-Wc,DLL',
|
|
603
|
+
'-Wa,GOFF',
|
|
604
|
+
'-qARCH=10',
|
|
605
|
+
'-qASCII',
|
|
606
|
+
'-qTUNE=12',
|
|
607
|
+
'-qENUM=INT',
|
|
608
|
+
'-qEXPORTALL',
|
|
609
|
+
'-qASM',
|
|
610
|
+
],
|
|
611
|
+
'cflags_cc': [
|
|
612
|
+
'-qxclang=-std=c++14',
|
|
613
|
+
],
|
|
614
|
+
'ldflags': [
|
|
615
|
+
'-q64',
|
|
616
|
+
],
|
|
617
|
+
# for addons due to v8config.h include of "zos-base.h":
|
|
618
|
+
'include_dirs': ['<(zoslib_include_dir)'],
|
|
619
|
+
}],
|
|
569
620
|
],
|
|
570
621
|
}
|
|
571
622
|
}
|
package/include/node/config.gypi
CHANGED
|
@@ -213,7 +213,10 @@
|
|
|
213
213
|
'lib/internal/modules/esm/loader.js',
|
|
214
214
|
'lib/internal/modules/esm/resolve.js',
|
|
215
215
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
216
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
217
|
+
'lib/internal/modules/esm/formats.js',
|
|
216
218
|
'lib/internal/modules/esm/load.js',
|
|
219
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
217
220
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
218
221
|
'lib/internal/modules/esm/translators.js',
|
|
219
222
|
'lib/internal/modules/esm/get_format.js',
|
|
@@ -274,6 +277,7 @@
|
|
|
274
277
|
'lib/internal/streams/duplexify.js',
|
|
275
278
|
'lib/internal/streams/legacy.js',
|
|
276
279
|
'lib/internal/streams/transform.js',
|
|
280
|
+
'lib/internal/streams/operators.js',
|
|
277
281
|
'lib/internal/streams/readable.js',
|
|
278
282
|
'lib/internal/streams/writable.js',
|
|
279
283
|
'lib/internal/streams/duplex.js',
|
|
@@ -333,6 +337,7 @@
|
|
|
333
337
|
'target_arch': 'arm64',
|
|
334
338
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
335
339
|
'v8_enable_gdbjit': 0,
|
|
340
|
+
'v8_enable_hugepage': 0,
|
|
336
341
|
'v8_enable_i18n_support': 1,
|
|
337
342
|
'v8_enable_inspector': 1,
|
|
338
343
|
'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,
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 17
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 6
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -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__)
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
7
|
# include "./archs/linux-elf/asm/include/openssl/configuration.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/configuration.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/configuration.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/configuration.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/configuration.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/configuration.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/crmf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/crmf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/crmf.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/crmf.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/crmf.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/crmf.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/crypto.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/crypto.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/crypto.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/crypto.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/no-asm/include/openssl/crypto.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/no-asm/include/openssl/crypto.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/ct.h"
|
|
8
|
-
#elif defined(OPENSSL_LINUX) && defined(__ILP32__)
|
|
9
|
-
# include "./archs/linux-x32/asm/include/openssl/ct.h"
|
|
10
8
|
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
11
9
|
# include "./archs/linux-x86_64/asm/include/openssl/ct.h"
|
|
12
10
|
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|