node-linux-arm64 17.1.0 → 17.4.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 (162) hide show
  1. package/CHANGELOG.md +515 -0
  2. package/LICENSE +15 -43
  3. package/README.md +31 -24
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +53 -3
  6. package/include/node/config.gypi +6 -2
  7. package/include/node/js_native_api.h +11 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/core.h +1 -1
  146. package/include/node/openssl/cryptoerr.h +1 -0
  147. package/include/node/openssl/httperr.h +1 -0
  148. package/include/node/openssl/macros.h +1 -1
  149. package/include/node/uv/unix.h +2 -4
  150. package/include/node/uv/version.h +1 -1
  151. package/include/node/uv/win.h +7 -0
  152. package/include/node/uv.h +3 -0
  153. package/include/node/v8-callbacks.h +3 -0
  154. package/include/node/v8-forward.h +5 -3
  155. package/include/node/v8-initialization.h +25 -9
  156. package/include/node/v8-internal.h +9 -20
  157. package/include/node/v8-isolate.h +3 -0
  158. package/include/node/v8-locker.h +7 -2
  159. package/include/node/v8-message.h +4 -1
  160. package/include/node/v8-template.h +1 -0
  161. package/include/node/v8-version.h +3 -3
  162. package/package.json +1 -1
package/LICENSE CHANGED
@@ -392,31 +392,29 @@ The externally maintained libraries used by Node.js are:
392
392
 
393
393
  3. Lao Word Break Dictionary Data (laodict.txt)
394
394
 
395
- # Copyright (c) 2013 International Business Machines Corporation
396
- # and others. All Rights Reserved.
395
+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
396
+ # License & terms of use: http://www.unicode.org/copyright.html
397
+ # Copyright (c) 2015 International Business Machines Corporation
398
+ # and others. All Rights Reserved.
397
399
  #
398
- # Project: https://github.com/veer66/lao-dictionary
399
- # Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
400
- # License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
401
- # (copied below)
400
+ # Project: https://github.com/rober42539/lao-dictionary
401
+ # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
402
+ # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
403
+ # (copied below)
402
404
  #
403
- # This file is derived from the above dictionary, with slight
404
- # modifications.
405
+ # This file is derived from the above dictionary version of Nov 22, 2020
405
406
  # ----------------------------------------------------------------------
406
407
  # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
407
408
  # All rights reserved.
408
409
  #
409
410
  # Redistribution and use in source and binary forms, with or without
410
- # modification,
411
- # are permitted provided that the following conditions are met:
412
- #
413
- #
414
- # Redistributions of source code must retain the above copyright notice, this
415
- # list of conditions and the following disclaimer. Redistributions in
416
- # binary form must reproduce the above copyright notice, this list of
417
- # conditions and the following disclaimer in the documentation and/or
418
- # other materials provided with the distribution.
411
+ # modification, are permitted provided that the following conditions are met:
419
412
  #
413
+ # Redistributions of source code must retain the above copyright notice, this
414
+ # list of conditions and the following disclaimer. Redistributions in binary
415
+ # form must reproduce the above copyright notice, this list of conditions and
416
+ # the following disclaimer in the documentation and/or other materials
417
+ # provided with the distribution.
420
418
  #
421
419
  # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
422
420
  # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -1362,32 +1360,6 @@ The externally maintained libraries used by Node.js are:
1362
1360
  THE SOFTWARE.
1363
1361
  """
1364
1362
 
1365
- - Babel, located at tools/node_modules/@babel, is licensed as follows:
1366
- """
1367
- MIT License
1368
-
1369
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1370
-
1371
- Permission is hereby granted, free of charge, to any person obtaining
1372
- a copy of this software and associated documentation files (the
1373
- "Software"), to deal in the Software without restriction, including
1374
- without limitation the rights to use, copy, modify, merge, publish,
1375
- distribute, sublicense, and/or sell copies of the Software, and to
1376
- permit persons to whom the Software is furnished to do so, subject to
1377
- the following conditions:
1378
-
1379
- The above copyright notice and this permission notice shall be
1380
- included in all copies or substantial portions of the Software.
1381
-
1382
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1383
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1384
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1385
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1386
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1387
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1388
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1389
- """
1390
-
1391
1363
  - gtest, located at deps/googletest, is licensed as follows:
1392
1364
  """
