head 1.3; access; symbols pkgsrc-2019Q4:1.2.0.8 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.4 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.2 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2020.01.24.18.52.20; author adam; state dead; branches; next 1.2; commitid j7ivbmXMaHv1wYTB; 1.2 date 2019.05.31.20.52.00; author adam; state Exp; branches; next 1.1; commitid cSDu9mdp8eRmPopB; 1.1 date 2019.01.21.11.00.45; author ryoon; state Exp; branches; next ; commitid HtGnNYVCUO0RJD8B; desc @@ 1.3 log @nodejs: updated to 13.7.0 Version 13.7.0 Notable Changes deps: * upgrade to libuv 1.34.1 * upgrade npm to 6.13.6 module * add API for interacting with source maps * loader getSource, getFormat, transform hooks * logical conditional exports ordering * unflag conditional exports process: * allow monitoring uncaughtException @ text @$NetBSD: patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi,v 1.2 2019/05/31 20:52:00 adam Exp $ --- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-05-28 21:32:15.000000000 +0000 +++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi @@@@ -30,8 +30,16 @@@@ '-pthread', '-Wall -O3 -fomit-frame-pointer', ], - 'openssl_ex_libs_linux-elf': [ - '-ldl -pthread', + 'conditions': [ + ['OS=="linux"', { + 'openssl_ex_libs_linux-elf': [ + '-ldl -pthread', + ], + }, { + 'openssl_ex_libs_linux-elf': [ + '', + ], + }], ], 'openssl_cli_srcs_linux-elf': [ 'openssl/apps/asn1pars.c', @ 1.2 log @nodejs: updated to 10.16.0 Version 10.16.0 'Dubnium' (LTS) Notable Changes deps: update ICU to 64.2 upgrade npm to 6.9.0 upgrade openssl sources to 1.1.1b upgrade to libuv 1.28.0 events: add once method to use promises with EventEmitter n-api: mark thread-safe function as stable repl: support top-level for-await-of zlib: add brotli support @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix build under NetBSD/i386 8.0, based on PR pkg/53758 @ text @d3 1 a3 1 --- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2018-09-20 07:28:30.000000000 +0000 d5 3 a7 3 @@@@ -28,8 +28,16 @@@@ 'openssl_cflags_linux-elf': [ '-Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer', d23 1 a23 1 'openssl/apps/app_rand.c', @