From owner-svn-ports-branches@freebsd.org Tue Sep 17 19:06:04 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C7D112C2B1; Tue, 17 Sep 2019 19:06:04 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Xsyh17Gdz4Z77; Tue, 17 Sep 2019 19:06:04 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09C4E19413; Tue, 17 Sep 2019 19:06:04 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8HJ642W068785; Tue, 17 Sep 2019 19:06:04 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HJ61Fo068771; Tue, 17 Sep 2019 19:06:01 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201909171906.x8HJ61Fo068771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 17 Sep 2019 19:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r512231 - in branches/2019Q3/www/node: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in branches/2019Q3/www/node: . files X-SVN-Commit-Revision: 512231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 19:06:04 -0000 Author: bhughes Date: Tue Sep 17 19:06:01 2019 New Revision: 512231 URL: https://svnweb.freebsd.org/changeset/ports/512231 Log: MFH: r506491 r507478 r509122 r509481 www/node: Update 12.4.0 -> 12.6.0 https://nodejs.org/en/blog/release/v12.5.0/ https://nodejs.org/en/blog/release/v12.6.0/ Sponsored by: Miles AS www/node: Update 12.6.0_1 -> 12.7.0 https://nodejs.org/en/blog/release/v12.7.0/ www/node: Update 12.7.0 -> 12.8.0 https://nodejs.org/en/blog/release/v12.8.0/ The bundled OpenSSL configuration now includes BSD-x86, which this port can now use. The build for i386 is still using the no-asm variant for the time being. Assembler errors in BSD-x86/asm-avx2 need to be investigated to be able to enable asm with the bundled OpenSSL. While here, regenerate all remaining patches with `make makepatch`. Sponsored by: Miles AS www/node: Update 12.8.0 -> 12.8.1 This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/ for details on patched vulnerabilities. Security: c97a940b-c392-11e9-bb38-000d3ab229d6 Sponsored by: Miles AS Approved by: ports-secteam (joneum) Deleted: branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi branches/2019Q3/www/node/files/patch-deps_openssl_config_bn__conf__asm.h branches/2019Q3/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h branches/2019Q3/www/node/files/patch-deps_openssl_config_dso__conf__asm.h branches/2019Q3/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h branches/2019Q3/www/node/files/patch-deps_openssl_config_opensslconf__asm.h branches/2019Q3/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h Modified: branches/2019Q3/www/node/Makefile branches/2019Q3/www/node/distinfo branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi branches/2019Q3/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi branches/2019Q3/www/node/files/patch-deps_openssl_openssl__no__asm.gypi branches/2019Q3/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc branches/2019Q3/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc branches/2019Q3/www/node/files/patch-deps_v8_src_libsampler_sampler.cc branches/2019Q3/www/node/files/patch-node.gypi branches/2019Q3/www/node/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/node/Makefile ============================================================================== --- branches/2019Q3/www/node/Makefile Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/Makefile Tue Sep 17 19:06:01 2019 (r512231) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.4.0 +PORTVERSION= 12.8.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -66,8 +66,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ - libuv>=1.29.1:devel/libuv \ - libnghttp2>=1.38.0:www/libnghttp2 + libuv>=1.30.1:devel/libuv \ + libnghttp2>=1.39.2:www/libnghttp2 LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 @@ -78,7 +78,7 @@ LIB_DEPENDS+= libcares.so:dns/c-ares\ 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 Modified: branches/2019Q3/www/node/distinfo ============================================================================== --- branches/2019Q3/www/node/distinfo Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/distinfo Tue Sep 17 19:06:01 2019 (r512231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559661163 -SHA256 (node-v12.4.0.tar.gz) = cf39befb8ea486363cac6f297d8f451fd0d5dd8ad21dca51e9c2ea86b242baa0 -SIZE (node-v12.4.0.tar.gz) = 49167965 +TIMESTAMP = 1565994523 +SHA256 (node-v12.8.1.tar.gz) = fbd4de6657f6301cdcd0c60a0e5a413c490670d8c21b501c380b96cc3b9b5b95 +SIZE (node-v12.8.1.tar.gz) = 50231954 Modified: branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi Tue Sep 17 19:06:01 2019 (r512231) @@ -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', Modified: branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi Tue Sep 17 19:06:01 2019 (r512231) @@ -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': [ Modified: branches/2019Q3/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi Tue Sep 17 19:06:01 2019 (r512231) @@ -1,4 +1,4 @@ ---- 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 @@ { @@ -6,8 +6,8 @@ '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'], Modified: branches/2019Q3/www/node/files/patch-deps_openssl_openssl__no__asm.gypi ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_openssl_openssl__no__asm.gypi Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_openssl_openssl__no__asm.gypi Tue Sep 17 19:06:01 2019 (r512231) @@ -1,7 +1,7 @@ ---- 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'], Modified: branches/2019Q3/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc Tue Sep 17 19:06:01 2019 (r512231) @@ -1,4 +1,4 @@ ---- 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__ @@ -10,7 +10,7 @@ #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); Modified: branches/2019Q3/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc Tue Sep 17 19:06:01 2019 (r512231) @@ -1,6 +1,6 @@ ---- 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() {} @@ -46,5 +46,6 @@ + +#endif // def __arm__ + + void OS::AdjustSchedulingParams() {} + } // namespace base - } // namespace v8 Modified: branches/2019Q3/www/node/files/patch-deps_v8_src_libsampler_sampler.cc ============================================================================== --- branches/2019Q3/www/node/files/patch-deps_v8_src_libsampler_sampler.cc Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-deps_v8_src_libsampler_sampler.cc Tue Sep 17 19:06:01 2019 (r512231) @@ -1,6 +1,6 @@ ---- 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 Modified: branches/2019Q3/www/node/files/patch-node.gypi ============================================================================== --- branches/2019Q3/www/node/files/patch-node.gypi Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/files/patch-node.gypi Tue Sep 17 19:06:01 2019 (r512231) @@ -1,6 +1,6 @@ ---- 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' ], }], Modified: branches/2019Q3/www/node/pkg-plist ============================================================================== --- branches/2019Q3/www/node/pkg-plist Tue Sep 17 19:03:46 2019 (r512230) +++ branches/2019Q3/www/node/pkg-plist Tue Sep 17 19:06:01 2019 (r512231) @@ -12,6 +12,21 @@ 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 @@ -167,6 +182,16 @@ include/node/node_version.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