1393
1365
  Copyright 2008, Google Inc.
package/README.md CHANGED
@@ -10,14 +10,14 @@
10
10
  </a>
11
11
  </p>
12
12
 
13
- Node.js is an open-source, cross-platform, JavaScript runtime environment. It
14
- executes JavaScript code outside of a browser. For more information on using
15
- Node.js, see the [Node.js Website][].
13
+ Node.js is an open-source, cross-platform, JavaScript runtime environment.
14
+
15
+ For information on using Node.js, see the [Node.js Website][].
16
16
 
17
17
  The Node.js project uses an [open governance model](./GOVERNANCE.md). The
18
18
  [OpenJS Foundation][] provides support for the project.
19
19
 
20
- **This project is bound by a [Code of Conduct][].**
20
+ **This project has a [Code of Conduct][].**
21
21
 
22
22
  # Table of contents
23
23
 
@@ -156,8 +156,9 @@ For information on reporting security vulnerabilities in Node.js, see
156
156
  For information about the governance of the Node.js project, see
157
157
  [GOVERNANCE.md](./GOVERNANCE.md).
158
158
 
159
- <!-- node-core-utils depends on the format of the TSC list. If the
160
- format changes, those utilities need to be tested and updated. -->
159
+ <!-- node-core-utils and find-inactive-tsc.mjs depend on the format of the TSC
160
+ list. If the format changes, those utilities need to be tested and
161
+ updated. -->
161
162
 
162
163
  ### TSC (Technical Steering Committee)
163
164
 
@@ -175,14 +176,10 @@ For information about the governance of the Node.js project, see
175
176
  **Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
