node-linux-s390x 16.13.2 → 16.14.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 +494 -32
- package/LICENSE +15 -43
- package/README.md +267 -259
- package/bin/node +0 -0
- package/include/node/common.gypi +54 -4
- package/include/node/config.gypi +10 -2
- package/include/node/js_native_api.h +11 -0
- package/include/node/node.h +24 -3
- package/include/node/node_version.h +2 -2
- 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-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/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 +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- 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/ec.h +10 -7
- package/include/node/openssl/opensslv.h +2 -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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Dec 14 20:53:42 2021 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Dec 14 20:53:53 2021 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Dec 14 20:54:04 2021 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2002-
|
|
2
|
+
* Copyright 2002-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
@@ -793,12 +793,15 @@ int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
|
|
|
793
793
|
EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len);
|
|
794
794
|
int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out);
|
|
795
795
|
|
|
796
|
-
# define d2i_ECPKParameters_bio(bp,x)
|
|
797
|
-
|
|
798
|
-
# define
|
|
799
|
-
|
|
800
|
-
# define
|
|
801
|
-
|
|
796
|
+
# define d2i_ECPKParameters_bio(bp,x) \
|
|
797
|
+
ASN1_d2i_bio_of(EC_GROUP, NULL, d2i_ECPKParameters, bp, x)
|
|
798
|
+
# define i2d_ECPKParameters_bio(bp,x) \
|
|
799
|
+
ASN1_i2d_bio_of_const(EC_GROUP, i2d_ECPKParameters, bp, x)
|
|
800
|
+
# define d2i_ECPKParameters_fp(fp,x) \
|
|
801
|
+
(EC_GROUP *)ASN1_d2i_fp(NULL, (d2i_of_void *)d2i_ECPKParameters, (fp), \
|
|
802
|
+
(void **)(x))
|
|
803
|
+
# define i2d_ECPKParameters_fp(fp,x) \
|
|
804
|
+
ASN1_i2d_fp((i2d_of_void *)i2d_ECPKParameters, (fp), (void *)(x))
|
|
802
805
|
|
|
803
806
|
int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
|
|
804
807
|
# ifndef OPENSSL_NO_STDIO
|
|
@@ -39,8 +39,8 @@ extern "C" {
|
|
|
39
39
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
|
40
40
|
* major minor fix final patch/beta)
|
|
41
41
|
*/
|
|
42
|
-
# define OPENSSL_VERSION_NUMBER
|
|
43
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.
|
|
42
|
+
# define OPENSSL_VERSION_NUMBER 0x101010dfL
|
|
43
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1m+quic 14 Dec 2021"
|
|
44
44
|
|
|
45
45
|
/*-
|
|
46
46
|
* The macros below are to be used for shared library (.so, .dll, ...)
|
package/include/node/uv/unix.h
CHANGED
|
@@ -65,12 +65,10 @@
|
|
|
65
65
|
# include "uv/bsd.h"
|
|
66
66
|
#elif defined(__CYGWIN__) || \
|
|
67
67
|
defined(__MSYS__) || \
|
|
68
|
+
defined(__HAIKU__) || \
|
|
69
|
+
defined(__QNX__) || \
|
|
68
70
|
defined(__GNU__)
|
|
69
71
|
# include "uv/posix.h"
|
|
70
|
-
#elif defined(__HAIKU__)
|
|
71
|
-
# include "uv/posix.h"
|
|
72
|
-
#elif defined(__QNX__)
|
|
73
|
-
# include "uv/posix.h"
|
|
74
72
|
#endif
|
|
75
73
|
|
|
76
74
|
#ifndef NI_MAXHOST
|
package/include/node/uv/win.h
CHANGED
|
@@ -45,7 +45,14 @@ typedef struct pollfd {
|
|
|
45
45
|
#endif
|
|
46
46
|
|
|
47
47
|
#include <mswsock.h>
|
|
48
|
+
// Disable the typedef in mstcpip.h of MinGW.
|
|
49
|
+
#define _TCP_INITIAL_RTO_PARAMETERS _TCP_INITIAL_RTO_PARAMETERS__AVOID
|
|
50
|
+
#define TCP_INITIAL_RTO_PARAMETERS TCP_INITIAL_RTO_PARAMETERS__AVOID
|
|
51
|
+
#define PTCP_INITIAL_RTO_PARAMETERS PTCP_INITIAL_RTO_PARAMETERS__AVOID
|
|
48
52
|
#include <ws2tcpip.h>
|
|
53
|
+
#undef _TCP_INITIAL_RTO_PARAMETERS
|
|
54
|
+
#undef TCP_INITIAL_RTO_PARAMETERS
|
|
55
|
+
#undef PTCP_INITIAL_RTO_PARAMETERS
|
|
49
56
|
#include <windows.h>
|
|
50
57
|
|
|
51
58
|
#include <process.h>
|
package/include/node/uv.h
CHANGED
|
@@ -45,6 +45,8 @@ extern "C" {
|
|
|
45
45
|
# endif
|
|
46
46
|
#elif __GNUC__ >= 4
|
|
47
47
|
# define UV_EXTERN __attribute__((visibility("default")))
|
|
48
|
+
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) /* Sun Studio >= 8 */
|
|
49
|
+
# define UV_EXTERN __global
|
|
48
50
|
#else
|
|
49
51
|
# define UV_EXTERN /* nothing */
|
|
50
52
|
#endif
|
|
@@ -1658,6 +1660,7 @@ UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr);
|
|
|
1658
1660
|
|
|
1659
1661
|
UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size);
|
|
1660
1662
|
UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size);
|
|
1663
|
+
UV_EXTERN int uv_ip_name(const struct sockaddr* src, char* dst, size_t size);
|
|
1661
1664
|
|
|
1662
1665
|
UV_EXTERN int uv_inet_ntop(int af, const void* src, char* dst, size_t size);
|
|
1663
1666
|
UV_EXTERN int uv_inet_pton(int af, const char* src, void* dst);
|