Ravenports generated: 03 Sep 2023 19:45
[ravenports.git] / bucket_96 / nodejs
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               nodejs
4 VERSION=                20.5.1
5 REVISION=               1
6 KEYWORDS=               www lang
7 VARIANTS=               standard
8 SDESC[standard]=        Evented I/O for V8 JavaScript
9 HOMEPAGE=               https://nodejs.org/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://nodejs.org/dist/v20.5.1/
14 DISTFILE[1]=            node-v20.5.1.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[standard]=        complete
17                         primary
18                         dev
19                         man
20                         docs
21
22 OPTIONS_AVAILABLE=      SYSTEM SMALL_EMBED NO_SUPPORT
23 OPTIONS_STANDARD=       SYSTEM SMALL_EMBED NO_SUPPORT
24 OPTGROUP_RADIO=         ICU_OPTIONS
25 OPTDESCR[ICU_OPTIONS]=  Support for Unicode
26 OPTGROUP[ICU_OPTIONS]=  SYSTEM SMALL_EMBED NO_SUPPORT
27 OPT_ON[all]=            SMALL_EMBED
28
29 BROKEN[sunos]=          The ld.sun linker does not support required options
30
31 BUILD_DEPENDS=          libnghttp2:dev:standard
32                         libuv:dev:standard
33 BUILDRUN_DEPENDS=       libuv:primary:standard
34                         libnghttp2:primary:standard
35
36 USES=                   execinfo gmake python:build pkgconfig shebangfix cpe
37                         zlib
38
39 DISTNAME=               node-v20.5.1
40
41 LICENSE=                MIT:primary
42 LICENSE_FILE=           MIT:{{WRKSRC}}/LICENSE
43 LICENSE_SCHEME=         solo
44
45 CPE_PRODUCT=            node.js
46 CPE_VENDOR=             nodejs
47 FPC_EQUIVALENT=         www/node
48 SHEBANG_FILES=          tools/specialize_node_d.py
49                         tools/genv8constants.py
50
51 MUST_CONFIGURE=         yes
52 CONFIGURE_ARGS=         --prefix={{PREFIX}}
53                         --without-npm
54                         --shared-libuv
55                         --shared-zlib
56                         --shared-nghttp2
57
58 MAKE_ENV=               CC.host={{CC}}
59                         CXX.host={{CXX}}
60                         LINK.host={{CXX}}
61                         LINK.target={{CXX}}
62
63 INSTALL_REQ_TOOLCHAIN=  yes
64
65 VAR_OPSYS[netbsd]=      CONFIGURE_ARGS=--dest-os=netbsd
66                         CONFIGURE_ARGS=--experimental-enable-pointer-compression
67 VAR_OPSYS[midnightbsd]= CONFIGURE_ARGS=--dest-os=freebsd
68
69 [SYSTEM].DESCRIPTION=                   Link with installed ICU library
70 [SYSTEM].BUILDRUN_DEPENDS_ON=           icu:primary:standard
71 [SYSTEM].BUILD_DEPENDS_ON=              icu:dev:standard
72 [SYSTEM].CONFIGURE_ARGS_ON=             --with-intl=system-icu
73
74 [NO_SUPPORT].DESCRIPTION=               Build node without ICU support
75 [NO_SUPPORT].CONFIGURE_ARGS_ON=         --with-intl=none
76
77 [SMALL_EMBED].DESCRIPTION=              Embed a limited set of ICU data
78 [SMALL_EMBED].CONFIGURE_ARGS_ON=        --with-intl=small-icu
79 [SMALL_EMBED].USES_ON=                  c++:primary
80
81 post-configure-netbsd:
82         # Fixes "Fatal process OOM in Failed to reserve virtual memory for CodeRange" error
83         # in addition to enable-pointer-compression option
84         ${REINPLACE_CMD} -E 's|(call do_cmd,link\))|\1\n\t${PAXCTL} +m $$@|'\
85                 ${WRKSRC}/out/tools/v8_gypfiles/mksnapshot.target.mk \
86                 ${WRKSRC}/out/node_mksnapshot.target.mk
87
88 pre-configure-netbsd:
89         # hack to avoid undefined reference to 'engine_load_devcrypto_int'
90         ${REINPLACE_CMD} -e 's/ifndef OPENSSL_NO_DEVCRYPTOENG/if 0/' \
91                 ${WRKSRC}/deps/openssl/openssl/crypto/init.c
92         ${REINPLACE_CMD} -e 's/=="freebsd"/=="netbsd"/g' \
93                 ${WRKSRC}/deps/openssl/*.gypi
94
95 post-install:
96         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
97         ${CHOWN} ${MANMODE} ${STAGEDIR}${PREFIX}/share/man/man1/node.1
98
99 pre-configure:
100         ${GREP} -rl "/usr/local" ${WRKSRC} | \
101                 ${XARGS} ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'
102         # So many different ways to run python. Fix them all.
103         ${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
104                 ${WRKSRC}/configure
105         ${FIND} ${WRKSRC} -type f -name '*.gyp*' -print0 | \
106                 ${XARGS} -0 ${REINPLACE_CMD} \
107                         -e "s|'python'|'${PYTHON_CMD}'|" \
108                         -e 's|<!(python |<!(${PYTHON_CMD} |' \
109                         -e 's|\&\& python |\&\& ${PYTHON_CMD} |'
110         # fix inability for torque to find libz
111         ${REINPLACE_CMD} -e 's|@RAVRPATH@|-Wl,-rpath,${PREFIX}/lib|' \
112                 ${WRKSRC}/tools/v8_gypfiles/v8.gyp
113         # fix openssl config files for Dragonfly and NetBSD
114         ${GREP} -rl "(defined(__FreeBSD__) || defined(__OpenBSD__))" \
115         ${WRKSRC}/deps/openssl/config | ${XARGS} ${REINPLACE_CMD} -E -e \
116         "s/\(defined\(__FreeBSD__\) \|\| defined\(__OpenBSD__\)\)/(defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__))/"
117         ${FIND} ${WRKSRC} -name "*.bak" -delete
118
119 pre-configure-dragonfly:
120         # using freebsd's config, but large pages not supported
121         ${REINPLACE_CMD} -e '/"linux freebsd mac"/ s/ freebsd//' \
122                 ${WRKSRC}/node.gyp
123
124 post-install-netbsd:
125         ${PAXCTL} +m ${STAGEDIR}${PREFIX}/bin/node
126
127 [FILE:263:descriptions/desc.primary]
128 Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
129 engine. Node.js uses an event-driven, non-blocking I/O model that
130 makes it lightweight and efficient. Node.js' package ecosystem,
131 npm, is the largest ecosystem of open source libraries in the world.
132
133
134 [FILE:98:distinfo]
135 7e07a56c414a8cbb5ab788e7fe8828902af9e61aaaf7c53beff0688b59c75f83     86623005 node-v20.5.1.tar.gz
136
137
138 [FILE:715:manifests/plist.primary]
139 bin/
140  corepack
141  node
142 lib/node_modules/corepack/
143  CHANGELOG.md
144  LICENSE.md
145  README.md
146  package.json
147 lib/node_modules/corepack/dist/
148  corepack.js
149  npm.js
150  npx.js
151  pnpm.js
152  pnpx.js
153  yarn.js
154  yarnpkg.js
155 lib/node_modules/corepack/dist/lib/corepack.cjs
156 lib/node_modules/corepack/shims/
157  corepack
158  corepack.cmd
159  corepack.ps1
160  npm
161  npm.cmd
162  npm.ps1
163  npx
164  npx.cmd
165  npx.ps1
166  pnpm
167  pnpm.cmd
168  pnpm.ps1
169  pnpx
170  pnpx.cmd
171  pnpx.ps1
172  yarn
173  yarn.cmd
174  yarn.ps1
175  yarnpkg
176  yarnpkg.cmd
177  yarnpkg.ps1
178 lib/node_modules/corepack/shims/nodewin/
179  corepack
180  corepack.cmd
181  corepack.ps1
182  npm
183  npm.cmd
184  npm.ps1
185  npx
186  npx.cmd
187  npx.ps1
188  pnpm
189  pnpm.cmd
190  pnpm.ps1
191  pnpx
192  pnpx.cmd
193  pnpx.ps1
194  yarn
195  yarn.cmd
196  yarn.ps1
197  yarnpkg
198  yarnpkg.cmd
199  yarnpkg.ps1
200
201
202 [FILE:41014:manifests/plist.dev]
203 include/node/
204  common.gypi
205  config.gypi
206  js_native_api.h
207  js_native_api_types.h
208  node.h
209  node_api.h
210  node_api_types.h
211  node_buffer.h
212  node_object_wrap.h
213  node_version.h
214  v8-array-buffer.h
215  v8-callbacks.h
216  v8-container.h
217  v8-context.h
218  v8-data.h
219  v8-date.h
220  v8-debug.h
221  v8-embedder-heap.h
222  v8-embedder-state-scope.h
223  v8-exception.h
224  v8-extension.h
225  v8-external.h
226  v8-forward.h
227  v8-function-callback.h
228  v8-function.h
229  v8-initialization.h
230  v8-internal.h
231  v8-isolate.h
232  v8-json.h
233  v8-local-handle.h
234  v8-locker.h
235  v8-maybe.h
236  v8-memory-span.h
237  v8-message.h
238  v8-microtask-queue.h
239  v8-microtask.h
240  v8-object.h
241  v8-persistent-handle.h
242  v8-platform.h
243  v8-primitive-object.h
244  v8-primitive.h
245  v8-profiler.h
246  v8-promise.h
247  v8-proxy.h
248  v8-regexp.h
249  v8-script.h
250  v8-snapshot.h
251  v8-statistics.h
252  v8-template.h
253  v8-traced-handle.h
254  v8-typed-array.h
255  v8-unwinder.h
256  v8-value-serializer.h
257  v8-value.h
258  v8-version.h
259  v8-wasm.h
260  v8-weak-callback-info.h
261  v8.h
262  v8config.h
263 include/node/cppgc/common.h
264 include/node/libplatform/
265  libplatform-export.h
266  libplatform.h
267  v8-tracing.h
268 include/node/openssl/
269  aes.h
270  asn1.h
271  asn1_asm.h
272  asn1_mac.h
273  asn1_no-asm.h
274  asn1err.h
275  asn1t.h
276  asn1t_asm.h
277  asn1t_no-asm.h
278  async.h
279  asyncerr.h
280  bio.h
281  bio_asm.h
282  bio_no-asm.h
283  bioerr.h
284  blowfish.h
285  bn.h
286  bn_conf.h
287  bn_conf_asm.h
288  bn_conf_no-asm.h
289  bnerr.h
290  buffer.h
291  buffererr.h
292  camellia.h
293  cast.h
294  cmac.h
295  cmp.h
296  cmp_asm.h
297  cmp_no-asm.h
298  cmp_util.h
299  cmperr.h
300  cms.h
301  cms_asm.h
302  cms_no-asm.h
303  cmserr.h
304  comp.h
305  comperr.h
306  conf.h
307  conf_api.h
308  conf_asm.h
309  conf_no-asm.h
310  conferr.h
311  configuration.h
312  configuration_asm.h
313  configuration_no-asm.h
314  conftypes.h
315  core.h
316  core_dispatch.h
317  core_names.h
318  core_object.h
319  crmf.h
320  crmf_asm.h
321  crmf_no-asm.h
322  crmferr.h
323  crypto.h
324  crypto_asm.h
325  crypto_no-asm.h
326  cryptoerr.h
327  cryptoerr_legacy.h
328  ct.h
329  ct_asm.h
330  ct_no-asm.h
331  cterr.h
332  decoder.h
333  decodererr.h
334  des.h
335  dh.h
336  dherr.h
337  dsa.h
338  dsaerr.h
339  dso_conf.h
340  dso_conf_asm.h
341  dso_conf_no-asm.h
342  dtls1.h
343  e_os2.h
344  ebcdic.h
345  ec.h
346  ecdh.h
347  ecdsa.h
348  ecerr.h
349  encoder.h
350  encodererr.h
351  engine.h
352  engineerr.h
353  err.h
354  err_asm.h
355  err_no-asm.h
356  ess.h
357  ess_asm.h
358  ess_no-asm.h
359  esserr.h
360  evp.h
361  evperr.h
362  fips_names.h
363  fipskey.h
364  fipskey_asm.h
365  fipskey_no-asm.h
366  hmac.h
367  http.h
368  httperr.h
369  idea.h
370  kdf.h
371  kdferr.h
372  lhash.h
373  lhash_asm.h
374  lhash_no-asm.h
375  macros.h
376  md2.h
377  md4.h
378  md5.h
379  mdc2.h
380  modes.h
381  obj_mac.h
382  objects.h
383  objectserr.h
384  ocsp.h
385  ocsp_asm.h
386  ocsp_no-asm.h
387  ocsperr.h
388  opensslconf.h
389  opensslconf_asm.h
390  opensslv.h
391  opensslv_asm.h
392  opensslv_no-asm.h
393  ossl_typ.h
394  param_build.h
395  params.h
396  pem.h
397  pem2.h
398  pemerr.h
399  pkcs12.h
400  pkcs12_asm.h
401  pkcs12_no-asm.h
402  pkcs12err.h
403  pkcs7.h
404  pkcs7_asm.h
405  pkcs7_no-asm.h
406  pkcs7err.h
407  prov_ssl.h
408  proverr.h
409  provider.h
410  quic.h
411  rand.h
412  randerr.h
413  rc2.h
414  rc4.h
415  rc5.h
416  ripemd.h
417  rsa.h
418  rsaerr.h
419  safestack.h
420  safestack_asm.h
421  safestack_no-asm.h
422  seed.h
423  self_test.h
424  sha.h
425  srp.h
426  srp_asm.h
427  srp_no-asm.h
428  srtp.h
429  ssl.h
430  ssl2.h
431  ssl3.h
432  ssl_asm.h
433  ssl_no-asm.h
434  sslerr.h
435  sslerr_legacy.h
436  stack.h
437  store.h
438  storeerr.h
439  symhacks.h
440  tls1.h
441  trace.h
442  ts.h
443  tserr.h
444  txt_db.h
445  types.h
446  ui.h
447  ui_asm.h
448  ui_no-asm.h
449  uierr.h
450  whrlpool.h
451  x509.h
452  x509_asm.h
453  x509_no-asm.h
454  x509_vfy.h
455  x509_vfy_asm.h
456  x509_vfy_no-asm.h
457  x509err.h
458  x509v3.h
459  x509v3_asm.h
460  x509v3_no-asm.h
461  x509v3err.h
462 include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
463 include/node/openssl/archs/BSD-x86/asm/include/progs.h
464 include/node/openssl/archs/BSD-x86/asm/include/crypto/
465  bn_conf.h
466  dso_conf.h
467 include/node/openssl/archs/BSD-x86/asm/include/openssl/
468  asn1.h
469  asn1t.h
470  bio.h
471  cmp.h
472  cms.h
473  conf.h
474  configuration.h
475  crmf.h
476  crypto.h
477  ct.h
478  err.h
479  ess.h
480  fipskey.h
481  lhash.h
482  ocsp.h
483  opensslv.h
484  pkcs12.h
485  pkcs7.h
486  safestack.h
487  srp.h
488  ssl.h
489  ui.h
490  x509.h
491  x509_vfy.h
492  x509v3.h
493 include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/
494  der_digests.h
495  der_dsa.h
496  der_ec.h
497  der_ecx.h
498  der_rsa.h
499  der_sm2.h
500  der_wrap.h
501 include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
502 include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
503 include/node/openssl/archs/BSD-x86/asm_avx2/include/crypto/
504  bn_conf.h
505  dso_conf.h
506 include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/
507  asn1.h
508  asn1t.h
509  bio.h
510  cmp.h
511  cms.h
512  conf.h
513  configuration.h
514  crmf.h
515  crypto.h
516  ct.h
517  err.h
518  ess.h
519  fipskey.h
520  lhash.h
521  ocsp.h
522  opensslv.h
523  pkcs12.h
524  pkcs7.h
525  safestack.h
526  srp.h
527  ssl.h
528  ui.h
529  x509.h
530  x509_vfy.h
531  x509v3.h
532 include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/
533  der_digests.h
534  der_dsa.h
535  der_ec.h
536  der_ecx.h
537  der_rsa.h
538  der_sm2.h
539  der_wrap.h
540 include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
541 include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
542 include/node/openssl/archs/BSD-x86/no-asm/include/crypto/
543  bn_conf.h
544  dso_conf.h
545 include/node/openssl/archs/BSD-x86/no-asm/include/openssl/
546  asn1.h
547  asn1t.h
548  bio.h
549  cmp.h
550  cms.h
551  conf.h
552  configuration.h
553  crmf.h
554  crypto.h
555  ct.h
556  err.h
557  ess.h
558  fipskey.h
559  lhash.h
560  ocsp.h
561  opensslv.h
562  pkcs12.h
563  pkcs7.h
564  safestack.h
565  srp.h
566  ssl.h
567  ui.h
568  x509.h
569  x509_vfy.h
570  x509v3.h
571 include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/
572  der_digests.h
573  der_dsa.h
574  der_ec.h
575  der_ecx.h
576  der_rsa.h
577  der_sm2.h
578  der_wrap.h
579 include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
580 include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
581 include/node/openssl/archs/BSD-x86_64/asm/include/crypto/
582  bn_conf.h
583  dso_conf.h
584 include/node/openssl/archs/BSD-x86_64/asm/include/openssl/
585  asn1.h
586  asn1t.h
587  bio.h
588  cmp.h
589  cms.h
590  conf.h
591  configuration.h
592  crmf.h
593  crypto.h
594  ct.h
595  err.h
596  ess.h
597  fipskey.h
598  lhash.h
599  ocsp.h
600  opensslv.h
601  pkcs12.h
602  pkcs7.h
603  safestack.h
604  srp.h
605  ssl.h
606  ui.h
607  x509.h
608  x509_vfy.h
609  x509v3.h
610 include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/
611  der_digests.h
612  der_dsa.h
613  der_ec.h
614  der_ecx.h
615  der_rsa.h
616  der_sm2.h
617  der_wrap.h
618 include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
619 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
620 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/crypto/
621  bn_conf.h
622  dso_conf.h
623 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/
624  asn1.h
625  asn1t.h
626  bio.h
627  cmp.h
628  cms.h
629  conf.h
630  configuration.h
631  crmf.h
632  crypto.h
633  ct.h
634  err.h
635  ess.h
636  fipskey.h
637  lhash.h
638  ocsp.h
639  opensslv.h
640  pkcs12.h
641  pkcs7.h
642  safestack.h
643  srp.h
644  ssl.h
645  ui.h
646  x509.h
647  x509_vfy.h
648  x509v3.h
649 include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/
650  der_digests.h
651  der_dsa.h
652  der_ec.h
653  der_ecx.h
654  der_rsa.h
655  der_sm2.h
656  der_wrap.h
657 include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
658 include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
659 include/node/openssl/archs/BSD-x86_64/no-asm/include/crypto/
660  bn_conf.h
661  dso_conf.h
662 include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/
663  asn1.h
664  asn1t.h
665  bio.h
666  cmp.h
667  cms.h
668  conf.h
669  configuration.h
670  crmf.h
671  crypto.h
672  ct.h
673  err.h
674  ess.h
675  fipskey.h
676  lhash.h
677  ocsp.h
678  opensslv.h
679  pkcs12.h
680  pkcs7.h
681  safestack.h
682  srp.h
683  ssl.h
684  ui.h
685  x509.h
686  x509_vfy.h
687  x509v3.h
688 include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/
689  der_digests.h
690  der_dsa.h
691  der_ec.h
692  der_ecx.h
693  der_rsa.h
694  der_sm2.h
695  der_wrap.h
696 include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
697 include/node/openssl/archs/VC-WIN32/asm/include/progs.h
698 include/node/openssl/archs/VC-WIN32/asm/include/crypto/
699  bn_conf.h
700  dso_conf.h
701 include/node/openssl/archs/VC-WIN32/asm/include/openssl/
702  asn1.h
703  asn1t.h
704  bio.h
705  cmp.h
706  cms.h
707  conf.h
708  configuration.h
709  crmf.h
710  crypto.h
711  ct.h
712  err.h
713  ess.h
714  fipskey.h
715  lhash.h
716  ocsp.h
717  opensslv.h
718  pkcs12.h
719  pkcs7.h
720  safestack.h
721  srp.h
722  ssl.h
723  ui.h
724  x509.h
725  x509_vfy.h
726  x509v3.h
727 include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/
728  der_digests.h
729  der_dsa.h
730  der_ec.h
731  der_ecx.h
732  der_rsa.h
733  der_sm2.h
734  der_wrap.h
735 include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
736 include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
737 include/node/openssl/archs/VC-WIN32/asm_avx2/include/crypto/
738  bn_conf.h
739  dso_conf.h
740 include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/
741  asn1.h
742  asn1t.h
743  bio.h
744  cmp.h
745  cms.h
746  conf.h
747  configuration.h
748  crmf.h
749  crypto.h
750  ct.h
751  err.h
752  ess.h
753  fipskey.h
754  lhash.h
755  ocsp.h
756  opensslv.h
757  pkcs12.h
758  pkcs7.h
759  safestack.h
760  srp.h
761  ssl.h
762  ui.h
763  x509.h
764  x509_vfy.h
765  x509v3.h
766 include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/
767  der_digests.h
768  der_dsa.h
769  der_ec.h
770  der_ecx.h
771  der_rsa.h
772  der_sm2.h
773  der_wrap.h
774 include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
775 include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
776 include/node/openssl/archs/VC-WIN32/no-asm/include/crypto/
777  bn_conf.h
778  dso_conf.h
779 include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/
780  asn1.h
781  asn1t.h
782  bio.h
783  cmp.h
784  cms.h
785  conf.h
786  configuration.h
787  crmf.h
788  crypto.h
789  ct.h
790  err.h
791  ess.h
792  fipskey.h
793  lhash.h
794  ocsp.h
795  opensslv.h
796  pkcs12.h
797  pkcs7.h
798  safestack.h
799  srp.h
800  ssl.h
801  ui.h
802  x509.h
803  x509_vfy.h
804  x509v3.h
805 include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/
806  der_digests.h
807  der_dsa.h
808  der_ec.h
809  der_ecx.h
810  der_rsa.h
811  der_sm2.h
812  der_wrap.h
813 include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
814 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
815 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/crypto/
816  bn_conf.h
817  dso_conf.h
818 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/
819  asn1.h
820  asn1t.h
821  bio.h
822  cmp.h
823  cms.h
824  conf.h
825  configuration.h
826  crmf.h
827  crypto.h
828  ct.h
829  err.h
830  ess.h
831  fipskey.h
832  lhash.h
833  ocsp.h
834  opensslv.h
835  pkcs12.h
836  pkcs7.h
837  safestack.h
838  srp.h
839  ssl.h
840  ui.h
841  x509.h
842  x509_vfy.h
843  x509v3.h
844 include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/
845  der_digests.h
846  der_dsa.h
847  der_ec.h
848  der_ecx.h
849  der_rsa.h
850  der_sm2.h
851  der_wrap.h
852 include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
853 include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
854 include/node/openssl/archs/VC-WIN64A/asm/include/crypto/
855  bn_conf.h
856  dso_conf.h
857 include/node/openssl/archs/VC-WIN64A/asm/include/openssl/
858  asn1.h
859  asn1t.h
860  bio.h
861  cmp.h
862  cms.h
863  conf.h
864  configuration.h
865  crmf.h
866  crypto.h
867  ct.h
868  err.h
869  ess.h
870  fipskey.h
871  lhash.h
872  ocsp.h
873  opensslv.h
874  pkcs12.h
875  pkcs7.h
876  safestack.h
877  srp.h
878  ssl.h
879  ui.h
880  x509.h
881  x509_vfy.h
882  x509v3.h
883 include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/
884  der_digests.h
885  der_dsa.h
886  der_ec.h
887  der_ecx.h
888  der_rsa.h
889  der_sm2.h
890  der_wrap.h
891 include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
892 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
893 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/crypto/
894  bn_conf.h
895  dso_conf.h
896 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/
897  asn1.h
898  asn1t.h
899  bio.h
900  cmp.h
901  cms.h
902  conf.h
903  configuration.h
904  crmf.h
905  crypto.h
906  ct.h
907  err.h
908  ess.h
909  fipskey.h
910  lhash.h
911  ocsp.h
912  opensslv.h
913  pkcs12.h
914  pkcs7.h
915  safestack.h
916  srp.h
917  ssl.h
918  ui.h
919  x509.h
920  x509_vfy.h
921  x509v3.h
922 include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/
923  der_digests.h
924  der_dsa.h
925  der_ec.h
926  der_ecx.h
927  der_rsa.h
928  der_sm2.h
929  der_wrap.h
930 include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
931 include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
932 include/node/openssl/archs/VC-WIN64A/no-asm/include/crypto/
933  bn_conf.h
934  dso_conf.h
935 include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/
936  asn1.h
937  asn1t.h
938  bio.h
939  cmp.h
940  cms.h
941  conf.h
942  configuration.h
943  crmf.h
944  crypto.h
945  ct.h
946  err.h
947  ess.h
948  fipskey.h
949  lhash.h
950  ocsp.h
951  opensslv.h
952  pkcs12.h
953  pkcs7.h
954  safestack.h
955  srp.h
956  ssl.h
957  ui.h
958  x509.h
959  x509_vfy.h
960  x509v3.h
961 include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/
962  der_digests.h
963  der_dsa.h
964  der_ec.h
965  der_ecx.h
966  der_rsa.h
967  der_sm2.h
968  der_wrap.h
969 include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h
970 include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h
971 include/node/openssl/archs/aix64-gcc-as/asm/include/crypto/
972  bn_conf.h
973  dso_conf.h
974 include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/
975  asn1.h
976  asn1t.h
977  bio.h
978  cmp.h
979  cms.h
980  conf.h
981  configuration.h
982  crmf.h
983  crypto.h
984  ct.h
985  err.h
986  ess.h
987  fipskey.h
988  lhash.h
989  ocsp.h
990  opensslv.h
991  pkcs12.h
992  pkcs7.h
993  safestack.h
994  srp.h
995  ssl.h
996  ui.h
997  x509.h
998  x509_vfy.h
999  x509v3.h
1000 include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/
1001  der_digests.h
1002  der_dsa.h
1003  der_ec.h
1004  der_ecx.h
1005  der_rsa.h
1006  der_sm2.h
1007  der_wrap.h
1008 include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h
1009 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h
1010 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/crypto/
1011  bn_conf.h
1012  dso_conf.h
1013 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/
1014  asn1.h
1015  asn1t.h
1016  bio.h
1017  cmp.h
1018  cms.h
1019  conf.h
1020  configuration.h
1021  crmf.h
1022  crypto.h
1023  ct.h
1024  err.h
1025  ess.h
1026  fipskey.h
1027  lhash.h
1028  ocsp.h
1029  opensslv.h
1030  pkcs12.h
1031  pkcs7.h
1032  safestack.h
1033  srp.h
1034  ssl.h
1035  ui.h
1036  x509.h
1037  x509_vfy.h
1038  x509v3.h
1039 include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/
1040  der_digests.h
1041  der_dsa.h
1042  der_ec.h
1043  der_ecx.h
1044  der_rsa.h
1045  der_sm2.h
1046  der_wrap.h
1047 include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h
1048 include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h
1049 include/node/openssl/archs/aix64-gcc-as/no-asm/include/crypto/
1050  bn_conf.h
1051  dso_conf.h
1052 include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/
1053  asn1.h
1054  asn1t.h
1055  bio.h
1056  cmp.h
1057  cms.h
1058  conf.h
1059  configuration.h
1060  crmf.h
1061  crypto.h
1062  ct.h
1063  err.h
1064  ess.h
1065  fipskey.h
1066  lhash.h
1067  ocsp.h
1068  opensslv.h
1069  pkcs12.h
1070  pkcs7.h
1071  safestack.h
1072  srp.h
1073  ssl.h
1074  ui.h
1075  x509.h
1076  x509_vfy.h
1077  x509v3.h
1078 include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/
1079  der_digests.h
1080  der_dsa.h
1081  der_ec.h
1082  der_ecx.h
1083  der_rsa.h
1084  der_sm2.h
1085  der_wrap.h
1086 include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
1087 include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
1088 include/node/openssl/archs/darwin-i386-cc/asm/include/crypto/
1089  bn_conf.h
1090  dso_conf.h
1091 include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/
1092  asn1.h
1093  asn1t.h
1094  bio.h
1095  cmp.h
1096  cms.h
1097  conf.h
1098  configuration.h
1099  crmf.h
1100  crypto.h
1101  ct.h
1102  err.h
1103  ess.h
1104  fipskey.h
1105  lhash.h
1106  ocsp.h
1107  opensslv.h
1108  pkcs12.h
1109  pkcs7.h
1110  safestack.h
1111  srp.h
1112  ssl.h
1113  ui.h
1114  x509.h
1115  x509_vfy.h
1116  x509v3.h
1117 include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/
1118  der_digests.h
1119  der_dsa.h
1120  der_ec.h
1121  der_ecx.h
1122  der_rsa.h
1123  der_sm2.h
1124  der_wrap.h
1125 include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
1126 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
1127 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/crypto/
1128  bn_conf.h
1129  dso_conf.h
1130 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/
1131  asn1.h
1132  asn1t.h
1133  bio.h
1134  cmp.h
1135  cms.h
1136  conf.h
1137  configuration.h
1138  crmf.h
1139  crypto.h
1140  ct.h
1141  err.h
1142  ess.h
1143  fipskey.h
1144  lhash.h
1145  ocsp.h
1146  opensslv.h
1147  pkcs12.h
1148  pkcs7.h
1149  safestack.h
1150  srp.h
1151  ssl.h
1152  ui.h
1153  x509.h
1154  x509_vfy.h
1155  x509v3.h
1156 include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/
1157  der_digests.h
1158  der_dsa.h
1159  der_ec.h
1160  der_ecx.h
1161  der_rsa.h
1162  der_sm2.h
1163  der_wrap.h
1164 include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
1165 include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
1166 include/node/openssl/archs/darwin-i386-cc/no-asm/include/crypto/
1167  bn_conf.h
1168  dso_conf.h
1169 include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/
1170  asn1.h
1171  asn1t.h
1172  bio.h
1173  cmp.h
1174  cms.h
1175  conf.h
1176  configuration.h
1177  crmf.h
1178  crypto.h
1179  ct.h
1180  err.h
1181  ess.h
1182  fipskey.h
1183  lhash.h
1184  ocsp.h
1185  opensslv.h
1186  pkcs12.h
1187  pkcs7.h
1188  safestack.h
1189  srp.h
1190  ssl.h
1191  ui.h
1192  x509.h
1193  x509_vfy.h
1194  x509v3.h
1195 include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/
1196  der_digests.h
1197  der_dsa.h
1198  der_ec.h
1199  der_ecx.h
1200  der_rsa.h
1201  der_sm2.h
1202  der_wrap.h
1203 include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
1204 include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
1205 include/node/openssl/archs/darwin64-arm64-cc/asm/include/crypto/
1206  bn_conf.h
1207  dso_conf.h
1208 include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/
1209  asn1.h
1210  asn1t.h
1211  bio.h
1212  cmp.h
1213  cms.h
1214  conf.h
1215  configuration.h
1216  crmf.h
1217  crypto.h
1218  ct.h
1219  err.h
1220  ess.h
1221  fipskey.h
1222  lhash.h
1223  ocsp.h
1224  opensslv.h
1225  pkcs12.h
1226  pkcs7.h
1227  safestack.h
1228  srp.h
1229  ssl.h
1230  ui.h
1231  x509.h
1232  x509_vfy.h
1233  x509v3.h
1234 include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/
1235  der_digests.h
1236  der_dsa.h
1237  der_ec.h
1238  der_ecx.h
1239  der_rsa.h
1240  der_sm2.h
1241  der_wrap.h
1242 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
1243 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
1244 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/crypto/
1245  bn_conf.h
1246  dso_conf.h
1247 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
1248  asn1.h
1249  asn1t.h
1250  bio.h
1251  cmp.h
1252  cms.h
1253  conf.h
1254  configuration.h
1255  crmf.h
1256  crypto.h
1257  ct.h
1258  err.h
1259  ess.h
1260  fipskey.h
1261  lhash.h
1262  ocsp.h
1263  opensslv.h
1264  pkcs12.h
1265  pkcs7.h
1266  safestack.h
1267  srp.h
1268  ssl.h
1269  ui.h
1270  x509.h
1271  x509_vfy.h
1272  x509v3.h
1273 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/
1274  der_digests.h
1275  der_dsa.h
1276  der_ec.h
1277  der_ecx.h
1278  der_rsa.h
1279  der_sm2.h
1280  der_wrap.h
1281 include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
1282 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
1283 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/crypto/
1284  bn_conf.h
1285  dso_conf.h
1286 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/
1287  asn1.h
1288  asn1t.h
1289  bio.h
1290  cmp.h
1291  cms.h
1292  conf.h
1293  configuration.h
1294  crmf.h
1295  crypto.h
1296  ct.h
1297  err.h
1298  ess.h
1299  fipskey.h
1300  lhash.h
1301  ocsp.h
1302  opensslv.h
1303  pkcs12.h
1304  pkcs7.h
1305  safestack.h
1306  srp.h
1307  ssl.h
1308  ui.h
1309  x509.h
1310  x509_vfy.h
1311  x509v3.h
1312 include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/
1313  der_digests.h
1314  der_dsa.h
1315  der_ec.h
1316  der_ecx.h
1317  der_rsa.h
1318  der_sm2.h
1319  der_wrap.h
1320 include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
1321 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
1322 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/crypto/
1323  bn_conf.h
1324  dso_conf.h
1325 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/
1326  asn1.h
1327  asn1t.h
1328  bio.h
1329  cmp.h
1330  cms.h
1331  conf.h
1332  configuration.h
1333  crmf.h
1334  crypto.h
1335  ct.h
1336  err.h
1337  ess.h
1338  fipskey.h
1339  lhash.h
1340  ocsp.h
1341  opensslv.h
1342  pkcs12.h
1343  pkcs7.h
1344  safestack.h
1345  srp.h
1346  ssl.h
1347  ui.h
1348  x509.h
1349  x509_vfy.h
1350  x509v3.h
1351 include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/
1352  der_digests.h
1353  der_dsa.h
1354  der_ec.h
1355  der_ecx.h
1356  der_rsa.h
1357  der_sm2.h
1358  der_wrap.h
1359 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
1360 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
1361 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/crypto/
1362  bn_conf.h
1363  dso_conf.h
1364 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
1365  asn1.h
1366  asn1t.h
1367  bio.h
1368  cmp.h
1369  cms.h
1370  conf.h
1371  configuration.h
1372  crmf.h
1373  crypto.h
1374  ct.h
1375  err.h
1376  ess.h
1377  fipskey.h
1378  lhash.h
1379  ocsp.h
1380  opensslv.h
1381  pkcs12.h
1382  pkcs7.h
1383  safestack.h
1384  srp.h
1385  ssl.h
1386  ui.h
1387  x509.h
1388  x509_vfy.h
1389  x509v3.h
1390 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/
1391  der_digests.h
1392  der_dsa.h
1393  der_ec.h
1394  der_ecx.h
1395  der_rsa.h
1396  der_sm2.h
1397  der_wrap.h
1398 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
1399 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
1400 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/crypto/
1401  bn_conf.h
1402  dso_conf.h
1403 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/
1404  asn1.h
1405  asn1t.h
1406  bio.h
1407  cmp.h
1408  cms.h
1409  conf.h
1410  configuration.h
1411  crmf.h
1412  crypto.h
1413  ct.h
1414  err.h
1415  ess.h
1416  fipskey.h
1417  lhash.h
1418  ocsp.h
1419  opensslv.h
1420  pkcs12.h
1421  pkcs7.h
1422  safestack.h
1423  srp.h
1424  ssl.h
1425  ui.h
1426  x509.h
1427  x509_vfy.h
1428  x509v3.h
1429 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/
1430  der_digests.h
1431  der_dsa.h
1432  der_ec.h
1433  der_ecx.h
1434  der_rsa.h
1435  der_sm2.h
1436  der_wrap.h
1437 include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
1438 include/node/openssl/archs/linux-aarch64/asm/include/progs.h
1439 include/node/openssl/archs/linux-aarch64/asm/include/crypto/
1440  bn_conf.h
1441  dso_conf.h
1442 include/node/openssl/archs/linux-aarch64/asm/include/openssl/
1443  asn1.h
1444  asn1t.h
1445  bio.h
1446  cmp.h
1447  cms.h
1448  conf.h
1449  configuration.h
1450  crmf.h
1451  crypto.h
1452  ct.h
1453  err.h
1454  ess.h
1455  fipskey.h
1456  lhash.h
1457  ocsp.h
1458  opensslv.h
1459  pkcs12.h
1460  pkcs7.h
1461  safestack.h
1462  srp.h
1463  ssl.h
1464  ui.h
1465  x509.h
1466  x509_vfy.h
1467  x509v3.h
1468 include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/
1469  der_digests.h
1470  der_dsa.h
1471  der_ec.h
1472  der_ecx.h
1473  der_rsa.h
1474  der_sm2.h
1475  der_wrap.h
1476 include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
1477 include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
1478 include/node/openssl/archs/linux-aarch64/asm_avx2/include/crypto/
1479  bn_conf.h
1480  dso_conf.h
1481 include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/
1482  asn1.h
1483  asn1t.h
1484  bio.h
1485  cmp.h
1486  cms.h
1487  conf.h
1488  configuration.h
1489  crmf.h
1490  crypto.h
1491  ct.h
1492  err.h
1493  ess.h
1494  fipskey.h
1495  lhash.h
1496  ocsp.h
1497  opensslv.h
1498  pkcs12.h
1499  pkcs7.h
1500  safestack.h
1501  srp.h
1502  ssl.h
1503  ui.h
1504  x509.h
1505  x509_vfy.h
1506  x509v3.h
1507 include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/
1508  der_digests.h
1509  der_dsa.h
1510  der_ec.h
1511  der_ecx.h
1512  der_rsa.h
1513  der_sm2.h
1514  der_wrap.h
1515 include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
1516 include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
1517 include/node/openssl/archs/linux-aarch64/no-asm/include/crypto/
1518  bn_conf.h
1519  dso_conf.h
1520 include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/
1521  asn1.h
1522  asn1t.h
1523  bio.h
1524  cmp.h
1525  cms.h
1526  conf.h
1527  configuration.h
1528  crmf.h
1529  crypto.h
1530  ct.h
1531  err.h
1532  ess.h
1533  fipskey.h
1534  lhash.h
1535  ocsp.h
1536  opensslv.h
1537  pkcs12.h
1538  pkcs7.h
1539  safestack.h
1540  srp.h
1541  ssl.h
1542  ui.h
1543  x509.h
1544  x509_vfy.h
1545  x509v3.h
1546 include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/
1547  der_digests.h
1548  der_dsa.h
1549  der_ec.h
1550  der_ecx.h
1551  der_rsa.h
1552  der_sm2.h
1553  der_wrap.h
1554 include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
1555 include/node/openssl/archs/linux-armv4/asm/include/progs.h
1556 include/node/openssl/archs/linux-armv4/asm/include/crypto/
1557  bn_conf.h
1558  dso_conf.h
1559 include/node/openssl/archs/linux-armv4/asm/include/openssl/
1560  asn1.h
1561  asn1t.h
1562  bio.h
1563  cmp.h
1564  cms.h
1565  conf.h
1566  configuration.h
1567  crmf.h
1568  crypto.h
1569  ct.h
1570  err.h
1571  ess.h
1572  fipskey.h
1573  lhash.h
1574  ocsp.h
1575  opensslv.h
1576  pkcs12.h
1577  pkcs7.h
1578  safestack.h
1579  srp.h
1580  ssl.h
1581  ui.h
1582  x509.h
1583  x509_vfy.h
1584  x509v3.h
1585 include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/
1586  der_digests.h
1587  der_dsa.h
1588  der_ec.h
1589  der_ecx.h
1590  der_rsa.h
1591  der_sm2.h
1592  der_wrap.h
1593 include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
1594 include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
1595 include/node/openssl/archs/linux-armv4/asm_avx2/include/crypto/
1596  bn_conf.h
1597  dso_conf.h
1598 include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/
1599  asn1.h
1600  asn1t.h
1601  bio.h
1602  cmp.h
1603  cms.h
1604  conf.h
1605  configuration.h
1606  crmf.h
1607  crypto.h
1608  ct.h
1609  err.h
1610  ess.h
1611  fipskey.h
1612  lhash.h
1613  ocsp.h
1614  opensslv.h
1615  pkcs12.h
1616  pkcs7.h
1617  safestack.h
1618  srp.h
1619  ssl.h
1620  ui.h
1621  x509.h
1622  x509_vfy.h
1623  x509v3.h
1624 include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/
1625  der_digests.h
1626  der_dsa.h
1627  der_ec.h
1628  der_ecx.h
1629  der_rsa.h
1630  der_sm2.h
1631  der_wrap.h
1632 include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
1633 include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
1634 include/node/openssl/archs/linux-armv4/no-asm/include/crypto/
1635  bn_conf.h
1636  dso_conf.h
1637 include/node/openssl/archs/linux-armv4/no-asm/include/openssl/
1638  asn1.h
1639  asn1t.h
1640  bio.h
1641  cmp.h
1642  cms.h
1643  conf.h
1644  configuration.h
1645  crmf.h
1646  crypto.h
1647  ct.h
1648  err.h
1649  ess.h
1650  fipskey.h
1651  lhash.h
1652  ocsp.h
1653  opensslv.h
1654  pkcs12.h
1655  pkcs7.h
1656  safestack.h
1657  srp.h
1658  ssl.h
1659  ui.h
1660  x509.h
1661  x509_vfy.h
1662  x509v3.h
1663 include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/
1664  der_digests.h
1665  der_dsa.h
1666  der_ec.h
1667  der_ecx.h
1668  der_rsa.h
1669  der_sm2.h
1670  der_wrap.h
1671 include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
1672 include/node/openssl/archs/linux-elf/asm/include/progs.h
1673 include/node/openssl/archs/linux-elf/asm/include/crypto/
1674  bn_conf.h
1675  dso_conf.h
1676 include/node/openssl/archs/linux-elf/asm/include/openssl/
1677  asn1.h
1678  asn1t.h
1679  bio.h
1680  cmp.h
1681  cms.h
1682  conf.h
1683  configuration.h
1684  crmf.h
1685  crypto.h
1686  ct.h
1687  err.h
1688  ess.h
1689  fipskey.h
1690  lhash.h
1691  ocsp.h
1692  opensslv.h
1693  pkcs12.h
1694  pkcs7.h
1695  safestack.h
1696  srp.h
1697  ssl.h
1698  ui.h
1699  x509.h
1700  x509_vfy.h
1701  x509v3.h
1702 include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/
1703  der_digests.h
1704  der_dsa.h
1705  der_ec.h
1706  der_ecx.h
1707  der_rsa.h
1708  der_sm2.h
1709  der_wrap.h
1710 include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
1711 include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
1712 include/node/openssl/archs/linux-elf/asm_avx2/include/crypto/
1713  bn_conf.h
1714  dso_conf.h
1715 include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/
1716  asn1.h
1717  asn1t.h
1718  bio.h
1719  cmp.h
1720  cms.h
1721  conf.h
1722  configuration.h
1723  crmf.h
1724  crypto.h
1725  ct.h
1726  err.h
1727  ess.h
1728  fipskey.h
1729  lhash.h
1730  ocsp.h
1731  opensslv.h
1732  pkcs12.h
1733  pkcs7.h
1734  safestack.h
1735  srp.h
1736  ssl.h
1737  ui.h
1738  x509.h
1739  x509_vfy.h
1740  x509v3.h
1741 include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/
1742  der_digests.h
1743  der_dsa.h
1744  der_ec.h
1745  der_ecx.h
1746  der_rsa.h
1747  der_sm2.h
1748  der_wrap.h
1749 include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
1750 include/node/openssl/archs/linux-elf/no-asm/include/progs.h
1751 include/node/openssl/archs/linux-elf/no-asm/include/crypto/
1752  bn_conf.h
1753  dso_conf.h
1754 include/node/openssl/archs/linux-elf/no-asm/include/openssl/
1755  asn1.h
1756  asn1t.h
1757  bio.h
1758  cmp.h
1759  cms.h
1760  conf.h
1761  configuration.h
1762  crmf.h
1763  crypto.h
1764  ct.h
1765  err.h
1766  ess.h
1767  fipskey.h
1768  lhash.h
1769  ocsp.h
1770  opensslv.h
1771  pkcs12.h
1772  pkcs7.h
1773  safestack.h
1774  srp.h
1775  ssl.h
1776  ui.h
1777  x509.h
1778  x509_vfy.h
1779  x509v3.h
1780 include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/
1781  der_digests.h
1782  der_dsa.h
1783  der_ec.h
1784  der_ecx.h
1785  der_rsa.h
1786  der_sm2.h
1787  der_wrap.h
1788 include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
1789 include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
1790 include/node/openssl/archs/linux-ppc64le/asm/include/crypto/
1791  bn_conf.h
1792  dso_conf.h
1793 include/node/openssl/archs/linux-ppc64le/asm/include/openssl/
1794  asn1.h
1795  asn1t.h
1796  bio.h
1797  cmp.h
1798  cms.h
1799  conf.h
1800  configuration.h
1801  crmf.h
1802  crypto.h
1803  ct.h
1804  err.h
1805  ess.h
1806  fipskey.h
1807  lhash.h
1808  ocsp.h
1809  opensslv.h
1810  pkcs12.h
1811  pkcs7.h
1812  safestack.h
1813  srp.h
1814  ssl.h
1815  ui.h
1816  x509.h
1817  x509_vfy.h
1818  x509v3.h
1819 include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/
1820  der_digests.h
1821  der_dsa.h
1822  der_ec.h
1823  der_ecx.h
1824  der_rsa.h
1825  der_sm2.h
1826  der_wrap.h
1827 include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
1828 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
1829 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/crypto/
1830  bn_conf.h
1831  dso_conf.h
1832 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/
1833  asn1.h
1834  asn1t.h
1835  bio.h
1836  cmp.h
1837  cms.h
1838  conf.h
1839  configuration.h
1840  crmf.h
1841  crypto.h
1842  ct.h
1843  err.h
1844  ess.h
1845  fipskey.h
1846  lhash.h
1847  ocsp.h
1848  opensslv.h
1849  pkcs12.h
1850  pkcs7.h
1851  safestack.h
1852  srp.h
1853  ssl.h
1854  ui.h
1855  x509.h
1856  x509_vfy.h
1857  x509v3.h
1858 include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/
1859  der_digests.h
1860  der_dsa.h
1861  der_ec.h
1862  der_ecx.h
1863  der_rsa.h
1864  der_sm2.h
1865  der_wrap.h
1866 include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
1867 include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
1868 include/node/openssl/archs/linux-ppc64le/no-asm/include/crypto/
1869  bn_conf.h
1870  dso_conf.h
1871 include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/
1872  asn1.h
1873  asn1t.h
1874  bio.h
1875  cmp.h
1876  cms.h
1877  conf.h
1878  configuration.h
1879  crmf.h
1880  crypto.h
1881  ct.h
1882  err.h
1883  ess.h
1884  fipskey.h
1885  lhash.h
1886  ocsp.h
1887  opensslv.h
1888  pkcs12.h
1889  pkcs7.h
1890  safestack.h
1891  srp.h
1892  ssl.h
1893  ui.h
1894  x509.h
1895  x509_vfy.h
1896  x509v3.h
1897 include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/
1898  der_digests.h
1899  der_dsa.h
1900  der_ec.h
1901  der_ecx.h
1902  der_rsa.h
1903  der_sm2.h
1904  der_wrap.h
1905 include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
1906 include/node/openssl/archs/linux-x86_64/asm/include/progs.h
1907 include/node/openssl/archs/linux-x86_64/asm/include/crypto/
1908  bn_conf.h
1909  dso_conf.h
1910 include/node/openssl/archs/linux-x86_64/asm/include/openssl/
1911  asn1.h
1912  asn1t.h
1913  bio.h
1914  cmp.h
1915  cms.h
1916  conf.h
1917  configuration.h
1918  crmf.h
1919  crypto.h
1920  ct.h
1921  err.h
1922  ess.h
1923  fipskey.h
1924  lhash.h
1925  ocsp.h
1926  opensslv.h
1927  pkcs12.h
1928  pkcs7.h
1929  safestack.h
1930  srp.h
1931  ssl.h
1932  ui.h
1933  x509.h
1934  x509_vfy.h
1935  x509v3.h
1936 include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/
1937  der_digests.h
1938  der_dsa.h
1939  der_ec.h
1940  der_ecx.h
1941  der_rsa.h
1942  der_sm2.h
1943  der_wrap.h
1944 include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
1945 include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
1946 include/node/openssl/archs/linux-x86_64/asm_avx2/include/crypto/
1947  bn_conf.h
1948  dso_conf.h
1949 include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/
1950  asn1.h
1951  asn1t.h
1952  bio.h
1953  cmp.h
1954  cms.h
1955  conf.h
1956  configuration.h
1957  crmf.h
1958  crypto.h
1959  ct.h
1960  err.h
1961  ess.h
1962  fipskey.h
1963  lhash.h
1964  ocsp.h
1965  opensslv.h
1966  pkcs12.h
1967  pkcs7.h
1968  safestack.h
1969  srp.h
1970  ssl.h
1971  ui.h
1972  x509.h
1973  x509_vfy.h
1974  x509v3.h
1975 include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/
1976  der_digests.h
1977  der_dsa.h
1978  der_ec.h
1979  der_ecx.h
1980  der_rsa.h
1981  der_sm2.h
1982  der_wrap.h
1983 include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
1984 include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
1985 include/node/openssl/archs/linux-x86_64/no-asm/include/crypto/
1986  bn_conf.h
1987  dso_conf.h
1988 include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/
1989  asn1.h
1990  asn1t.h
1991  bio.h
1992  cmp.h
1993  cms.h
1994  conf.h
1995  configuration.h
1996  crmf.h
1997  crypto.h
1998  ct.h
1999  err.h
2000  ess.h
2001  fipskey.h
2002  lhash.h
2003  ocsp.h
2004  opensslv.h
2005  pkcs12.h
2006  pkcs7.h
2007  safestack.h
2008  srp.h
2009  ssl.h
2010  ui.h
2011  x509.h
2012  x509_vfy.h
2013  x509v3.h
2014 include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/
2015  der_digests.h
2016  der_dsa.h
2017  der_ec.h
2018  der_ecx.h
2019  der_rsa.h
2020  der_sm2.h
2021  der_wrap.h
2022 include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2023 include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2024 include/node/openssl/archs/linux32-s390x/asm/include/crypto/
2025  bn_conf.h
2026  dso_conf.h
2027 include/node/openssl/archs/linux32-s390x/asm/include/openssl/
2028  asn1.h
2029  asn1t.h
2030  bio.h
2031  cmp.h
2032  cms.h
2033  conf.h
2034  configuration.h
2035  crmf.h
2036  crypto.h
2037  ct.h
2038  err.h
2039  ess.h
2040  fipskey.h
2041  lhash.h
2042  ocsp.h
2043  opensslv.h
2044  pkcs12.h
2045  pkcs7.h
2046  safestack.h
2047  srp.h
2048  ssl.h
2049  ui.h
2050  x509.h
2051  x509_vfy.h
2052  x509v3.h
2053 include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/
2054  der_digests.h
2055  der_dsa.h
2056  der_ec.h
2057  der_ecx.h
2058  der_rsa.h
2059  der_sm2.h
2060  der_wrap.h
2061 include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2062 include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2063 include/node/openssl/archs/linux32-s390x/asm_avx2/include/crypto/
2064  bn_conf.h
2065  dso_conf.h
2066 include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/
2067  asn1.h
2068  asn1t.h
2069  bio.h
2070  cmp.h
2071  cms.h
2072  conf.h
2073  configuration.h
2074  crmf.h
2075  crypto.h
2076  ct.h
2077  err.h
2078  ess.h
2079  fipskey.h
2080  lhash.h
2081  ocsp.h
2082  opensslv.h
2083  pkcs12.h
2084  pkcs7.h
2085  safestack.h
2086  srp.h
2087  ssl.h
2088  ui.h
2089  x509.h
2090  x509_vfy.h
2091  x509v3.h
2092 include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/
2093  der_digests.h
2094  der_dsa.h
2095  der_ec.h
2096  der_ecx.h
2097  der_rsa.h
2098  der_sm2.h
2099  der_wrap.h
2100 include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2101 include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2102 include/node/openssl/archs/linux32-s390x/no-asm/include/crypto/
2103  bn_conf.h
2104  dso_conf.h
2105 include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/
2106  asn1.h
2107  asn1t.h
2108  bio.h
2109  cmp.h
2110  cms.h
2111  conf.h
2112  configuration.h
2113  crmf.h
2114  crypto.h
2115  ct.h
2116  err.h
2117  ess.h
2118  fipskey.h
2119  lhash.h
2120  ocsp.h
2121  opensslv.h
2122  pkcs12.h
2123  pkcs7.h
2124  safestack.h
2125  srp.h
2126  ssl.h
2127  ui.h
2128  x509.h
2129  x509_vfy.h
2130  x509v3.h
2131 include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/
2132  der_digests.h
2133  der_dsa.h
2134  der_ec.h
2135  der_ecx.h
2136  der_rsa.h
2137  der_sm2.h
2138  der_wrap.h
2139 include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h
2140 include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h
2141 include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/
2142  bn_conf.h
2143  dso_conf.h
2144 include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/
2145  asn1.h
2146  asn1t.h
2147  bio.h
2148  cmp.h
2149  cms.h
2150  conf.h
2151  configuration.h
2152  crmf.h
2153  crypto.h
2154  ct.h
2155  err.h
2156  ess.h
2157  fipskey.h
2158  lhash.h
2159  ocsp.h
2160  opensslv.h
2161  pkcs12.h
2162  pkcs7.h
2163  safestack.h
2164  srp.h
2165  ssl.h
2166  ui.h
2167  x509.h
2168  x509_vfy.h
2169  x509v3.h
2170 include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/
2171  der_digests.h
2172  der_dsa.h
2173  der_ec.h
2174  der_ecx.h
2175  der_rsa.h
2176  der_sm2.h
2177  der_wrap.h
2178 include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2179 include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2180 include/node/openssl/archs/linux64-mips64/asm/include/crypto/
2181  bn_conf.h
2182  dso_conf.h
2183 include/node/openssl/archs/linux64-mips64/asm/include/openssl/
2184  asn1.h
2185  asn1t.h
2186  bio.h
2187  cmp.h
2188  cms.h
2189  conf.h
2190  configuration.h
2191  crmf.h
2192  crypto.h
2193  ct.h
2194  err.h
2195  ess.h
2196  fipskey.h
2197  lhash.h
2198  ocsp.h
2199  opensslv.h
2200  pkcs12.h
2201  pkcs7.h
2202  safestack.h
2203  srp.h
2204  ssl.h
2205  ui.h
2206  x509.h
2207  x509_vfy.h
2208  x509v3.h
2209 include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/
2210  der_digests.h
2211  der_dsa.h
2212  der_ec.h
2213  der_ecx.h
2214  der_rsa.h
2215  der_sm2.h
2216  der_wrap.h
2217 include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2218 include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2219 include/node/openssl/archs/linux64-mips64/asm_avx2/include/crypto/
2220  bn_conf.h
2221  dso_conf.h
2222 include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/
2223  asn1.h
2224  asn1t.h
2225  bio.h
2226  cmp.h
2227  cms.h
2228  conf.h
2229  configuration.h
2230  crmf.h
2231  crypto.h
2232  ct.h
2233  err.h
2234  ess.h
2235  fipskey.h
2236  lhash.h
2237  ocsp.h
2238  opensslv.h
2239  pkcs12.h
2240  pkcs7.h
2241  safestack.h
2242  srp.h
2243  ssl.h
2244  ui.h
2245  x509.h
2246  x509_vfy.h
2247  x509v3.h
2248 include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/
2249  der_digests.h
2250  der_dsa.h
2251  der_ec.h
2252  der_ecx.h
2253  der_rsa.h
2254  der_sm2.h
2255  der_wrap.h
2256 include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2257 include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2258 include/node/openssl/archs/linux64-mips64/no-asm/include/crypto/
2259  bn_conf.h
2260  dso_conf.h
2261 include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/
2262  asn1.h
2263  asn1t.h
2264  bio.h
2265  cmp.h
2266  cms.h
2267  conf.h
2268  configuration.h
2269  crmf.h
2270  crypto.h
2271  ct.h
2272  err.h
2273  ess.h
2274  fipskey.h
2275  lhash.h
2276  ocsp.h
2277  opensslv.h
2278  pkcs12.h
2279  pkcs7.h
2280  safestack.h
2281  srp.h
2282  ssl.h
2283  ui.h
2284  x509.h
2285  x509_vfy.h
2286  x509v3.h
2287 include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/
2288  der_digests.h
2289  der_dsa.h
2290  der_ec.h
2291  der_ecx.h
2292  der_rsa.h
2293  der_sm2.h
2294  der_wrap.h
2295 include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h
2296 include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h
2297 include/node/openssl/archs/linux64-riscv64/no-asm/include/crypto/
2298  bn_conf.h
2299  dso_conf.h
2300 include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/
2301  asn1.h
2302  asn1t.h
2303  bio.h
2304  cmp.h
2305  cms.h
2306  conf.h
2307  configuration.h
2308  crmf.h
2309  crypto.h
2310  ct.h
2311  err.h
2312  ess.h
2313  fipskey.h
2314  lhash.h
2315  ocsp.h
2316  opensslv.h
2317  pkcs12.h
2318  pkcs7.h
2319  safestack.h
2320  srp.h
2321  ssl.h
2322  ui.h
2323  x509.h
2324  x509_vfy.h
2325  x509v3.h
2326 include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/
2327  der_digests.h
2328  der_dsa.h
2329  der_ec.h
2330  der_ecx.h
2331  der_rsa.h
2332  der_sm2.h
2333  der_wrap.h
2334 include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2335 include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2336 include/node/openssl/archs/linux64-s390x/asm/include/crypto/
2337  bn_conf.h
2338  dso_conf.h
2339 include/node/openssl/archs/linux64-s390x/asm/include/openssl/
2340  asn1.h
2341  asn1t.h
2342  bio.h
2343  cmp.h
2344  cms.h
2345  conf.h
2346  configuration.h
2347  crmf.h
2348  crypto.h
2349  ct.h
2350  err.h
2351  ess.h
2352  fipskey.h
2353  lhash.h
2354  ocsp.h
2355  opensslv.h
2356  pkcs12.h
2357  pkcs7.h
2358  safestack.h
2359  srp.h
2360  ssl.h
2361  ui.h
2362  x509.h
2363  x509_vfy.h
2364  x509v3.h
2365 include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/
2366  der_digests.h
2367  der_dsa.h
2368  der_ec.h
2369  der_ecx.h
2370  der_rsa.h
2371  der_sm2.h
2372  der_wrap.h
2373 include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2374 include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2375 include/node/openssl/archs/linux64-s390x/asm_avx2/include/crypto/
2376  bn_conf.h
2377  dso_conf.h
2378 include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/
2379  asn1.h
2380  asn1t.h
2381  bio.h
2382  cmp.h
2383  cms.h
2384  conf.h
2385  configuration.h
2386  crmf.h
2387  crypto.h
2388  ct.h
2389  err.h
2390  ess.h
2391  fipskey.h
2392  lhash.h
2393  ocsp.h
2394  opensslv.h
2395  pkcs12.h
2396  pkcs7.h
2397  safestack.h
2398  srp.h
2399  ssl.h
2400  ui.h
2401  x509.h
2402  x509_vfy.h
2403  x509v3.h
2404 include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/
2405  der_digests.h
2406  der_dsa.h
2407  der_ec.h
2408  der_ecx.h
2409  der_rsa.h
2410  der_sm2.h
2411  der_wrap.h
2412 include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2413 include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2414 include/node/openssl/archs/linux64-s390x/no-asm/include/crypto/
2415  bn_conf.h
2416  dso_conf.h
2417 include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/
2418  asn1.h
2419  asn1t.h
2420  bio.h
2421  cmp.h
2422  cms.h
2423  conf.h
2424  configuration.h
2425  crmf.h
2426  crypto.h
2427  ct.h
2428  err.h
2429  ess.h
2430  fipskey.h
2431  lhash.h
2432  ocsp.h
2433  opensslv.h
2434  pkcs12.h
2435  pkcs7.h
2436  safestack.h
2437  srp.h
2438  ssl.h
2439  ui.h
2440  x509.h
2441  x509_vfy.h
2442  x509v3.h
2443 include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/
2444  der_digests.h
2445  der_dsa.h
2446  der_ec.h
2447  der_ecx.h
2448  der_rsa.h
2449  der_sm2.h
2450  der_wrap.h
2451 include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2452 include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2453 include/node/openssl/archs/solaris-x86-gcc/asm/include/crypto/
2454  bn_conf.h
2455  dso_conf.h
2456 include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/
2457  asn1.h
2458  asn1t.h
2459  bio.h
2460  cmp.h
2461  cms.h
2462  conf.h
2463  configuration.h
2464  crmf.h
2465  crypto.h
2466  ct.h
2467  err.h
2468  ess.h
2469  fipskey.h
2470  lhash.h
2471  ocsp.h
2472  opensslv.h
2473  pkcs12.h
2474  pkcs7.h
2475  safestack.h
2476  srp.h
2477  ssl.h
2478  ui.h
2479  x509.h
2480  x509_vfy.h
2481  x509v3.h
2482 include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/
2483  der_digests.h
2484  der_dsa.h
2485  der_ec.h
2486  der_ecx.h
2487  der_rsa.h
2488  der_sm2.h
2489  der_wrap.h
2490 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2491 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2492 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/crypto/
2493  bn_conf.h
2494  dso_conf.h
2495 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/
2496  asn1.h
2497  asn1t.h
2498  bio.h
2499  cmp.h
2500  cms.h
2501  conf.h
2502  configuration.h
2503  crmf.h
2504  crypto.h
2505  ct.h
2506  err.h
2507  ess.h
2508  fipskey.h
2509  lhash.h
2510  ocsp.h
2511  opensslv.h
2512  pkcs12.h
2513  pkcs7.h
2514  safestack.h
2515  srp.h
2516  ssl.h
2517  ui.h
2518  x509.h
2519  x509_vfy.h
2520  x509v3.h
2521 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/
2522  der_digests.h
2523  der_dsa.h
2524  der_ec.h
2525  der_ecx.h
2526  der_rsa.h
2527  der_sm2.h
2528  der_wrap.h
2529 include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
2530 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
2531 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/crypto/
2532  bn_conf.h
2533  dso_conf.h
2534 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/
2535  asn1.h
2536  asn1t.h
2537  bio.h
2538  cmp.h
2539  cms.h
2540  conf.h
2541  configuration.h
2542  crmf.h
2543  crypto.h
2544  ct.h
2545  err.h
2546  ess.h
2547  fipskey.h
2548  lhash.h
2549  ocsp.h
2550  opensslv.h
2551  pkcs12.h
2552  pkcs7.h
2553  safestack.h
2554  srp.h
2555  ssl.h
2556  ui.h
2557  x509.h
2558  x509_vfy.h
2559  x509v3.h
2560 include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/
2561  der_digests.h
2562  der_dsa.h
2563  der_ec.h
2564  der_ecx.h
2565  der_rsa.h
2566  der_sm2.h
2567  der_wrap.h
2568 include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
2569 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
2570 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/crypto/
2571  bn_conf.h
2572  dso_conf.h
2573 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/
2574  asn1.h
2575  asn1t.h
2576  bio.h
2577  cmp.h
2578  cms.h
2579  conf.h
2580  configuration.h
2581  crmf.h
2582  crypto.h
2583  ct.h
2584  err.h
2585  ess.h
2586  fipskey.h
2587  lhash.h
2588  ocsp.h
2589  opensslv.h
2590  pkcs12.h
2591  pkcs7.h
2592  safestack.h
2593  srp.h
2594  ssl.h
2595  ui.h
2596  x509.h
2597  x509_vfy.h
2598  x509v3.h
2599 include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/
2600  der_digests.h
2601  der_dsa.h
2602  der_ec.h
2603  der_ecx.h
2604  der_rsa.h
2605  der_sm2.h
2606  der_wrap.h
2607 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
2608 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
2609 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/crypto/
2610  bn_conf.h
2611  dso_conf.h
2612 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
2613  asn1.h
2614  asn1t.h
2615  bio.h
2616  cmp.h
2617  cms.h
2618  conf.h
2619  configuration.h
2620  crmf.h
2621  crypto.h
2622  ct.h
2623  err.h
2624  ess.h
2625  fipskey.h
2626  lhash.h
2627  ocsp.h
2628  opensslv.h
2629  pkcs12.h
2630  pkcs7.h
2631  safestack.h
2632  srp.h
2633  ssl.h
2634  ui.h
2635  x509.h
2636  x509_vfy.h
2637  x509v3.h
2638 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/
2639  der_digests.h
2640  der_dsa.h
2641  der_ec.h
2642  der_ecx.h
2643  der_rsa.h
2644  der_sm2.h
2645  der_wrap.h
2646 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
2647 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
2648 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/crypto/
2649  bn_conf.h
2650  dso_conf.h
2651 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
2652  asn1.h
2653  asn1t.h
2654  bio.h
2655  cmp.h
2656  cms.h
2657  conf.h
2658  configuration.h
2659  crmf.h
2660  crypto.h
2661  ct.h
2662  err.h
2663  ess.h
2664  fipskey.h
2665  lhash.h
2666  ocsp.h
2667  opensslv.h
2668  pkcs12.h
2669  pkcs7.h
2670  safestack.h
2671  srp.h
2672  ssl.h
2673  ui.h
2674  x509.h
2675  x509_vfy.h
2676  x509v3.h
2677 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/
2678  der_digests.h
2679  der_dsa.h
2680  der_ec.h
2681  der_ecx.h
2682  der_rsa.h
2683  der_sm2.h
2684  der_wrap.h
2685
2686
2687 [FILE:25:manifests/plist.man]
2688 share/man/man1/node.1.gz
2689
2690
2691 [FILE:43:manifests/plist.docs]
2692 share/doc/node/
2693  gdbinit
2694  lldb_commands.py
2695
2696
2697 [FILE:710:patches/patch-common.gypi]
2698 --- common.gypi.orig    2023-07-20 18:27:37 UTC
2699 +++ common.gypi
2700 @@ -393,11 +393,11 @@
2701            'BUILDING_UV_SHARED=1',
2702          ],
2703        }],
2704 -      [ 'OS in "linux freebsd openbsd solaris aix os400"', {
2705 +      [ 'OS in "linux freebsd openbsd netbsd solaris aix os400"', {
2706          'cflags': [ '-pthread' ],
2707          'ldflags': [ '-pthread' ],
2708        }],
2709 -      [ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
2710 +      [ 'OS in "linux freebsd openbsd netbsd solaris android aix os400 cloudabi"', {
2711          'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
2712          'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ],
2713          'defines': [ '__STDC_FORMAT_MACROS' ],
2714
2715
2716 [FILE:455:patches/patch-configure.py]
2717 --- configure.py.orig   2023-07-20 18:27:37 UTC
2718 +++ configure.py
2719 @@ -47,6 +47,7 @@ from utils import SearchFiles
2720  parser = argparse.ArgumentParser()
2721  
2722  valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux',
2723 +            'netbsd',
2724              'android', 'aix', 'cloudabi', 'os400', 'ios')
2725  valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc',
2726                'ppc64', 'x64', 'x86', 'x86_64', 's390x', 'riscv64', 'loong64')
2727
2728
2729 [FILE:501:patches/patch-deps_cares_cares.gyp]
2730 --- deps/cares/cares.gyp.orig   2023-07-20 18:27:37 UTC
2731 +++ deps/cares/cares.gyp
2732 @@ -174,6 +174,10 @@
2733            'include_dirs': [ 'config/freebsd' ],
2734            'sources': [ 'config/freebsd/ares_config.h' ]
2735          }],
2736 +        [ 'OS=="netbsd"', {
2737 +          'include_dirs': [ 'config/netbsd' ],
2738 +          'sources': [ 'config/netbsd/ares_config.h' ]
2739 +        }],
2740          [ 'OS=="openbsd"', {
2741            'include_dirs': [ 'config/openbsd' ],
2742            'sources': [ 'config/openbsd/ares_config.h' ]
2743
2744
2745 [FILE:579:patches/patch-deps_openssl_openssl_util_perl_OpenSSL_config.pm]
2746 --- deps/openssl/openssl/util/perl/OpenSSL/config.pm.orig       2023-07-20 18:27:39 UTC
2747 +++ deps/openssl/openssl/util/perl/OpenSSL/config.pm
2748 @@ -785,6 +785,7 @@ EOF
2749        [ 'sparc64-.*-.*bsd.*',     { target => "BSD-sparc64" } ],
2750        [ 'ia64-.*-.*bsd.*',        { target => "BSD-ia64" } ],
2751        [ 'x86_64-.*-dragonfly.*',  { target => "BSD-x86_64" } ],
2752 +      [ 'x86_64-.*-*bsd.*',       { target => "BSD-x86_64" } ],
2753        [ 'amd64-.*-.*bsd.*',       { target => "BSD-x86_64" } ],
2754        [ 'arm64-.*-.*bsd.*',       { target => "BSD-aarch64" } ],
2755        [ '.*86.*-.*-.*bsd.*',
2756
2757
2758 [FILE:426:patches/patch-deps_uv_common.gypi]
2759 --- deps/uv/common.gypi.orig    2023-07-20 18:27:39 UTC
2760 +++ deps/uv/common.gypi
2761 @@ -135,7 +135,7 @@
2762            }]
2763          ]
2764        }],
2765 -      ['OS in "freebsd dragonflybsd linux openbsd solaris android aix os400"', {
2766 +      ['OS in "freebsd dragonflybsd linux openbsd netbsd solaris android aix os400"', {
2767          'cflags': [ '-Wall' ],
2768          'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
2769          'target_conditions': [
2770
2771
2772 [FILE:478:patches/patch-deps_v8_src_base_platform_condition-variable.cc]
2773 --- deps/v8/src/base/platform/condition-variable.cc.orig        2023-07-20 18:27:39 UTC
2774 +++ deps/v8/src/base/platform/condition-variable.cc
2775 @@ -20,6 +20,7 @@ namespace base {
2776  
2777  ConditionVariable::ConditionVariable() {
2778  #if (V8_OS_FREEBSD || V8_OS_NETBSD || V8_OS_OPENBSD || \
2779 +     V8_OS_DRAGONFLYBSD || \
2780       (V8_OS_LINUX && V8_LIBC_GLIBC))
2781    // On Free/Net/OpenBSD and Linux with glibc we can change the time
2782    // source for pthread_cond_timedwait() to use the monotonic clock.
2783
2784
2785 [FILE:596:patches/patch-deps_v8_src_base_platform_memory.h]
2786 --- deps/v8/src/base/platform/memory.h.orig     2023-07-20 18:27:39 UTC
2787 +++ deps/v8/src/base/platform/memory.h
2788 @@ -20,10 +20,12 @@
2789  #if V8_OS_DARWIN
2790  #include <malloc/malloc.h>
2791  #else  // !V8_OS_DARWIN
2792 +# if !V8_OS_FREEBSD && !V8_OS_DRAGONFLYBSD
2793  #include <malloc.h>
2794 +# endif
2795  #endif  // !V8_OS_DARWIN
2796  
2797 -#if (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN
2798 +#if (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS && !V8_OS_DRAGONFLYBSD && !V8_OS_FREEBSD && !V8_OS_NETBSD) || V8_OS_WIN
2799  #define V8_HAS_MALLOC_USABLE_SIZE 1
2800  #endif  // (V8_OS_POSIX && !V8_OS_AIX && !V8_OS_SOLARIS) || V8_OS_WIN
2801  
2802
2803
2804 [FILE:1134:patches/patch-deps_v8_src_base_platform_platform-freebsd.cc]
2805 --- deps/v8/src/base/platform/platform-freebsd.cc.orig  2023-07-20 18:27:39 UTC
2806 +++ deps/v8/src/base/platform/platform-freebsd.cc
2807 @@ -48,7 +48,10 @@ static unsigned StringToLong(char* buffe
2808  }
2809  
2810  std::vector<OS::SharedLibraryAddress> OS::GetSharedLibraryAddresses() {
2811 -  std::vector<SharedLibraryAddress> result;
2812 +#ifdef __DragonFly__
2813 +  return std::vector<SharedLibraryAddress>();
2814 +#else
2815 +  std::vector<SharedLibraryAddress> address_result;
2816    int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()};
2817    size_t miblen = sizeof(mib) / sizeof(mib[0]);
2818    size_t buffer_size;
2819 @@ -81,7 +84,7 @@ std::vector<OS::SharedLibraryAddress> OS
2820            } else {
2821              lib_name = std::string(path);
2822            }
2823 -          result.push_back(SharedLibraryAddress(
2824 +          address_result.push_back(SharedLibraryAddress(
2825                lib_name, reinterpret_cast<uintptr_t>(map->kve_start),
2826                reinterpret_cast<uintptr_t>(map->kve_end)));
2827          }
2828 @@ -90,7 +93,8 @@ std::vector<OS::SharedLibraryAddress> OS
2829        }
2830      }
2831    }
2832 -  return result;
2833 +  return address_result;
2834 +#endif
2835  }
2836  
2837  void OS::SignalCodeMovingGC() {}
2838
2839
2840 [FILE:3731:patches/patch-deps_v8_src_base_platform_platform-posix.cc]
2841 --- deps/v8/src/base/platform/platform-posix.cc.orig    2023-07-20 18:27:39 UTC
2842 +++ deps/v8/src/base/platform/platform-posix.cc
2843 @@ -54,7 +54,9 @@
2844  #include <mach/mach.h>
2845  #include <malloc/malloc.h>
2846  #else
2847 +# if !V8_OS_FREEBSD && !V8_OS_DRAGONFLYBSD
2848  #include <malloc.h>
2849 +# endif
2850  #endif
2851  
2852  #if V8_OS_LINUX
2853 @@ -71,17 +73,10 @@
2854  #include <sys/syscall.h>
2855  #endif
2856  
2857 -#if V8_OS_FREEBSD || V8_OS_DARWIN || V8_OS_OPENBSD || V8_OS_SOLARIS
2858 +#if V8_OS_FREEBSD || V8_OS_DARWIN || V8_OS_OPENBSD || V8_OS_SOLARIS || V8_OS_DRAGONFLYBSD
2859  #define MAP_ANONYMOUS MAP_ANON
2860  #endif
2861  
2862 -#if defined(V8_OS_SOLARIS)
2863 -#if (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE > 2) || defined(__EXTENSIONS__)
2864 -extern "C" int madvise(caddr_t, size_t, int);
2865 -#else
2866 -extern int madvise(caddr_t, size_t, int);
2867 -#endif
2868 -#endif
2869  
2870  #ifndef MADV_FREE
2871  #define MADV_FREE MADV_DONTNEED
2872 @@ -133,7 +128,7 @@ int GetFlagsForMemoryPermission(OS::Memo
2873    int flags = MAP_ANONYMOUS;
2874    flags |= (page_type == PageType::kShared) ? MAP_SHARED : MAP_PRIVATE;
2875    if (access == OS::MemoryPermission::kNoAccess) {
2876 -#if !V8_OS_AIX && !V8_OS_FREEBSD && !V8_OS_QNX
2877 +#if !V8_OS_AIX && !V8_OS_FREEBSD && !V8_OS_QNX && !V8_OS_DRAGONFLYBSD
2878      flags |= MAP_NORESERVE;
2879  #endif  // !V8_OS_AIX && !V8_OS_FREEBSD && !V8_OS_QNX
2880  #if V8_OS_QNX
2881 @@ -397,6 +392,13 @@ void* OS::GetRandomMmapAddr() {
2882  #endif
2883  #endif
2884  #endif
2885 +#if V8_OS_NETBSD
2886 + /*
2887 +  * Avoid using a random hint, some low numbers cause spurious ENOMEM on netbsd
2888 +  * (PR port-arm/55533)
2889 +  */
2890 +  raw_addr = 0;
2891 +#endif
2892    return reinterpret_cast<void*>(raw_addr);
2893  }
2894  
2895 @@ -559,14 +561,11 @@ bool OS::DiscardSystemPages(void* addres
2896      // MADV_FREE_REUSABLE sometimes fails, so fall back to MADV_DONTNEED.
2897      ret = madvise(address, size, MADV_DONTNEED);
2898    }
2899 -#elif defined(_AIX) || defined(V8_OS_SOLARIS)
2900 -  int ret = madvise(reinterpret_cast<caddr_t>(address), size, MADV_FREE);
2901 +#elif defined(POSIX_MADV_DONTNEED)
2902 +  int ret = posix_madvise(address, size, POSIX_MADV_DONTNEED);
2903    if (ret != 0 && errno == ENOSYS) {
2904      return true;  // madvise is not available on all systems.
2905    }
2906 -  if (ret != 0 && errno == EINVAL) {
2907 -    ret = madvise(reinterpret_cast<caddr_t>(address), size, MADV_DONTNEED);
2908 -  }
2909  #else
2910    int ret = madvise(address, size, MADV_DONTNEED);
2911  #endif
2912 @@ -1081,7 +1080,11 @@ Thread::Thread(const Options& options)
2913      : data_(new PlatformData),
2914        stack_size_(options.stack_size()),
2915        start_semaphore_(nullptr) {
2916 +#if V8_OS_NETBSD
2917 +  const int min_stack_size = sysconf(_SC_THREAD_STACK_MIN);
2918 +#else
2919    const int min_stack_size = static_cast<int>(PTHREAD_STACK_MIN);
2920 +#endif
2921    if (stack_size_ > 0) stack_size_ = std::max(stack_size_, min_stack_size);
2922    set_name(options.name());
2923  }
2924 @@ -1097,7 +1100,7 @@ static void SetThreadName(const char* na
2925    pthread_set_name_np(pthread_self(), name);
2926  #elif V8_OS_NETBSD
2927    static_assert(Thread::kMaxThreadNameLength <= PTHREAD_MAX_NAMELEN_NP);
2928 -  pthread_setname_np(pthread_self(), "%s", name);
2929 +  pthread_setname_np(pthread_self(), "%s", (void *)name);
2930  #elif V8_OS_DARWIN
2931    // pthread_setname_np is only available in 10.6 or later, so test
2932    // for it at runtime.
2933 @@ -1245,6 +1248,7 @@ void Thread::SetThreadLocal(LocalStorage
2934  // support it. MacOS and FreeBSD are different here.
2935  #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) && !defined(_AIX) && \
2936      !defined(V8_OS_SOLARIS)
2937 +#if !defined(V8_OS_DRAGONFLYBSD)
2938  
2939  // static
2940  Stack::StackSlot Stack::ObtainCurrentThreadStackStart() {
2941 @@ -1270,6 +1274,7 @@ Stack::StackSlot Stack::ObtainCurrentThr
2942  #endif  // !defined(V8_LIBC_GLIBC)
2943  }
2944  
2945 +#endif  // !defined(V8_OS_DRAGONFLYBSD)
2946  #endif  // !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) &&
2947          // !defined(_AIX) && !defined(V8_OS_SOLARIS)
2948  
2949
2950
2951 [FILE:296:patches/patch-deps_v8_src_base_strings.h]
2952 --- deps/v8/src/base/strings.h.orig     2023-07-20 18:27:39 UTC
2953 +++ deps/v8/src/base/strings.h
2954 @@ -5,6 +5,7 @@
2955  #ifndef V8_BASE_STRINGS_H_
2956  #define V8_BASE_STRINGS_H_
2957  
2958 +#include <stdarg.h> // for va_list
2959  #include "src/base/base-export.h"
2960  #include "src/base/macros.h"
2961  #include "src/base/vector.h"
2962
2963
2964 [FILE:598:patches/patch-deps_v8_src_base_utils_random-number-generator.cc]
2965 --- deps/v8/src/base/utils/random-number-generator.cc.orig      2023-07-20 18:27:39 UTC
2966 +++ deps/v8/src/base/utils/random-number-generator.cc
2967 @@ -56,7 +56,7 @@ RandomNumberGenerator::RandomNumberGener
2968    DCHECK_EQ(0, result);
2969    USE(result);
2970    SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
2971 -#elif V8_OS_DARWIN || V8_OS_FREEBSD || V8_OS_OPENBSD
2972 +#elif V8_OS_DARWIN || V8_OS_FREEBSD || V8_OS_OPENBSD || V8_OS_DRAGONFLYBSD
2973    // Despite its prefix suggests it is not RC4 algorithm anymore.
2974    // It always succeeds while having decent performance and
2975    // no file descriptor involved.
2976
2977
2978 [FILE:451:patches/patch-deps_v8_src_d8_d8-posix.cc]
2979 --- deps/v8/src/d8/d8-posix.cc.orig     2023-07-20 18:27:39 UTC
2980 +++ deps/v8/src/d8/d8-posix.cc
2981 @@ -339,7 +339,7 @@ static Local<Value> GetStdout(Isolate* i
2982  // See http://code.google.com/p/v8/issues/detail?id=401.
2983  #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) && \
2984      !defined(__NetBSD__) && !defined(__Fuchsia__)
2985 -#if !defined(__FreeBSD__)
2986 +#if !defined(__FreeBSD__) && !defined(__DragonFly__)
2987  #define HAS_WAITID 1
2988  #endif
2989  #endif
2990
2991
2992 [FILE:484:patches/patch-deps_v8_src_libsampler_sampler.cc]
2993 --- deps/v8/src/libsampler/sampler.cc.orig      2023-07-20 18:27:39 UTC
2994 +++ deps/v8/src/libsampler/sampler.cc
2995 @@ -498,7 +498,7 @@ void SignalHandler::FillRegisterState(vo
2996    state->fp =
2997        reinterpret_cast<void*>(arm_thread_state64_get_fp(mcontext->__ss));
2998  #endif  // V8_HOST_ARCH_*
2999 -#elif V8_OS_FREEBSD
3000 +#elif V8_OS_FREEBSD || V8_OS_DRAGONFLYBSD
3001  #if V8_HOST_ARCH_IA32
3002    state->pc = reinterpret_cast<void*>(mcontext.mc_eip);
3003    state->sp = reinterpret_cast<void*>(mcontext.mc_esp);
3004
3005
3006 [FILE:669:patches/patch-deps_v8_src_trap-handler_handler-inside-posix.cc]
3007 --- deps/v8/src/trap-handler/handler-inside-posix.cc.orig       2023-07-20 18:27:39 UTC
3008 +++ deps/v8/src/trap-handler/handler-inside-posix.cc
3009 @@ -27,7 +27,7 @@
3010  
3011  #include <signal.h>
3012  
3013 -#if defined(V8_OS_LINUX) || defined(V8_OS_FREEBSD)
3014 +#if V8_OS_LINUX || V8_OS_FREEBSD || V8_OS_DRAGONFLYBSD
3015  #include <ucontext.h>
3016  #elif V8_OS_DARWIN
3017  #include <sys/ucontext.h>
3018 @@ -55,6 +55,8 @@ namespace trap_handler {
3019  #define CONTEXT_REG(reg, REG) &uc->uc_mcontext->__ss.__##reg
3020  #elif V8_OS_FREEBSD
3021  #define CONTEXT_REG(reg, REG) &uc->uc_mcontext.mc_##reg
3022 +#elif V8_OS_DRAGONFLYBSD
3023 +#define CONTEXT_REG(reg, REG) &uc->uc_mcontext.mc_##reg
3024  #else
3025  #error "Unsupported platform."
3026  #endif
3027
3028
3029 [FILE:426:patches/patch-deps_v8_src_trap-handler_handler-inside-posix.h]
3030 --- deps/v8/src/trap-handler/handler-inside-posix.h.orig        2023-07-20 18:27:39 UTC
3031 +++ deps/v8/src/trap-handler/handler-inside-posix.h
3032 @@ -13,7 +13,7 @@ namespace v8 {
3033  namespace internal {
3034  namespace trap_handler {
3035  
3036 -#if V8_OS_LINUX || V8_OS_FREEBSD
3037 +#if defined(V8_OS_LINUX) || defined(V8_OS_FREEBSD) || defined(V8_OS_DRAGONFLYBSD)
3038  constexpr int kOobSignal = SIGSEGV;
3039  #elif V8_OS_DARWIN
3040  constexpr int kOobSignal = SIGBUS;
3041
3042
3043 [FILE:472:patches/patch-deps_v8_src_trap-handler_trap-handler.h]
3044 --- deps/v8/src/trap-handler/trap-handler.h.orig        2023-07-20 18:27:39 UTC
3045 +++ deps/v8/src/trap-handler/trap-handler.h
3046 @@ -20,6 +20,7 @@ namespace trap_handler {
3047  // X64 on Linux, Windows, MacOS, FreeBSD.
3048  #if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 &&                        \
3049      ((V8_OS_LINUX && !V8_OS_ANDROID) || V8_OS_WIN || V8_OS_DARWIN || \
3050 +     V8_OS_DRAGONFLYBSD || \
3051       V8_OS_FREEBSD)
3052  #define V8_TRAP_HANDLER_SUPPORTED true
3053  // Arm64 (non-simulator) on Mac.
3054
3055
3056 [FILE:216:patches/patch-node.gypi]
3057 --- node.gypi.orig      2023-07-20 18:27:41 UTC
3058 +++ node.gypi
3059 @@ -269,6 +269,7 @@
3060      [ 'OS=="solaris"', {
3061        'libraries': [
3062          '-lkstat',
3063 +        '-lsocket',
3064          '-lumem',
3065        ],
3066        'defines!': [
3067
3068
3069 [FILE:640:patches/patch-src_inspector__agent.cc]
3070 --- src/inspector_agent.cc.orig 2023-07-20 18:27:41 UTC
3071 +++ src/inspector_agent.cc
3072 @@ -99,7 +99,7 @@ static int StartDebugSignalHandler() {
3073    CHECK_EQ(0, uv_sem_init(&start_io_thread_semaphore, 0));
3074    pthread_attr_t attr;
3075    CHECK_EQ(0, pthread_attr_init(&attr));
3076 -#if defined(PTHREAD_STACK_MIN) && !defined(__FreeBSD__)
3077 +#if defined(PTHREAD_STACK_MIN) && !defined(__FreeBSD__) && !defined(__NetBSD__)
3078    // PTHREAD_STACK_MIN is 2 KiB with musl libc, which is too small to safely
3079    // receive signals. PTHREAD_STACK_MIN + MINSIGSTKSZ is 8 KiB on arm64, which
3080    // is the musl architecture with the biggest MINSIGSTKSZ so let's use that
3081
3082
3083 [FILE:600:patches/patch-src_node__postmortem__metadata.cc]
3084 --- src/node_postmortem_metadata.cc.orig        2023-07-20 18:27:41 UTC
3085 +++ src/node_postmortem_metadata.cc
3086 @@ -13,6 +13,10 @@
3087  #define NODEDBG_OFFSET(Class, Member, Type) \
3088      NODEDBG_SYMBOL(offset_ ## Class ## __ ## Member ## __ ## Type)
3089  
3090 +// Some systems provide macros for the types as well, which get expanded
3091 +// by the nested macros here.
3092 +#undef uintptr_t
3093 +
3094  // These are the constants describing Node internal structures. Every constant
3095  // should use the format described above.  These constants are declared as
3096  // global integers so that they'll be present in the generated node binary. They
3097
3098
3099 [FILE:511:patches/patch-tools_gyp_pylib_gyp_generator_make.py]
3100 --- tools/gyp/pylib/gyp/generator/make.py.orig  2023-07-20 18:27:41 UTC
3101 +++ tools/gyp/pylib/gyp/generator/make.py
3102 @@ -2490,7 +2490,7 @@ def GenerateOutput(target_list, target_d
3103                  "flock_index": 2,
3104              }
3105          )
3106 -    elif flavor == "freebsd":
3107 +    elif flavor == "freebsd" or flavor == 'dragonflybsd' or flavor == 'netbsd':
3108          # Note: OpenBSD has sysutils/flock. lockf seems to be FreeBSD specific.
3109          header_params.update({"flock": "lockf"})
3110      elif flavor == "openbsd":
3111
3112
3113 [FILE:980:patches/patch-tools_gyp_pylib_gyp_xcode__emulation.py]
3114 --- tools/gyp/pylib/gyp/xcode_emulation.py.orig 2023-07-20 18:27:41 UTC
3115 +++ tools/gyp/pylib/gyp/xcode_emulation.py
3116 @@ -607,7 +607,7 @@ class XcodeSettings:
3117  
3118          self._Appendf(cflags, "GCC_OPTIMIZATION_LEVEL", "-O%s", default="s")
3119  
3120 -        if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES"):
3121 +        if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="NO"):
3122              dbg_format = self._Settings().get("DEBUG_INFORMATION_FORMAT", "dwarf")
3123              if dbg_format == "dwarf":
3124                  cflags.append("-gdwarf-2")
3125 @@ -1099,7 +1099,7 @@ class XcodeSettings:
3126          # For static libraries, no dSYMs are created.
3127          result = []
3128          if (
3129 -            self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES")
3130 +            self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="NO")
3131              and self._Test(
3132                  "DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", default="dwarf"
3133              )
3134
3135
3136 [FILE:424:patches/patch-tools_install.py]
3137 --- tools/install.py.orig       2023-07-20 18:27:41 UTC
3138 +++ tools/install.py
3139 @@ -181,7 +181,7 @@ def files(action):
3140    action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
3141    action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
3142  
3143 -  if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
3144 +  if 'skipme' in sys.platform:
3145      action(['doc/node.1'], 'man/man1/')
3146    else:
3147      action(['doc/node.1'], 'share/man/man1/')
3148