node-linux-s390x 16.15.1 → 16.16.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.
Files changed (72) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +1 -1
  4. package/include/node/node_version.h +2 -2
  5. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/opensslv.h +2 -3
  71. package/include/node/openssl/ssl.h +11 -1
  72. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td valign="top">
12
+ <a href="#16.16.0">16.16.0</a><br/>
12
13
  <a href="#16.15.1">16.15.1</a><br/>
13
14
  <a href="#16.15.0">16.15.0</a><br/>
14
15
  <a href="#16.14.2">16.14.2</a><br/>
@@ -61,6 +62,29 @@
61
62
  * [io.js](CHANGELOG_IOJS.md)
62
63
  * [Archive](CHANGELOG_ARCHIVE.md)
63
64
 
65
+ <a id="16.16.0"></a>
66
+
67
+ ## 2022-07-07, Version 16.16.0 'Gallium' (LTS), @danielleadams
68
+
69
+ This is a security release.
70
+
71
+ ### Notable changes
72
+
73
+ * **deps**:
74
+ * upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
75
+ * **src**:
76
+ * add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
77
+
78
+ ### Commits
79
+
80
+ * \[[`2303fd3fe5`](https://github.com/nodejs/node/commit/2303fd3fe5)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
81
+ * \[[`b219a63c28`](https://github.com/nodejs/node/commit/b219a63c28)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
82
+ * \[[`c6553a4ef5`](https://github.com/nodejs/node/commit/c6553a4ef5)] - **deps**: update archs files for OpenSSL-1.1.1p+quic (RafaelGSS) [#43535](https://github.com/nodejs/node/pull/43535)
83
+ * \[[`e9084a3e90`](https://github.com/nodejs/node/commit/e9084a3e90)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1p+quic (RafaelGSS) [#43535](https://github.com/nodejs/node/pull/43535)
84
+ * \[[`1da22eb482`](https://github.com/nodejs/node/commit/1da22eb482)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#315](https://github.com/nodejs-private/node-private/pull/315)
85
+ * \[[`754c9bfde0`](https://github.com/nodejs/node/commit/754c9bfde0)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
86
+ * \[[`447cf680b0`](https://github.com/nodejs/node/commit/447cf680b0)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
87
+
64
88
  <a id="16.15.1"></a>
65
89
 
66
90
  ## 2022-06-01, Version 16.15.1 'Gallium' (LTS), @BethGriggs prepared by @juanarbol
package/bin/node CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': { 'cflags': [],
3
3
  'default_configuration': 'Release',
4
- 'defines': [],
4
+ 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
5
5
  'include_dirs': [],
6
6
  'libraries': []},
7
7
  'variables': { 'asan': 0,
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 15
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 16
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Gallium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue May 3 19:55:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:24 2022 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: BSD-x86"
14
- #define DATE "built on: Tue May 3 19:55:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:26 2022 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: BSD-x86"
14
- #define DATE "built on: Tue May 3 19:55:40 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:28 2022 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: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:29 2022 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: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:45 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:34 2022 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: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:50 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:38 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:31 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:18 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:33 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:20 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:22 2022 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: VC-WIN64-ARM"
14
- #define DATE "built on: Tue May 3 19:57:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:23 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:20 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:08 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:13 2022 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: "
14
- #define DATE "built on: Tue May 3 19:57:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:17 2022 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: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:14 2022 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: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:27 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:16 2022 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: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:29 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:17 2022 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: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:19 2022 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: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:32 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:21 2022 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: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:34 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:23 2022 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: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:49 2022 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: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:03 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:52 2022 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: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:54 2022 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:55 2022 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:08 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:57 2022 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:59 2022 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:55:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:39 2022 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:55:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:44 2022 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: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:56:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:48 2022 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: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:12 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:00 2022 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: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:13 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:02 2022 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: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:04 2022 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: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:17 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:05 2022 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: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:19 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:07 2022 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: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:20 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:09 2022 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: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:22 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:10 2022 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: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:24 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:12 2022 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: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:26 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:14 2022 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: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:26 2022 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: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:39 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:27 2022 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: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:29 2022 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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:42 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:30 2022 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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:44 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:32 2022 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: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:46 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:34 2022 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: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:47 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:35 2022 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: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:49 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:38 2022 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: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:39 2022 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: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:27 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:16 2022 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: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:32 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:20 2022 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: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:24 2022 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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:53 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:41 2022 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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:54 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:42 2022 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: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:44 2022 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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:49 2022 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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:02 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:50 2022 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: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:04 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:52 2022 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: linux64-riscv64"
14
- #define DATE "built on: Tue May 3 19:57:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:24 2022 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: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:56:57 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:45 2022 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: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:56:58 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:46 2022 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: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:57:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:48 2022 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:53 2022 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:55 2022 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: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:09 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:57 2022 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 May 3 19:57:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:58 2022 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 May 3 19:57:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:03 2022 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 May 3 19:57:19 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:07 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -39,9 +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
-
43
- # define OPENSSL_VERSION_NUMBER 0x101010ffL
44
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o+quic 3 May 2022"
42
+ # define OPENSSL_VERSION_NUMBER 0x1010111fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q+quic 5 Jul 2022"
45
44
 
46
45
  /*-
47
46
  * The macros below are to be used for shared library (.so, .dll, ...)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  * Copyright 2005 Nokia. All rights reserved.
5
5
  *
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1305
1305
  # define SSL_CTRL_GET_MAX_PROTO_VERSION 131
1306
1306
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1307
1307
  # define SSL_CTRL_GET_TMP_KEY 133
1308
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1309
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1308
1310
  # define SSL_CERT_SET_FIRST 1
1309
1311
  # define SSL_CERT_SET_NEXT 2
1310
1312
  # define SSL_CERT_SET_SERVER 3
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1360
1362
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1361
1363
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1362
1364
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1365
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1366
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1363
1367
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1364
1368
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1365
1369
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1366
1370
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1371
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1372
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1367
1373
  # define SSL_set0_chain(s,sk) \
1368
1374
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1369
1375
  # define SSL_set1_chain(s,sk) \
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1386
1392
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1387
1393
  # define SSL_set1_verify_cert_store(s,st) \
1388
1394
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1395
+ #define SSL_get0_verify_cert_store(s,st) \
1396
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1389
1397
  # define SSL_set0_chain_cert_store(s,st) \
1390
1398
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1391
1399
  # define SSL_set1_chain_cert_store(s,st) \
1392
1400
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1401
+ #define SSL_get0_chain_cert_store(s,st) \
1402
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1393
1403
  # define SSL_get1_groups(s, glist) \
1394
1404
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395
1405
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v16.15.1",
3
+ "version": "v16.16.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"