node-aix-ppc64 16.15.0 → 16.17.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 (83) hide show
  1. package/CHANGELOG.md +857 -0
  2. package/LICENSE +111 -9
  3. package/README.md +55 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -2
  6. package/include/node/config.gypi +15 -9
  7. package/include/node/js_native_api.h +383 -390
  8. package/include/node/js_native_api_types.h +15 -9
  9. package/include/node/node.exp +12375 -12464
  10. package/include/node/node.h +15 -3
  11. package/include/node/node_api.h +154 -141
  12. package/include/node/node_api_types.h +8 -11
  13. package/include/node/node_version.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/opensslv.h +3 -3
  80. package/include/node/openssl/ssl.h +11 -1
  81. package/include/node/v8-version.h +1 -1
  82. package/package.json +1 -1
  83. package/share/man/man1/node.1 +11 -1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:41 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 Mar 15 19:21:43 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 Mar 15 19:21:46 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 Mar 15 19:21:49 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 Mar 15 19:22:29 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 Mar 15 19:22:33 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 Mar 15 19:22:36 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 Mar 15 19:22:38 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 Mar 15 19:22:40 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 Mar 15 19:22:43 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 Mar 15 19:22:14 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 Mar 15 19:22:21 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 Mar 15 19:22:27 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 Mar 15 19:22:45 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 Mar 15 19:22:48 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 Mar 15 19:22:51 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 Mar 15 19:22:52 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 Mar 15 19:22:55 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 Mar 15 19:22:58 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 Mar 15 19:23:00 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 Mar 15 19:23:03 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 Mar 15 19:23:06 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 Mar 15 19:23:43 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 Mar 15 19:23:48 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 Mar 15 19:23:53 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 Mar 15 19:23:57 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 Mar 15 19:24:03 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 Mar 15 19:24:09 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 Mar 15 19:24:12 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 Mar 15 19:24:18 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 Mar 15 19:24:24 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 Mar 15 19:23:23 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 Mar 15 19:23:30 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 Mar 15 19:23:39 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 Mar 15 19:24:28 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 Mar 15 19:24:32 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 Mar 15 19:24:36 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 Mar 15 19:24:52 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 Mar 15 19:24:56 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 Mar 15 19:25:01 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 Mar 15 19:26:41 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 Mar 15 19:24:40 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 Mar 15 19:24:44 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 Mar 15 19:24:49 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 Mar 15 19:25:04 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 Mar 15 19:25:11 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 Mar 15 19:25:17 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 Mar 15 19:25:21 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 Mar 15 19:25:35 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 Mar 15 19:25:48 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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1999-2022 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
@@ -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 0x101010efL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n+quic 15 Mar 2022"
42
+ # define OPENSSL_VERSION_NUMBER 0x1010111fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q+quic 5 Jul 2022"
44
44
 
45
45
  /*-
46
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) \
@@ -11,7 +11,7 @@
11
11
  #define V8_MAJOR_VERSION 9
12
12
  #define V8_MINOR_VERSION 4
13
13
  #define V8_BUILD_NUMBER 146
14
- #define V8_PATCH_LEVEL 24
14
+ #define V8_PATCH_LEVEL 26
15
15
 
16
16
  // Use 1 for candidates and 0 otherwise.
17
17
  // (Boolean macro values are not supported by all preprocessors.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v16.15.0",
3
+ "version": "v16.17.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -142,6 +142,9 @@ Enable Source Map V3 support for stack traces.
142
142
  .It Fl -experimental-fetch
143
143
  Enable experimental support for the Fetch API.
144
144
  .
145
+ .It Fl -experimental-global-customevent
146
+ Expose the CustomEvent on the global scope.
147
+ .
145
148
  .It Fl -experimental-global-webcrypto
146
149
  Expose the Web Crypto API on the global scope.
147
150
  .
@@ -270,7 +273,7 @@ This flag is inherited from V8 and is subject to change upstream. It may
270
273
  disappear in a non-semver-major release.
271
274
  .
272
275
  .It Fl -max-http-header-size Ns = Ns Ar size
273
- Specify the maximum size of HTTP headers in bytes. Defaults to 16 KB.
276
+ Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
274
277
  .
275
278
  .It Fl -napi-modules
276
279
  This option is a no-op.
@@ -378,6 +381,13 @@ the secure heap. The default is 0. The value must be a power of two.
378
381
  .It Fl -secure-heap-min Ns = Ns Ar n
379
382
  Specify the minimum allocation from the OpenSSL secure heap. The default is 2. The value must be a power of two.
380
383
  .
384
+ .It Fl -test
385
+ Starts the Node.js command line test runner.
386
+ .
387
+ .It Fl -test-only
388
+ Configures the test runner to only execute top level tests that have the `only`
389
+ option set.
390
+ .
381
391
  .It Fl -throw-deprecation
382
392
  Throw errors for deprecations.
383
393
  .