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