node-linux-s390x 16.19.1 → 16.20.1
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 +80 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +247 -246
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +12 -12
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +12 -12
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/opensslv.h +3 -3
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: linux64-mips64"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Tue Jun 6 20:34:59 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
static const char compiler_flags[] = {
|
|
22
22
|
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
|
|
23
23
|
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','m','a',
|
|
24
|
-
'b','i','=','6','4',' ','-','
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'B','U','G','\0'
|
|
24
|
+
'b','i','=','6','4',' ','-','m','i','p','s','3',' ','-','W','a',
|
|
25
|
+
',','-','-','n','o','e','x','e','c','s','t','a','c','k',' ','-',
|
|
26
|
+
'W','a','l','l',' ','-','O','3',' ','-','D','O','P','E','N','S',
|
|
27
|
+
'S','L','_','U','S','E','_','N','O','D','E','L','E','T','E',' ',
|
|
28
|
+
'-','D','O','P','E','N','S','S','L','_','P','I','C',' ','-','D',
|
|
29
|
+
'O','P','E','N','S','S','L','_','B','N','_','A','S','M','_','M',
|
|
30
|
+
'O','N','T',' ','-','D','S','H','A','1','_','A','S','M',' ','-',
|
|
31
|
+
'D','S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H',
|
|
32
|
+
'A','5','1','2','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
33
|
+
'S','M',' ','-','D','P','O','L','Y','1','3','0','5','_','A','S',
|
|
34
|
+
'M',' ','-','D','N','D','E','B','U','G','\0'
|
|
35
35
|
};
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: linux64-mips64"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Tue Jun 6 20:35:01 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -22,15 +22,15 @@ static const char compiler_flags[] = {
|
|
|
22
22
|
'c','o','m','p','i','l','e','r',':',' ','.','.','/','c','o','n',
|
|
23
23
|
'f','i','g','/','f','a','k','e','_','g','c','c','.','p','l',' ',
|
|
24
24
|
'-','f','P','I','C',' ','-','p','t','h','r','e','a','d',' ','-',
|
|
25
|
-
'm','a','b','i','=','6','4',' ','-','
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'D','E','B','U','G','\0'
|
|
25
|
+
'm','a','b','i','=','6','4',' ','-','m','i','p','s','3',' ','-',
|
|
26
|
+
'W','a',',','-','-','n','o','e','x','e','c','s','t','a','c','k',
|
|
27
|
+
' ','-','W','a','l','l',' ','-','O','3',' ','-','D','O','P','E',
|
|
28
|
+
'N','S','S','L','_','U','S','E','_','N','O','D','E','L','E','T',
|
|
29
|
+
'E',' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ',
|
|
30
|
+
'-','D','O','P','E','N','S','S','L','_','B','N','_','A','S','M',
|
|
31
|
+
'_','M','O','N','T',' ','-','D','S','H','A','1','_','A','S','M',
|
|
32
|
+
' ','-','D','S','H','A','2','5','6','_','A','S','M',' ','-','D',
|
|
33
|
+
'S','H','A','5','1','2','_','A','S','M',' ','-','D','A','E','S',
|
|
34
|
+
'_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
|
|
35
|
+
'A','S','M',' ','-','D','N','D','E','B','U','G','\0'
|
|
36
36
|
};
|