Index: head/www/node/Makefile =================================================================== --- head/www/node/Makefile (revision 509121) +++ head/www/node/Makefile (revision 509122) @@ -1,109 +1,109 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.7.0 +PORTVERSION= 12.8.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= openssl libressl libressl-devel BROKEN_SSL_REASON= Node.js 11.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} OPTIONS_SUB= yes .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_aarch64= DTRACE # dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_powerpc64= DTRACE BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu NLS_BUILD_DEPENDS= icu>=64.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes CONFLICTS_INSTALL= node[68]-[0-9]* node10-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ --shared-cares \ --shared-libuv \ --shared-nghttp2 \ --shared-zlib SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ CXX.host=${CXX} CXXFLAGS.host="${CXXFLAGS}" \ LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.30.1:devel/libuv \ libnghttp2>=1.39.1:www/libnghttp2 LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 BROKEN_SSL+= base .endif -.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 && ${ARCH} != i386 +.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif .include .if ${CHOSEN_COMPILER_TYPE} == gcc # GCC does not expose std::snprintf() without this define CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/tools/v8_gypfiles/v8.gyp post-configure: # Post-process Makefile and *.mk files created by node-gyp and remove # all occurrences of -I${LOCALBASE}/include. C*FLAGS include this # before all -I../deps/* for bundled code. This can cause build # breakages if the dependency is installed in ${LOCALBASE}. The # USES+=localbase # above will ensure that we pick up includes for real # external dependencies. ${FIND} ${WRKSRC}/out -type f -print0 \ | ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node .include Index: head/www/node/distinfo =================================================================== --- head/www/node/distinfo (revision 509121) +++ head/www/node/distinfo (revision 509122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564180594 -SHA256 (node-v12.7.0.tar.gz) = d5e63fd4ee88d539a69b9e71631d03014bd8e98596e741515e3d7aa930f4630a -SIZE (node-v12.7.0.tar.gz) = 49510408 +TIMESTAMP = 1565153521 +SHA256 (node-v12.8.0.tar.gz) = 6f4e4ee7bcb52f782dce5a51d6951ff87151d9504be129d68d7aff469c0f7f36 +SIZE (node-v12.8.0.tar.gz) = 50223727 Index: head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/bn_conf_no-asm.h.orig 2019-04-11 12:07:35 UTC -+++ deps/openssl/config/bn_conf_no-asm.h -@@ -23,8 +23,8 @@ - # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h" - #elif defined(_WIN32) && defined(_M_ARM64) - # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/opensslconf_no-asm.h.orig 2019-04-11 12:07:35 UTC -+++ deps/openssl/config/opensslconf_no-asm.h -@@ -18,8 +18,8 @@ - # include "./archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h" - #elif defined(_WIN32) && defined(_M_ARM64) - # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/no-asm/include/openssl/opensslconf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/no-asm/include/openssl/opensslconf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/opensslconf_asm.h.orig 2018-05-11 11:27:00 UTC -+++ deps/openssl/config/opensslconf_asm.h -@@ -108,8 +108,8 @@ - # include "./archs/VC-WIN32/asm/include/openssl/opensslconf.h" - #elif defined(_WIN32) && defined(_M_X64) - # include "./archs/VC-WIN64A/asm/include/openssl/opensslconf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/asm/include/openssl/opensslconf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/bn_conf_asm.h.orig 2018-05-11 12:01:43 UTC -+++ deps/openssl/config/bn_conf_asm.h -@@ -21,8 +21,8 @@ - # include "./archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h" - #elif defined(_WIN32) && defined(_M_X64) - # include "./archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/dso_conf_asm.h.orig 2018-05-11 12:02:07 UTC -+++ deps/openssl/config/dso_conf_asm.h -@@ -21,8 +21,8 @@ - # include "./archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h" - #elif defined(_WIN32) && defined(_M_X64) - # include "./archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/asm/crypto/include/internal/dso_conf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/asm/crypto/include/internal/dso_conf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi (nonexistent) @@ -1,17 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-01-30 20:43:11 UTC -+++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi -@@ -26,12 +26,11 @@ - ], - 'openssl_cflags_linux-elf': [ - '-Wa,--noexecstack', -- '-Wall -O3 -fomit-frame-pointer', -+ '-Wall -O3', - '-pthread', -- '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '', - ], - 'openssl_cli_srcs_linux-elf': [ - 'openssl/apps/asn1pars.c', Property changes on: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h =================================================================== --- head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h (nonexistent) @@ -1,13 +0,0 @@ ---- deps/openssl/config/dso_conf_no-asm.h.orig 2019-04-11 12:07:35 UTC -+++ deps/openssl/config/dso_conf_no-asm.h -@@ -23,8 +23,8 @@ - # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h" - #elif defined(_WIN32) && defined(_M_ARM64) - # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) --# include "./archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h" -+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -+//# include "./archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h" - #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) - # include "./archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h" - #elif defined(__sun) && defined(__i386__) Property changes on: head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi (nonexistent) @@ -1,17 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2019-01-30 20:43:11 UTC -+++ deps/openssl/config/archs/linux-elf/asm/openssl.gypi -@@ -722,12 +722,11 @@ - ], - 'openssl_cflags_linux-elf': [ - '-Wa,--noexecstack', -- '-Wall -O3 -fomit-frame-pointer', -+ '-Wall -O3', - '-pthread', -- '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '', - ], - }, - 'include_dirs': [ Property changes on: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi (revision 509122) @@ -1,17 +1,11 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2019-01-30 20:43:11 UTC +--- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2019-08-06 20:46:23 UTC +++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi -@@ -7,12 +7,11 @@ - 'OPENSSL_PIC', +@@ -12,7 +12,7 @@ + '-Wall -O3 -fomit-frame-pointer', ], - 'openssl_cflags_linux-elf': [ -- '-Wall -O3 -fomit-frame-pointer', -+ '-Wall -O3', - '-pthread', -- '-Wall -O3 -fomit-frame-pointer', - ], 'openssl_ex_libs_linux-elf': [ - '-ldl -pthread', -+ '', ++ '-pthread', ], 'openssl_cli_srcs_linux-elf': [ 'openssl/apps/asn1pars.c', Index: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi (revision 509122) @@ -1,17 +1,11 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2019-02-06 21:04:54 UTC +--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2019-08-06 20:46:23 UTC +++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -691,12 +691,11 @@ - 'OPENSSL_PIC', +@@ -696,7 +696,7 @@ + '-Wall -O3 -fomit-frame-pointer', ], - 'openssl_cflags_linux-elf': [ -- '-Wall -O3 -fomit-frame-pointer', -+ '-Wall -O3', - '-pthread', -- '-Wall -O3 -fomit-frame-pointer', - ], 'openssl_ex_libs_linux-elf': [ - '-ldl -pthread', -+ '', ++ '-pthread', ], }, 'include_dirs': [ Index: head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi (revision 509122) @@ -1,17 +1,17 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2019-04-23 12:30:43 UTC +--- deps/openssl/openssl-cl_no_asm.gypi.orig 2019-08-06 20:46:23 UTC +++ deps/openssl/openssl-cl_no_asm.gypi @@ -1,4 +1,5 @@ { + 'defines': ['OPENSSL_NO_ASM'], 'conditions': [ ['target_arch=="ppc" and OS=="aix"', { 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], -@@ -43,7 +44,7 @@ - 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], +@@ -45,7 +46,7 @@ + 'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'], }, { # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], + 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], }], ], } Index: head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi =================================================================== --- head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi (revision 509121) +++ head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi (revision 509122) @@ -1,11 +1,11 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2019-04-23 12:30:43 UTC +--- deps/openssl/openssl_no_asm.gypi.orig 2019-08-06 20:46:23 UTC +++ deps/openssl/openssl_no_asm.gypi -@@ -44,7 +44,7 @@ - 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], +@@ -46,7 +46,7 @@ + 'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'], }, { # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], + 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], }], ], } Index: head/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc =================================================================== --- head/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc (revision 509121) +++ head/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc (revision 509122) @@ -1,22 +1,22 @@ ---- deps/v8/src/arm/cpu-arm.cc.orig 2019-04-23 12:30:43 UTC +--- deps/v8/src/arm/cpu-arm.cc.orig 2019-08-06 20:46:23 UTC +++ deps/v8/src/arm/cpu-arm.cc @@ -7,6 +7,9 @@ #ifdef __QNXNTO__ #include // for cache flushing. #undef MAP_TYPE +#elif defined(__FreeBSD__) +#include +#include // for cache flushing. #else #include // for cache flushing. #endif -@@ -23,6 +26,9 @@ void CpuFeatures::FlushICache(void* start, size_t size +@@ -26,6 +29,9 @@ __attribute__((noinline)) void CpuFeatures::FlushICach #if !defined(USE_SIMULATOR) #if V8_OS_QNX msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); +#elif defined(__FreeBSD__) + struct arm_sync_icache_args args = { .addr = (uintptr_t)start, .len = size }; + sysarch(ARM_SYNC_ICACHE, (void *)&args); #else register uint32_t beg asm("r0") = reinterpret_cast(start); register uint32_t end asm("r1") = beg + size; Index: head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc =================================================================== --- head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (revision 509121) +++ head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (revision 509122) @@ -1,50 +1,51 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2019-01-30 20:43:13 UTC +--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2019-08-06 20:46:24 UTC +++ deps/v8/src/base/platform/platform-freebsd.cc -@@ -86,5 +86,47 @@ std::vector OS::GetSharedLib +@@ -86,6 +86,48 @@ std::vector OS::GetSharedLib void OS::SignalCodeMovingGC() {} +#ifdef __arm__ + +bool OS::ArmUsingHardFloat() { +// GCC versions 4.6 and above define __ARM_PCS or __ARM_PCS_VFP to specify +// the Floating Point ABI used (PCS stands for Procedure Call Standard). +// We use these as well as a couple of other defines to statically determine +// what FP ABI used. +// GCC versions 4.4 and below don't support hard-fp. +// GCC versions 4.5 may support hard-fp without defining __ARM_PCS or +// __ARM_PCS_VFP. + +#define GCC_VERSION \ + (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) +#if GCC_VERSION >= 40600 && !defined(__clang__) +#if defined(__ARM_PCS_VFP) + return true; +#else + return false; +#endif + +#elif GCC_VERSION < 40500 && !defined(__clang__) + return false; + +#else +#if defined(__ARM_PCS_VFP) + return true; +#elif defined(__ARM_PCS) || defined(__SOFTFP__) || defined(__SOFTFP) || \ + !defined(__VFP_FP__) + return false; +#else +#error \ + "Your version of compiler does not report the FP ABI compiled for." \ + "Please report it on this issue" \ + "http://code.google.com/p/v8/issues/detail?id=2140" + +#endif +#endif +#undef GCC_VERSION +} + +#endif // def __arm__ + + void OS::AdjustSchedulingParams() {} + } // namespace base - } // namespace v8 Index: head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc =================================================================== --- head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc (revision 509121) +++ head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc (revision 509122) @@ -1,19 +1,19 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2019-04-23 12:30:43 UTC +--- deps/v8/src/libsampler/sampler.cc.orig 2019-08-06 20:46:24 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -466,9 +466,13 @@ void SignalHandler::FillRegisterState(void* context, R +@@ -470,9 +470,13 @@ void SignalHandler::FillRegisterState(void* context, R state->sp = reinterpret_cast(mcontext.mc_rsp); state->fp = reinterpret_cast(mcontext.mc_rbp); #elif V8_HOST_ARCH_ARM - state->pc = reinterpret_cast(mcontext.mc_r15); - state->sp = reinterpret_cast(mcontext.mc_r13); - state->fp = reinterpret_cast(mcontext.mc_r11); + state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); + state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); + state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); +#elif V8_TARGET_ARCH_PPC_BE + state->pc = reinterpret_cast(mcontext.mc_srr0); + state->sp = reinterpret_cast(mcontext.mc_frame[1]); + state->fp = reinterpret_cast(mcontext.mc_frame[31]); #endif // V8_HOST_ARCH_* #elif V8_OS_NETBSD #if V8_HOST_ARCH_IA32 Index: head/www/node/files/patch-node.gypi =================================================================== --- head/www/node/files/patch-node.gypi (revision 509121) +++ head/www/node/files/patch-node.gypi (revision 509122) @@ -1,12 +1,12 @@ ---- node.gypi.orig 2019-04-23 12:30:45 UTC +--- node.gypi.orig 2019-08-06 20:46:25 UTC +++ node.gypi -@@ -315,6 +315,9 @@ +@@ -307,6 +307,9 @@ ['openssl_fips != "" or openssl_is_fips=="true"', { 'defines': [ 'NODE_FIPS_MODE' ], }], + ['openssl_no_asm==1', { + 'defines': [ 'OPENSSL_NO_ASM' ], + }], [ 'node_shared_openssl=="false"', { 'dependencies': [ './deps/openssl/openssl.gyp:openssl', Index: head/www/node/pkg-plist =================================================================== --- head/www/node/pkg-plist (revision 509121) +++ head/www/node/pkg-plist (revision 509122) @@ -1,443 +1,458 @@ bin/node include/node/common.gypi include/node/config.gypi include/node/js_native_api.h include/node/js_native_api_types.h include/node/libplatform/libplatform.h include/node/libplatform/libplatform-export.h include/node/libplatform/v8-tracing.h include/node/node.h include/node/node_api.h include/node/node_api_types.h include/node/node_buffer.h include/node/node_object_wrap.h include/node/node_version.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/progs.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix-gcc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/aes.h %%BUNDLED_SSL%%include/node/openssl/asn1.h %%BUNDLED_SSL%%include/node/openssl/asn1_mac.h %%BUNDLED_SSL%%include/node/openssl/asn1err.h %%BUNDLED_SSL%%include/node/openssl/asn1t.h %%BUNDLED_SSL%%include/node/openssl/async.h %%BUNDLED_SSL%%include/node/openssl/asyncerr.h %%BUNDLED_SSL%%include/node/openssl/bio.h %%BUNDLED_SSL%%include/node/openssl/bioerr.h %%BUNDLED_SSL%%include/node/openssl/blowfish.h %%BUNDLED_SSL%%include/node/openssl/bn.h %%BUNDLED_SSL%%include/node/openssl/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/bn_conf_asm.h %%BUNDLED_SSL%%include/node/openssl/bn_conf_no-asm.h %%BUNDLED_SSL%%include/node/openssl/bnerr.h %%BUNDLED_SSL%%include/node/openssl/buffer.h %%BUNDLED_SSL%%include/node/openssl/buffererr.h %%BUNDLED_SSL%%include/node/openssl/camellia.h %%BUNDLED_SSL%%include/node/openssl/cast.h %%BUNDLED_SSL%%include/node/openssl/cmac.h %%BUNDLED_SSL%%include/node/openssl/cms.h %%BUNDLED_SSL%%include/node/openssl/cmserr.h %%BUNDLED_SSL%%include/node/openssl/comp.h %%BUNDLED_SSL%%include/node/openssl/comperr.h %%BUNDLED_SSL%%include/node/openssl/conf.h %%BUNDLED_SSL%%include/node/openssl/conf_api.h %%BUNDLED_SSL%%include/node/openssl/conferr.h %%BUNDLED_SSL%%include/node/openssl/crypto.h %%BUNDLED_SSL%%include/node/openssl/cryptoerr.h %%BUNDLED_SSL%%include/node/openssl/ct.h %%BUNDLED_SSL%%include/node/openssl/cterr.h %%BUNDLED_SSL%%include/node/openssl/des.h %%BUNDLED_SSL%%include/node/openssl/dh.h %%BUNDLED_SSL%%include/node/openssl/dherr.h %%BUNDLED_SSL%%include/node/openssl/dsa.h %%BUNDLED_SSL%%include/node/openssl/dsaerr.h %%BUNDLED_SSL%%include/node/openssl/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/dso_conf_asm.h %%BUNDLED_SSL%%include/node/openssl/dso_conf_no-asm.h %%BUNDLED_SSL%%include/node/openssl/dtls1.h %%BUNDLED_SSL%%include/node/openssl/e_os2.h %%BUNDLED_SSL%%include/node/openssl/ebcdic.h %%BUNDLED_SSL%%include/node/openssl/ec.h %%BUNDLED_SSL%%include/node/openssl/ecdh.h %%BUNDLED_SSL%%include/node/openssl/ecdsa.h %%BUNDLED_SSL%%include/node/openssl/ecerr.h %%BUNDLED_SSL%%include/node/openssl/engine.h %%BUNDLED_SSL%%include/node/openssl/engineerr.h %%BUNDLED_SSL%%include/node/openssl/err.h %%BUNDLED_SSL%%include/node/openssl/evp.h %%BUNDLED_SSL%%include/node/openssl/evperr.h %%BUNDLED_SSL%%include/node/openssl/hmac.h %%BUNDLED_SSL%%include/node/openssl/idea.h %%BUNDLED_SSL%%include/node/openssl/kdf.h %%BUNDLED_SSL%%include/node/openssl/kdferr.h %%BUNDLED_SSL%%include/node/openssl/lhash.h %%BUNDLED_SSL%%include/node/openssl/md2.h %%BUNDLED_SSL%%include/node/openssl/md4.h %%BUNDLED_SSL%%include/node/openssl/md5.h %%BUNDLED_SSL%%include/node/openssl/mdc2.h %%BUNDLED_SSL%%include/node/openssl/modes.h %%BUNDLED_SSL%%include/node/openssl/obj_mac.h %%BUNDLED_SSL%%include/node/openssl/objects.h %%BUNDLED_SSL%%include/node/openssl/objectserr.h %%BUNDLED_SSL%%include/node/openssl/ocsp.h %%BUNDLED_SSL%%include/node/openssl/ocsperr.h %%BUNDLED_SSL%%include/node/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/opensslconf_asm.h %%BUNDLED_SSL%%include/node/openssl/opensslconf_no-asm.h %%BUNDLED_SSL%%include/node/openssl/opensslv.h %%BUNDLED_SSL%%include/node/openssl/ossl_typ.h %%BUNDLED_SSL%%include/node/openssl/pem2.h %%BUNDLED_SSL%%include/node/openssl/pem.h %%BUNDLED_SSL%%include/node/openssl/pemerr.h %%BUNDLED_SSL%%include/node/openssl/pkcs12.h %%BUNDLED_SSL%%include/node/openssl/pkcs12err.h %%BUNDLED_SSL%%include/node/openssl/pkcs7.h %%BUNDLED_SSL%%include/node/openssl/pkcs7err.h %%BUNDLED_SSL%%include/node/openssl/rand.h %%BUNDLED_SSL%%include/node/openssl/rand_drbg.h %%BUNDLED_SSL%%include/node/openssl/randerr.h %%BUNDLED_SSL%%include/node/openssl/rc2.h %%BUNDLED_SSL%%include/node/openssl/rc4.h %%BUNDLED_SSL%%include/node/openssl/rc5.h %%BUNDLED_SSL%%include/node/openssl/ripemd.h %%BUNDLED_SSL%%include/node/openssl/rsa.h %%BUNDLED_SSL%%include/node/openssl/rsaerr.h %%BUNDLED_SSL%%include/node/openssl/safestack.h %%BUNDLED_SSL%%include/node/openssl/seed.h %%BUNDLED_SSL%%include/node/openssl/sha.h %%BUNDLED_SSL%%include/node/openssl/srp.h %%BUNDLED_SSL%%include/node/openssl/srtp.h %%BUNDLED_SSL%%include/node/openssl/ssl.h %%BUNDLED_SSL%%include/node/openssl/ssl2.h %%BUNDLED_SSL%%include/node/openssl/ssl3.h %%BUNDLED_SSL%%include/node/openssl/sslerr.h %%BUNDLED_SSL%%include/node/openssl/stack.h %%BUNDLED_SSL%%include/node/openssl/store.h %%BUNDLED_SSL%%include/node/openssl/storeerr.h %%BUNDLED_SSL%%include/node/openssl/symhacks.h %%BUNDLED_SSL%%include/node/openssl/tls1.h %%BUNDLED_SSL%%include/node/openssl/ts.h %%BUNDLED_SSL%%include/node/openssl/tserr.h %%BUNDLED_SSL%%include/node/openssl/txt_db.h %%BUNDLED_SSL%%include/node/openssl/ui.h %%BUNDLED_SSL%%include/node/openssl/uierr.h %%BUNDLED_SSL%%include/node/openssl/whrlpool.h %%BUNDLED_SSL%%include/node/openssl/x509.h %%BUNDLED_SSL%%include/node/openssl/x509_vfy.h %%BUNDLED_SSL%%include/node/openssl/x509err.h %%BUNDLED_SSL%%include/node/openssl/x509v3.h %%BUNDLED_SSL%%include/node/openssl/x509v3err.h include/node/v8-internal.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h include/node/v8-util.h include/node/v8-value-serializer-version.h include/node/v8-version.h include/node/v8-version-string.h include/node/v8-wasm-trap-handler-posix.h include/node/v8-wasm-trap-handler-win.h include/node/v8.h include/node/v8config.h %%DTRACE%%lib/dtrace/node.d @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit %%PORTDOCS%%%%DOCSDIR%%/lldb_commands.py share/systemtap/tapset/node.stp