node-linux-s390x 16.20.1 → 16.20.2

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 +29 -0
  2. package/bin/node +0 -0
  3. package/include/node/node_version.h +1 -1
  4. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/dh.h +4 -1
  70. package/include/node/openssl/dherr.h +2 -1
  71. package/include/node/openssl/opensslv.h +2 -2
  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.20.2">16.20.2</a><br/>
12
13
  <a href="#16.20.1">16.20.1</a><br/>
13
14
  <a href="#16.20.0">16.20.0</a><br/>
14
15
  <a href="#16.19.1">16.19.1</a><br/>
@@ -70,6 +71,34 @@
70
71
  * [io.js](CHANGELOG_IOJS.md)
71
72
  * [Archive](CHANGELOG_ARCHIVE.md)
72
73
 
74
+ <a id="16.20.2"></a>
75
+
76
+ ## 2023-08-09, Version 16.20.2 'Gallium' (LTS), @RafaelGSS
77
+
78
+ This is a security release.
79
+
80
+ ### Notable Changes
81
+
82
+ The following CVEs are fixed in this release:
83
+
84
+ * [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High)
85
+ * [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium)
86
+ * [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium)
87
+ * OpenSSL Security Releases
88
+ * [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html).
89
+ * [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html).
90
+ * [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html)
91
+
92
+ More detailed information on each of the vulnerabilities can be found in [August 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/) blog post.
93
+
94
+ ### Commits
95
+
96
+ * \[[`40c3958a5a`](https://github.com/nodejs/node/commit/40c3958a5a)] - **deps**: update archs files for OpenSSL-1.1.1v (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
97
+ * \[[`a9ac9da89a`](https://github.com/nodejs/node/commit/a9ac9da89a)] - **deps**: fix openssl crypto clean (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
98
+ * \[[`362d4c7494`](https://github.com/nodejs/node/commit/362d4c7494)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1v (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
99
+ * \[[`d8ccfe9ad4`](https://github.com/nodejs/node/commit/d8ccfe9ad4)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#445](https://github.com/nodejs-private/node-private/pull/445)
100
+ * \[[`242aaa0caa`](https://github.com/nodejs/node/commit/242aaa0caa)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#459](https://github.com/nodejs-private/node-private/pull/459)
101
+
73
102
  <a id="16.20.1"></a>
74
103
 
75
104
  ## 2023-06-20, Version 16.20.1 'Gallium' (LTS), @RafaelGSS
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 2
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 Jun 6 20:33:21 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:29 2023 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 Jun 6 20:33:23 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:31 2023 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 Jun 6 20:33:26 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:33 2023 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 Jun 6 20:33:27 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:35 2023 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 Jun 6 20:33:32 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:39 2023 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 Jun 6 20:33:36 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:44 2023 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 Jun 6 20:35:33 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:37 2023 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 Jun 6 20:35:35 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:39 2023 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 Jun 6 20:35:37 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:41 2023 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 Jun 6 20:35:39 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:43 2023 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 Jun 6 20:35:22 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:26 2023 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 Jun 6 20:35:26 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:31 2023 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 Jun 6 20:35:31 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:35 2023 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 Jun 6 20:33:09 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:17 2023 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 Jun 6 20:33:11 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:19 2023 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 Jun 6 20:33:13 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:21 2023 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 Jun 6 20:33:14 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:23 2023 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 Jun 6 20:33:17 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:25 2023 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 Jun 6 20:33:19 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:27 2023 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 Jun 6 20:33:49 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:56 2023 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 Jun 6 20:33:51 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:58 2023 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 Jun 6 20:33:54 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:01 2023 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 Jun 6 20:33:55 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:02 2023 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 Jun 6 20:33:58 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:04 2023 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 Jun 6 20:34:00 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:06 2023 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 Jun 6 20:33:38 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:45 2023 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 Jun 6 20:33:43 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:50 2023 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 Jun 6 20:33:47 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:28:54 2023 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 Jun 6 20:34:01 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:08 2023 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 Jun 6 20:34:04 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:10 2023 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 Jun 6 20:34:06 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:12 2023 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 Jun 6 20:34:07 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:14 2023 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 Jun 6 20:34:10 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:16 2023 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 Jun 6 20:34:12 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:18 2023 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 Jun 6 20:34:14 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:20 2023 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 Jun 6 20:34:16 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:22 2023 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 Jun 6 20:34:19 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:25 2023 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 Jun 6 20:34:31 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:37 2023 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 Jun 6 20:34:33 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:39 2023 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 Jun 6 20:34:35 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:41 2023 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 Jun 6 20:34:37 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:42 2023 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 Jun 6 20:34:39 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:44 2023 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 Jun 6 20:34:41 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:47 2023 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 Jun 6 20:34:43 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:48 2023 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 Jun 6 20:34:45 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:50 2023 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 Jun 6 20:34:47 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:53 2023 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 Jun 6 20:34:20 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:26 2023 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 Jun 6 20:34:25 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:31 2023 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 Jun 6 20:34:29 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:35 2023 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 Jun 6 20:34:49 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:54 2023 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 Jun 6 20:34:51 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:56 2023 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 Jun 6 20:34:52 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:58 2023 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 Jun 6 20:34:59 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:04 2023 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 Jun 6 20:35:01 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:06 2023 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 Jun 6 20:35:03 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:08 2023 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 Jun 6 20:35:40 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:44 2023 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 Jun 6 20:34:54 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:29:59 2023 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 Jun 6 20:34:56 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:01 2023 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 Jun 6 20:34:58 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:03 2023 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 Jun 6 20:35:04 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:09 2023 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 Jun 6 20:35:07 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:12 2023 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 Jun 6 20:35:09 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:14 2023 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 Jun 6 20:35:11 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:16 2023 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 Jun 6 20:35:16 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:20 2023 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 Jun 6 20:35:20 2023 UTC"
14
+ #define DATE "built on: Sun Aug 6 12:30:24 2023 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 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the OpenSSL license (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -29,6 +29,9 @@ extern "C" {
29
29
  # ifndef OPENSSL_DH_MAX_MODULUS_BITS
30
30
  # define OPENSSL_DH_MAX_MODULUS_BITS 10000
31
31
  # endif
32
+ # ifndef OPENSSL_DH_CHECK_MAX_MODULUS_BITS
33
+ # define OPENSSL_DH_CHECK_MAX_MODULUS_BITS 32768
34
+ # endif
32
35
 
33
36
  # define OPENSSL_DH_FIPS_MIN_MODULUS_BITS 1024
34
37
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the OpenSSL license (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -30,6 +30,7 @@ int ERR_load_DH_strings(void);
30
30
  # define DH_F_COMPUTE_KEY 102
31
31
  # define DH_F_DHPARAMS_PRINT_FP 101
32
32
  # define DH_F_DH_BUILTIN_GENPARAMS 106
33
+ # define DH_F_DH_CHECK 126
33
34
  # define DH_F_DH_CHECK_EX 121
34
35
  # define DH_F_DH_CHECK_PARAMS_EX 122
35
36
  # define DH_F_DH_CHECK_PUB_KEY_EX 123
@@ -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 0x1010115fL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u+quic 30 May 2023"
42
+ # define OPENSSL_VERSION_NUMBER 0x1010116fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1v+quic 1 Aug 2023"
44
44
 
45
45
  /*-
46
46
  * The macros below are to be used for shared library (.so, .dll, ...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v16.20.1",
3
+ "version": "v16.20.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"