176
177
  * [cjihrig](https://github.com/cjihrig) -
177
178
  **Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
178
- * [codebytere](https://github.com/codebytere) -
179
- **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
180
179
  * [danielleadams](https://github.com/danielleadams) -
181
180
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
182
181
  * [fhinkel](https://github.com/fhinkel) -
183
182
  **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
184
- * [gabrielschulhof](https://github.com/gabrielschulhof) -
185
- **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
186
183
  * [gireeshpunathil](https://github.com/gireeshpunathil) -
187
184
  **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
188
185
  * [jasnell](https://github.com/jasnell) -
@@ -191,12 +188,16 @@ For information about the governance of the Node.js project, see
191
188
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
192
189
  * [mcollina](https://github.com/mcollina) -
193
190
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
191
+ * [Mesteery](https://github.com/Mesteery) -
192
+ **Mestery** <<mestery@protonmail.com>> (he/him)
194
193
  * [mhdawson](https://github.com/mhdawson) -
195
194
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
196
195
  * [mmarchini](https://github.com/mmarchini) -
197
196
  **Mary Marchini** <<oss@mmarchini.me>> (she/her)
198
197
  * [MylesBorins](https://github.com/MylesBorins) -
199
198
  **Myles Borins** <<myles.borins@gmail.com>> (he/him)
199
+ * [RaisinTen](https://github.com/RaisinTen) -
200
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
200
201
  * [richardlau](https://github.com/richardlau) -
201
202
  **Richard Lau** <<rlau@redhat.com>>
202
203
  * [ronag](https://github.com/ronag) -
@@ -220,12 +221,16 @@ For information about the governance of the Node.js project, see
220
221
  **Ben Noordhuis** <<info@bnoordhuis.nl>>
221
222
  * [chrisdickinson](https://github.com/chrisdickinson) -
222
223
  **Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
224
+ * [codebytere](https://github.com/codebytere) -
225
+ **Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
223
226
  * [danbev](https://github.com/danbev) -
224
227
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
225
228
  * [evanlucas](https://github.com/evanlucas) -
226
229
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
227
230
  * [Fishrock123](https://github.com/Fishrock123) -
228
231
  **Jeremiah Senkpiel** <<fishrock123@rocketmail.com>> (he/they)
232
+ * [gabrielschulhof](https://github.com/gabrielschulhof) -
233
+ **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
229
234
  * [gibfahn](https://github.com/gibfahn) -
230
235
  **Gibson Fahnestock** <<gibfahn@gmail.com>> (he/him)
231
236
  * [indutny](https://github.com/indutny) -
@@ -289,6 +294,8 @@ For information about the governance of the Node.js project, see
289
294
  **Beth Griggs** <<bgriggs@redhat.com>> (she/her)
290
295
  * [bmeck](https://github.com/bmeck) -
291
296
  **Bradley Farias** <<bradley.meck@gmail.com>>
297
+ * [bnb](https://github.com/bnb) -
298
+ **Tierney Cyren** <<hello@bnb.im>> (they/he)
292
299
  * [boneskull](https://github.com/boneskull) -
293
300
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
294
301
  * [BridgeAR](https://github.com/BridgeAR) -
@@ -307,8 +314,6 @@ For information about the governance of the Node.js project, see
307
314
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
308
315
  * [danielleadams](https://github.com/danielleadams) -
309
316
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
310
- * [davisjam](https://github.com/davisjam) -
311
- **Jamie Davis** <<davisjam@vt.edu>> (he/him)
312
317
  * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
313
318
  **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
314
319
  * [devnexen](https://github.com/devnexen) -
@@ -321,8 +326,6 @@ For information about the governance of the Node.js project, see
321
326
  **Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
322
327
  * [edsadr](https://github.com/edsadr) -
323
328
  **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
324
- * [eugeneo](https://github.com/eugeneo) -
325
- **Eugene Ostroukhov** <<eostroukhov@google.com>>
326
329
  * [evanlucas](https://github.com/evanlucas) -
327
330
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
328
331
  * [fhinkel](https://github.com/fhinkel) -
@@ -377,8 +380,6 @@ For information about the governance of the Node.js project, see
377
380
  **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
378
381
  * [Lxxyx](https://github.com/Lxxyx) -
379
382
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
380
- * [mafintosh](https://github.com/mafintosh) -
381
- **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
382
383
  * [mcollina](https://github.com/mcollina) -
383
384
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
384
385
  * [mhdawson](https://github.com/mhdawson) -
@@ -421,12 +422,8 @@ For information about the governance of the Node.js project, see
421
422
  **Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
422
423
  * [santigimeno](https://github.com/santigimeno) -
423
424
  **Santiago Gimeno** <<santiago.gimeno@gmail.com>>
424
- * [seishun](https://github.com/seishun) -
425
- **Nikolai Vavilov** <<vvnicholas@gmail.com>>
426
425
  * [shisama](https://github.com/shisama) -
427
426
  **Masashi Hirano** <<shisama07@gmail.com>> (he/him)
428
- * [silverwind](https://github.com/silverwind) -
429
- **Roman Reiss** <<me@silverwind.io>>
430
427
  * [srl295](https://github.com/srl295) -
431
428
  **Steven R Loomis** <<srloomis@us.ibm.com>>
432
429
  * [starkwang](https://github.com/starkwang) -
@@ -446,11 +443,9 @@ For information about the governance of the Node.js project, see
446
443
  * [vdeturckheim](https://github.com/vdeturckheim) -
447
444
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
448
445
  * [VoltrexMaster](https://github.com/VoltrexMaster) -
449
- **Voltrex** <<mohammadkeyvanzade94@gmail.com>> (he/him)
446
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
450
447
  * [watilde](https://github.com/watilde) -
451
448
  **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
452
- * [watson](https://github.com/watson) -
453
- **Thomas Watson** <<w@tson.dk>>
454
449
  * [XadillaX](https://github.com/XadillaX) -
455
450
  **Khaidi Chu** <<i@2333.moe>> (he/him)
456
451
  * [yashLadha](https://github.com/yashLadha) -
@@ -491,12 +486,16 @@ For information about the governance of the Node.js project, see
491
486
  **Claudio Rodriguez** <<cjrodr@yahoo.com>>
492
487
  * [DavidCai1993](https://github.com/DavidCai1993) -
493
488
  **David Cai** <<davidcai1993@yahoo.com>> (he/him)
489
+ * [davisjam](https://github.com/davisjam) -
490
+ **Jamie Davis** <<davisjam@vt.edu>> (he/him)
494
491
  * [digitalinfinity](https://github.com/digitalinfinity) -
495
492
  **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
496
493
  * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
497
494
  **Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
498
495
  * [estliberitas](https://github.com/estliberitas) -
499
496
  **Alexander Makarenko** <<estliberitas@gmail.com>>
497
+ * [eugeneo](https://github.com/eugeneo) -
498
+ **Eugene Ostroukhov** <<eostroukhov@google.com>>
500
499
  * [firedfox](https://github.com/firedfox) -
501
500
  **Daniel Wang** <<wangyang0123@gmail.com>>
502
501
  * [Fishrock123](https://github.com/Fishrock123) -
@@ -543,6 +542,8 @@ For information about the governance of the Node.js project, see
543
542
  **Aleksey Smolenchuk** <<lxe@lxe.co>>
544
543
  * [maclover7](https://github.com/maclover7) -
545
544
  **Jon Moss** <<me@jonathanmoss.me>> (he/him)
545
+ * [mafintosh](https://github.com/mafintosh) -
546
+ **Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
546
547
  * [matthewloring](https://github.com/matthewloring) -
547
548
  **Matthew Loring** <<mattloring@google.com>>
548
549
  * [micnic](https://github.com/micnic) -
@@ -599,8 +600,12 @@ For information about the governance of the Node.js project, see
599
600
  **Sam Roberts** <<vieuxtech@gmail.com>>
600
601
  * [sebdeckers](https://github.com/sebdeckers) -
601
602
  **Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
603
+ * [seishun](https://github.com/seishun) -
604
+ **Nikolai Vavilov** <<vvnicholas@gmail.com>>
602
605
  * [shigeki](https://github.com/shigeki) -
603
606
  **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
607
+ * [silverwind](https://github.com/silverwind) -
608
+ **Roman Reiss** <<me@silverwind.io>>
604
609
  * [stefanmb](https://github.com/stefanmb) -
605
610
  **Stefan Budeanu** <<stefan@budeanu.com>>
606
611
  * [tellnes](https://github.com/tellnes) -
@@ -617,6 +622,8 @@ For information about the governance of the Node.js project, see
617
622
  **Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
618
623
  * [vsemozhetbyt](https://github.com/vsemozhetbyt) -
619
624
  **Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
625
+ * [watson](https://github.com/watson) -
626
+ **Thomas Watson** <<w@tson.dk>>
620
627
  * [whitlockjc](https://github.com/whitlockjc) -
621
628
  **Jeremy Whitlock** <<jwhitlock@apache.org>>
622
629
  * [yhwang](https://github.com/yhwang) -
@@ -648,7 +655,7 @@ maintaining the Node.js project.
648
655
  * [RaisinTen](https://github.com/RaisinTen) -
649
656
  **Darshan Sen** <<raisinten@gmail.com>>
650
657
  * [VoltrexMaster](https://github.com/VoltrexMaster) -
651
- **Voltrex** <<mohammadkeyvanzade94@gmail.com>> (he/him)
658
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
652
659
 
653
660
  ### Release keys
654
661
 
package/bin/node CHANGED
Binary file
@@ -109,6 +109,10 @@
109
109
  }],
110
110
  ['OS=="linux"', {
111
111
  'node_section_ordering_info%': ''
112
+ }],
113
+ ['OS == "zos"', {
114
+ # use ICU data file on z/OS
115
+ 'icu_use_data_file_flag%': 1
112
116
  }]
113
117
  ],
114
118
  },
@@ -200,7 +204,11 @@
200
204
  # pull in V8's postmortem metadata
201
205
  'ldflags': [ '-Wl,-z,allextract' ]
202
206
  }],
203
- ['OS!="mac" and OS!="win"', {
207
+ ['OS=="zos"', {
208
+ # increase performance, number from experimentation
209
+ 'cflags': [ '-qINLINE=::150:100000' ]
210
+ }],
211
+ ['OS!="mac" and OS!="win" and OS!="zos"', {
204
212
  'cflags': [ '-fno-omit-frame-pointer' ],
205
213
  }],
206
214
  ['OS=="linux"', {
@@ -327,7 +335,7 @@
327
335
  [ 'target_arch=="arm64"', {
328
336
  'msvs_configuration_platform': 'arm64',
329
337
  }],
330
- ['asan == 1 and OS != "mac"', {
338
+ ['asan == 1 and OS != "mac" and OS != "zos"', {
331
339
  'cflags+': [
332
340
  '-fno-omit-frame-pointer',
333
341
  '-fsanitize=address',
@@ -419,7 +427,7 @@
419
427
  'cflags': [ '-m64', '-mminimal-toc' ],
420
428
  'ldflags': [ '-m64' ],
421
429
  }],
422
- [ 'target_arch=="s390x"', {
430
+ [ 'target_arch=="s390x" and OS=="linux"', {
423
431
  'cflags': [ '-m64', '-march=z196' ],
424
432
  'ldflags': [ '-m64', '-march=z196' ],
425
433
  }],
@@ -566,6 +574,48 @@
566
574
  'OPENSSL_NO_ASM',
567
575
  ],
568
576
  }],
577
+ ['OS == "zos"', {
578
+ 'defines': [
579
+ '_XOPEN_SOURCE_EXTENDED',
580
+ '_XOPEN_SOURCE=600',
581
+ '_UNIX03_THREADS',
582
+ '_UNIX03_WITHDRAWN',
583
+ '_UNIX03_SOURCE',
584
+ '_OPEN_SYS_SOCK_IPV6',
585
+ '_OPEN_SYS_FILE_EXT=1',
586
+ '_POSIX_SOURCE',
587
+ '_OPEN_SYS',
588
+ '_OPEN_SYS_IF_EXT',
589
+ '_OPEN_SYS_SOCK_IPV6',
590
+ '_OPEN_MSGQ_EXT',
591
+ '_LARGE_TIME_API',
592
+ '_ALL_SOURCE',
593
+ '_AE_BIMODAL=1',
594
+ '__IBMCPP_TR1__',
595
+ 'NODE_PLATFORM="os390"',
596
+ 'PATH_MAX=1024',
597
+ '_ENHANCED_ASCII_EXT=0xFFFFFFFF',
598
+ '_Export=extern',
599
+ '__static_assert=static_assert',
600
+ ],
601
+ 'cflags': [
602
+ '-q64',
603
+ '-Wc,DLL',
604
+ '-Wa,GOFF',
605
+ '-qARCH=10',
606
+ '-qASCII',
607
+ '-qTUNE=12',
608
+ '-qENUM=INT',
609
+ '-qEXPORTALL',
610
+ '-qASM',
611
+ ],
612
+ 'cflags_cc': [
613
+ '-qxclang=-std=c++14',
614
+ ],
615
+ 'ldflags': [
616
+ '-q64',
617
+ ],
618
+ }],
569
619
  ],
570
620
  }
571
621
  }
@@ -16,12 +16,12 @@
16
16
  'force_dynamic_crt': 0,
17
17
  'gas_version': '2.30',
18
18
  'host_arch': 'arm64',
19
- 'icu_data_in': '../../deps/icu-tmp/icudt69l.dat',
19
+ 'icu_data_in': '../../deps/icu-tmp/icudt70l.dat',
20
20
  'icu_endianness': 'l',
21
21
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
22
22
  'icu_path': 'deps/icu-small',
23
23
  'icu_small': 'false',
24
- 'icu_ver_major': '69',
24
+ 'icu_ver_major': '70',
25
25
  'is_debug': 0,
26
26
  'llvm_version': '0.0',
27
27
  'napi_build_version': '8',
@@ -29,6 +29,7 @@
29
29
  'node_debug_lib': 'false',
30
30
  'node_enable_d8': 'false',
31
31
  'node_fipsinstall': 'false',
32
+ 'node_install_corepack': 'true',
32
33
  'node_install_npm': 'true',
33
34
  'node_library_files': [ 'lib/_http_client.js',
34
35
  'lib/diagnostics_channel.js',
@@ -213,6 +214,8 @@
213
214
  'lib/internal/modules/esm/resolve.js',
214
215
  'lib/internal/modules/esm/create_dynamic_module.js',
215
216
  'lib/internal/modules/esm/load.js',
217
+ 'lib/internal/modules/esm/handle_process_exit.js',
218
+ 'lib/internal/modules/esm/initialize_import_meta.js',
216
219
  'lib/internal/modules/esm/translators.js',
217
220
  'lib/internal/modules/esm/get_format.js',
218
221
  'lib/internal/modules/esm/get_source.js',
@@ -272,6 +275,7 @@
272
275
  'lib/internal/streams/duplexify.js',
273
276
  'lib/internal/streams/legacy.js',
274
277
  'lib/internal/streams/transform.js',
278
+ 'lib/internal/streams/operators.js',
275
279
  'lib/internal/streams/readable.js',
276
280
  'lib/internal/streams/writable.js',
277
281
  'lib/internal/streams/duplex.js',
@@ -111,6 +111,12 @@ NAPI_EXTERN napi_status napi_create_range_error(napi_env env,
111
111
  napi_value code,
112
112
  napi_value msg,
113
113
  napi_value* result);
114
+ #ifdef NAPI_EXPERIMENTAL
115
+ NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env,
116
+ napi_value code,
117
+ napi_value msg,
118
+ napi_value* result);
119
+ #endif // NAPI_EXPERIMENTAL
114
120
 
115
121
  // Methods to get the native napi_value from Primitive type
116
122
  NAPI_EXTERN napi_status napi_typeof(napi_env env,
@@ -370,6 +376,11 @@ NAPI_EXTERN napi_status napi_throw_type_error(napi_env env,
370
376
  NAPI_EXTERN napi_status napi_throw_range_error(napi_env env,
371
377
  const char* code,
372
378
  const char* msg);
379
+ #ifdef NAPI_EXPERIMENTAL
380
+ NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
381
+ const char* code,
382
+ const char* msg);
383
+ #endif // NAPI_EXPERIMENTAL
373
384
  NAPI_EXTERN napi_status napi_is_error(napi_env env,
374
385
  napi_value value,
375
386
  bool* result);
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 1
26
+ #define NODE_MINOR_VERSION 4
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Oct 19 08:07:57 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 22:49:16 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 0
32
+ # define OPENSSL_VERSION_PATCH 1
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.0"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.0+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.1"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "7 sep 2021"
85
+ # define OPENSSL_RELEASE_DATE "14 Dec 2021"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.0+quic 7 sep 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Oct 19 08:08:13 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 22:49:37 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 0
32
+ # define OPENSSL_VERSION_PATCH 1
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.0"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.0+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.1"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "7 sep 2021"
85
+ # define OPENSSL_RELEASE_DATE "14 Dec 2021"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.0+quic 7 sep 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Oct 19 08:08:28 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 22:49:57 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 0
32
+ # define OPENSSL_VERSION_PATCH 1
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.0"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.0+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.1"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "7 sep 2021"
85
+ # define OPENSSL_RELEASE_DATE "14 Dec 2021"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.0+quic 7 sep 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Oct 19 08:08:42 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 22:50:15 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 0
32
+ # define OPENSSL_VERSION_PATCH 1
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.0"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.0+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.1"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "7 sep 2021"
85
+ # define OPENSSL_RELEASE_DATE "14 Dec 2021"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.0+quic 7 sep 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Oct 19 08:09:01 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 22:50:43 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a