node-linux-s390x 16.14.0 → 16.15.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 +498 -0
- package/LICENSE +25 -0
- package/README.md +64 -39
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -5
- package/include/node/config.gypi +4 -0
- package/include/node/js_native_api.h +6 -0
- package/include/node/node.h +6 -1
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/asn1_asm.h +57 -0
- package/include/node/openssl/asn1_no-asm.h +59 -0
- package/include/node/openssl/asn1t_asm.h +57 -0
- package/include/node/openssl/asn1t_no-asm.h +59 -0
- package/include/node/openssl/bio_asm.h +57 -0
- package/include/node/openssl/bio_no-asm.h +59 -0
- 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 +57 -0
- package/include/node/openssl/cmp_no-asm.h +59 -0
- package/include/node/openssl/cms_asm.h +57 -0
- package/include/node/openssl/cms_no-asm.h +59 -0
- package/include/node/openssl/conf_asm.h +57 -0
- package/include/node/openssl/conf_no-asm.h +59 -0
- package/include/node/openssl/configuration_asm.h +57 -0
- package/include/node/openssl/configuration_no-asm.h +59 -0
- package/include/node/openssl/crmf_asm.h +57 -0
- package/include/node/openssl/crmf_no-asm.h +59 -0
- package/include/node/openssl/crypto_asm.h +57 -0
- package/include/node/openssl/crypto_no-asm.h +59 -0
- package/include/node/openssl/ct_asm.h +57 -0
- package/include/node/openssl/ct_no-asm.h +59 -0
- 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/engine.h +2 -1
- package/include/node/openssl/err_asm.h +57 -0
- package/include/node/openssl/err_no-asm.h +59 -0
- package/include/node/openssl/ess_asm.h +57 -0
- package/include/node/openssl/ess_no-asm.h +59 -0
- package/include/node/openssl/fipskey_asm.h +57 -0
- package/include/node/openssl/fipskey_no-asm.h +59 -0
- package/include/node/openssl/lhash_asm.h +57 -0
- package/include/node/openssl/lhash_no-asm.h +59 -0
- package/include/node/openssl/obj_mac.h +1 -1
- package/include/node/openssl/ocsp_asm.h +57 -0
- package/include/node/openssl/ocsp_no-asm.h +59 -0
- package/include/node/openssl/opensslconf_asm.h +0 -2
- package/include/node/openssl/opensslconf_no-asm.h +0 -2
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/openssl/opensslv_asm.h +57 -0
- package/include/node/openssl/opensslv_no-asm.h +59 -0
- package/include/node/openssl/pkcs12_asm.h +57 -0
- package/include/node/openssl/pkcs12_no-asm.h +59 -0
- package/include/node/openssl/pkcs7_asm.h +57 -0
- package/include/node/openssl/pkcs7_no-asm.h +59 -0
- package/include/node/openssl/safestack_asm.h +57 -0
- package/include/node/openssl/safestack_no-asm.h +59 -0
- package/include/node/openssl/srp_asm.h +57 -0
- package/include/node/openssl/srp_no-asm.h +59 -0
- package/include/node/openssl/ssl_asm.h +57 -0
- package/include/node/openssl/ssl_no-asm.h +59 -0
- package/include/node/openssl/ui_asm.h +57 -0
- package/include/node/openssl/ui_no-asm.h +59 -0
- package/include/node/openssl/x509_asm.h +57 -0
- package/include/node/openssl/x509_no-asm.h +59 -0
- package/include/node/openssl/x509_vfy_asm.h +57 -0
- package/include/node/openssl/x509_vfy_no-asm.h +59 -0
- package/include/node/openssl/x509v3_asm.h +57 -0
- package/include/node/openssl/x509v3_no-asm.h +59 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +9 -3
- 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/openssl/opensslconf.h +0 -200
- 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/openssl/opensslconf.h +0 -200
- 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/openssl/opensslconf.h +0 -203
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
|
Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
|
package/README.md
CHANGED
|
@@ -1,25 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<a href="https://nodejs.org/">
|
|
5
|
-
<img
|
|
6
|
-
alt="Node.js"
|
|
7
|
-
src="https://nodejs.org/static/images/logo-light.svg"
|
|
8
|
-
width="400"
|
|
9
|
-
/>
|
|
10
|
-
</a>
|
|
11
|
-
</p>
|
|
1
|
+
# Node.js
|
|
12
2
|
|
|
13
3
|
Node.js is an open-source, cross-platform, JavaScript runtime environment.
|
|
14
4
|
|
|
15
|
-
For information on using Node.js, see the [Node.js
|
|
5
|
+
For information on using Node.js, see the [Node.js website][].
|
|
16
6
|
|
|
17
7
|
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
18
8
|
[OpenJS Foundation][] provides support for the project.
|
|
19
9
|
|
|
20
10
|
**This project has a [Code of Conduct][].**
|
|
21
11
|
|
|
22
|
-
|
|
12
|
+
## Table of contents
|
|
23
13
|
|
|
24
14
|
* [Support](#support)
|
|
25
15
|
* [Release types](#release-types)
|
|
@@ -120,7 +110,7 @@ For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
|
|
|
120
110
|
import the keys:
|
|
121
111
|
|
|
122
112
|
```console
|
|
123
|
-
$ gpg --keyserver
|
|
113
|
+
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
124
114
|
```
|
|
125
115
|
|
|
126
116
|
See the bottom of this README for a full script to import active release keys.
|
|
@@ -188,8 +178,6 @@ For information about the governance of the Node.js project, see
|
|
|
188
178
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
189
179
|
* [mcollina](https://github.com/mcollina) -
|
|
190
180
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
191
|
-
* [Mesteery](https://github.com/Mesteery) -
|
|
192
|
-
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
193
181
|
* [mhdawson](https://github.com/mhdawson) -
|
|
194
182
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
195
183
|
* [mmarchini](https://github.com/mmarchini) -
|
|
@@ -296,6 +284,8 @@ For information about the governance of the Node.js project, see
|
|
|
296
284
|
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
297
285
|
* [bnb](https://github.com/bnb) -
|
|
298
286
|
**Tierney Cyren** <<hello@bnb.im>> (they/he)
|
|
287
|
+
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
288
|
+
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
299
289
|
* [boneskull](https://github.com/boneskull) -
|
|
300
290
|
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
301
291
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
@@ -314,8 +304,6 @@ For information about the governance of the Node.js project, see
|
|
|
314
304
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
315
305
|
* [danielleadams](https://github.com/danielleadams) -
|
|
316
306
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
317
|
-
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
318
|
-
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
319
307
|
* [devnexen](https://github.com/devnexen) -
|
|
320
308
|
**David Carlier** <<devnexen@gmail.com>>
|
|
321
309
|
* [devsnek](https://github.com/devsnek) -
|
|
@@ -356,12 +344,14 @@ For information about the governance of the Node.js project, see
|
|
|
356
344
|
**Fedor Indutny** <<fedor@indutny.com>>
|
|
357
345
|
* [JacksonTian](https://github.com/JacksonTian) -
|
|
358
346
|
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
347
|
+
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
348
|
+
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
359
349
|
* [jasnell](https://github.com/jasnell) -
|
|
360
350
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
361
351
|
* [jkrems](https://github.com/jkrems) -
|
|
362
352
|
**Jan Krems** <<jan.krems@gmail.com>> (he/him)
|
|
363
|
-
* [
|
|
364
|
-
**
|
|
353
|
+
* [joesepi](https://github.com/joesepi) -
|
|
354
|
+
**Joe Sepi** <<sepi@joesepi.com>> (he/him)
|
|
365
355
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
366
356
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
367
357
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -380,8 +370,12 @@ For information about the governance of the Node.js project, see
|
|
|
380
370
|
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
381
371
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
382
372
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
373
|
+
* [marsonya](https://github.com/marsonya) -
|
|
374
|
+
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
383
375
|
* [mcollina](https://github.com/mcollina) -
|
|
384
376
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
377
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
378
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
385
379
|
* [mhdawson](https://github.com/mhdawson) -
|
|
386
380
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
387
381
|
* [miladfarca](https://github.com/miladfarca) -
|
|
@@ -424,6 +418,8 @@ For information about the governance of the Node.js project, see
|
|
|
424
418
|
**Santiago Gimeno** <<santiago.gimeno@gmail.com>>
|
|
425
419
|
* [shisama](https://github.com/shisama) -
|
|
426
420
|
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
421
|
+
* [ShogunPanda](https://github.com/ShogunPanda) -
|
|
422
|
+
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
|
|
427
423
|
* [srl295](https://github.com/srl295) -
|
|
428
424
|
**Steven R Loomis** <<srloomis@us.ibm.com>>
|
|
429
425
|
* [starkwang](https://github.com/starkwang) -
|
|
@@ -474,8 +470,6 @@ For information about the governance of the Node.js project, see
|
|
|
474
470
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
475
471
|
* [bmeurer](https://github.com/bmeurer) -
|
|
476
472
|
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
477
|
-
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
478
|
-
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
479
473
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
480
474
|
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
481
475
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
@@ -526,6 +520,8 @@ For information about the governance of the Node.js project, see
|
|
|
526
520
|
**John-David Dalton** <<john.david.dalton@gmail.com>>
|
|
527
521
|
* [jhamhader](https://github.com/jhamhader) -
|
|
528
522
|
**Yuval Brik** <<yuval@brik.org.il>>
|
|
523
|
+
* [joaocgreis](https://github.com/joaocgreis) -
|
|
524
|
+
**João Reis** <<reis@janeasystems.com>>
|
|
529
525
|
* [joshgav](https://github.com/joshgav) -
|
|
530
526
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
531
527
|
* [julianduque](https://github.com/julianduque) -
|
|
@@ -635,7 +631,7 @@ For information about the governance of the Node.js project, see
|
|
|
635
631
|
|
|
636
632
|
<!--lint enable prohibited-strings-->
|
|
637
633
|
|
|
638
|
-
Collaborators follow the [Collaborator Guide](./doc/
|
|
634
|
+
Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
|
|
639
635
|
maintaining the Node.js project.
|
|
640
636
|
|
|
641
637
|
### Triagers
|
|
@@ -648,8 +644,10 @@ maintaining the Node.js project.
|
|
|
648
644
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
649
645
|
* [marsonya](https://github.com/marsonya) -
|
|
650
646
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
647
|
+
* [meixg](https://github.com/meixg) -
|
|
648
|
+
**Xuguang Mei** <<meixg@foxmail.com>> (he/him)
|
|
651
649
|
* [Mesteery](https://github.com/Mesteery) -
|
|
652
|
-
**Mestery** <<mestery@
|
|
650
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
653
651
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
654
652
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
655
653
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -663,6 +661,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
663
661
|
|
|
664
662
|
* **Beth Griggs** <<bgriggs@redhat.com>>
|
|
665
663
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
664
|
+
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
665
|
+
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
|
666
666
|
* **Colin Ihrig** <<cjihrig@gmail.com>>
|
|
667
667
|
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
|
|
668
668
|
* **Danielle Adams** <<adamzdanielle@gmail.com>>
|
|
@@ -688,20 +688,21 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
688
688
|
to sign releases):
|
|
689
689
|
|
|
690
690
|
```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
|
|
691
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
692
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
693
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
694
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
695
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
696
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
697
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
698
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
699
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
|
|
700
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
|
|
701
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
702
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
702
703
|
```
|
|
703
704
|
|
|
704
|
-
See the section above on [Verifying
|
|
705
|
+
See the section above on [Verifying binaries](#verifying-binaries) for how to
|
|
705
706
|
use these keys to verify a downloaded file.
|
|
706
707
|
|
|
707
708
|
<details>
|
|
@@ -729,6 +730,30 @@ use these keys to verify a downloaded file.
|
|
|
729
730
|
|
|
730
731
|
</details>
|
|
731
732
|
|
|
733
|
+
### Security release stewards
|
|
734
|
+
|
|
735
|
+
When possible, the commitment to take slots in the
|
|
736
|
+
security release steward rotation is made by companies in order
|
|
737
|
+
to ensure individuals who act as security stewards have the
|
|
738
|
+
support and recognition from their employer to be able to
|
|
739
|
+
prioritize security releases. Security release stewards manage security
|
|
740
|
+
releases on a rotation basis as outlined in the
|
|
741
|
+
[security release process](./doc/contributing/security-release-process.md).
|
|
742
|
+
|
|
743
|
+
* Datadog
|
|
744
|
+
* [bengl](https://github.com/bengl) -
|
|
745
|
+
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
746
|
+
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
747
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
748
|
+
* NearForm
|
|
749
|
+
* [mcollina](https://github.com/mcollina) -
|
|
750
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
751
|
+
* Red Hat and IBM
|
|
752
|
+
* [joesepi](https://github.com/joesepi) -
|
|
753
|
+
**Joe Sepi** <<joesepi@ibm.com>> (he/him)
|
|
754
|
+
* [mhdawson](https://github.com/mhdawson) -
|
|
755
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
756
|
+
|
|
732
757
|
## License
|
|
733
758
|
|
|
734
759
|
Node.js is available under the
|
|
@@ -739,8 +764,8 @@ license text.
|
|
|
739
764
|
|
|
740
765
|
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
|
|
741
766
|
[Contributing to the project]: CONTRIBUTING.md
|
|
742
|
-
[Node.js
|
|
767
|
+
[Node.js website]: https://nodejs.org/
|
|
743
768
|
[OpenJS Foundation]: https://openjsf.org/
|
|
744
|
-
[Strategic initiatives]: doc/
|
|
745
|
-
[Technical values and prioritization]: doc/
|
|
769
|
+
[Strategic initiatives]: doc/contributing/strategic-initiatives.md
|
|
770
|
+
[Technical values and prioritization]: doc/contributing/technical-values.md
|
|
746
771
|
[Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -70,6 +70,9 @@
|
|
|
70
70
|
# See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
|
|
71
71
|
'v8_untrusted_code_mitigations': 0,
|
|
72
72
|
|
|
73
|
+
# Disable v8 hugepage by default.
|
|
74
|
+
'v8_enable_hugepage%': 0,
|
|
75
|
+
|
|
73
76
|
# This is more of a V8 dev setting
|
|
74
77
|
# https://github.com/nodejs/node/pull/22920/files#r222779926
|
|
75
78
|
'v8_enable_fast_mksnapshot': 0,
|
|
@@ -109,7 +112,7 @@
|
|
|
109
112
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
110
113
|
}],
|
|
111
114
|
# V8 pointer compression only supports 64bit architectures.
|
|
112
|
-
['target_arch in "arm ia32 mips mipsel ppc
|
|
115
|
+
['target_arch in "arm ia32 mips mipsel ppc"', {
|
|
113
116
|
'v8_enable_pointer_compression': 0,
|
|
114
117
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
115
118
|
}],
|
|
@@ -417,10 +420,6 @@
|
|
|
417
420
|
'cflags': [ '-m32' ],
|
|
418
421
|
'ldflags': [ '-m32' ],
|
|
419
422
|
}],
|
|
420
|
-
[ 'target_arch=="x32"', {
|
|
421
|
-
'cflags': [ '-mx32' ],
|
|
422
|
-
'ldflags': [ '-mx32' ],
|
|
423
|
-
}],
|
|
424
423
|
[ 'target_arch=="x64"', {
|
|
425
424
|
'cflags': [ '-m64' ],
|
|
426
425
|
'ldflags': [ '-m64' ],
|
|
@@ -621,6 +620,8 @@
|
|
|
621
620
|
'ldflags': [
|
|
622
621
|
'-q64',
|
|
623
622
|
],
|
|
623
|
+
# for addons due to v8config.h include of "zos-base.h":
|
|
624
|
+
'include_dirs': ['<(zoslib_include_dir)'],
|
|
624
625
|
}],
|
|
625
626
|
],
|
|
626
627
|
}
|
package/include/node/config.gypi
CHANGED
|
@@ -202,9 +202,11 @@
|
|
|
202
202
|
'lib/internal/modules/run_main.js',
|
|
203
203
|
'lib/internal/modules/package_json_reader.js',
|
|
204
204
|
'lib/internal/modules/esm/assert.js',
|
|
205
|
+
'lib/internal/modules/esm/fetch_module.js',
|
|
205
206
|
'lib/internal/modules/esm/module_job.js',
|
|
206
207
|
'lib/internal/modules/esm/load.js',
|
|
207
208
|
'lib/internal/modules/esm/resolve.js',
|
|
209
|
+
'lib/internal/modules/esm/formats.js',
|
|
208
210
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
209
211
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
210
212
|
'lib/internal/modules/esm/module_map.js',
|
|
@@ -233,6 +235,7 @@
|
|
|
233
235
|
'lib/internal/legacy/processbinding.js',
|
|
234
236
|
'lib/internal/console/global.js',
|
|
235
237
|
'lib/internal/console/constructor.js',
|
|
238
|
+
'lib/internal/webstreams/compression.js',
|
|
236
239
|
'lib/internal/webstreams/transfer.js',
|
|
237
240
|
'lib/internal/webstreams/adapters.js',
|
|
238
241
|
'lib/internal/webstreams/writablestream.js',
|
|
@@ -331,6 +334,7 @@
|
|
|
331
334
|
'target_arch': 's390x',
|
|
332
335
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
333
336
|
'v8_enable_gdbjit': 0,
|
|
337
|
+
'v8_enable_hugepage': 0,
|
|
334
338
|
'v8_enable_i18n_support': 1,
|
|
335
339
|
'v8_enable_inspector': 1,
|
|
336
340
|
'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.h
CHANGED
|
@@ -438,7 +438,12 @@ enum Flags : uint64_t {
|
|
|
438
438
|
// $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
|
|
439
439
|
// do not expect to have their behaviors changed because of globally
|
|
440
440
|
// installed modules.
|
|
441
|
-
kNoGlobalSearchPaths = 1 << 7
|
|
441
|
+
kNoGlobalSearchPaths = 1 << 7,
|
|
442
|
+
// Controls whether or not the Environment should call V8Inspector::create().
|
|
443
|
+
// This control is needed by embedders who may not want to initialize the V8
|
|
444
|
+
// inspector in situations where one has already been created,
|
|
445
|
+
// e.g. Blink's in Chromium.
|
|
446
|
+
kNoCreateInspector = 1 << 9
|
|
442
447
|
};
|
|
443
448
|
} // namespace EnvironmentFlags
|
|
444
449
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|