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