head 1.13; access; symbols pkgsrc-2023Q3:1.12.0.2 pkgsrc-2023Q3-base:1.12 pkgsrc-2023Q2:1.11.0.2 pkgsrc-2023Q2-base:1.11 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.7.0.2 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.4.0.2 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.3.0.2 pkgsrc-2022Q2-base:1.3; locks; strict; comment @# @; 1.13 date 2023.10.12.11.37.44; author adam; state dead; branches; next 1.12; commitid 83sx1n12aidPukIE; 1.12 date 2023.08.14.05.24.45; author wiz; state Exp; branches; next 1.11; commitid LOSB79OLVxvXjIAE; 1.11 date 2023.04.26.19.44.09; author wiz; state Exp; branches; next 1.10; commitid WfFVfgSivm6tCEmE; 1.10 date 2023.04.19.17.42.12; author adam; state Exp; branches; next 1.9; commitid yai0TqKoyGGBaKlE; 1.9 date 2023.02.17.12.01.51; author adam; state Exp; branches; next 1.8; commitid zBKsrulvE439fSdE; 1.8 date 2023.01.11.18.20.31; author adam; state Exp; branches; next 1.7; commitid IrqYLWXpkILTw99E; 1.7 date 2022.12.03.21.34.38; author adam; state Exp; branches; next 1.6; commitid jkXKeNibNPenR94E; 1.6 date 2022.11.23.13.15.03; author adam; state Exp; branches; next 1.5; commitid Plz0N3hcnlQOpP2E; 1.5 date 2022.09.27.07.54.19; author adam; state Exp; branches; next 1.4; commitid xRTahzJCCiLnttVD; 1.4 date 2022.07.08.13.29.36; author adam; state Exp; branches 1.4.2.1; next 1.3; commitid hMu3hHCOGoOKV5LD; 1.3 date 2022.06.01.20.08.14; author adam; state Exp; branches 1.3.2.1; next 1.2; commitid sGfedUTs4OSaknGD; 1.2 date 2022.04.18.19.09.55; author adam; state Exp; branches; next 1.1; commitid eC9Na3jrfOOUpIAD; 1.1 date 2022.03.30.06.51.30; author adam; state Exp; branches; next ; commitid Olo8vmiQFL0nWcyD; 1.4.2.1 date 2022.10.03.14.02.17; author bsiegert; state Exp; branches; next ; commitid vAco8oO7HgbLjhWD; 1.3.2.1 date 2022.07.23.11.39.51; author spz; state Exp; branches; next ; commitid atPOxOjHx9goQ0ND; desc @@ 1.13 log @nodejs14: removed; life ended on 2023-04-30 @ text @# $NetBSD: Makefile,v 1.12 2023/08/14 05:24:45 wiz Exp $ DISTNAME= node-v14.21.3 PKGREVISION= 3 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 .include "../../mk/bsd.prefs.mk" # XXX: figure out a way to add rpaths to torque MAKE_ENV+= LD_LIBRARY_PATH=${PREFIX}/lib CONFIGURE_ARGS+= --without-dtrace PYTHON_VERSIONS_ACCEPTED= 27 CHECK_INTERPRETER_SKIP+= lib/node_modules/corepack/shims/*.ps1 CHECK_PORTABILITY_SKIP+= tools/macos-installer/pkgbuild/npm/scripts/preinstall .if ${MACHINE_ARCH} == "i386" # required for SSE2 code under i386. CXXFLAGS+= -mstackrealign .endif .include "../../lang/nodejs/options.mk" # Node turns on -latomic for arm, mips and ppc. .if ${MACHINE_ARCH:M*arm*} || \ ${MACHINE_ARCH:M*powerpc*} || \ ${MACHINE_ARCH:M*mips*} .include "../../devel/libatomic/buildlink3.mk" .endif .include "../../lang/nodejs/Makefile.common" .include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" @ 1.12 log @*: recursive bump for Python 3.11 as new default @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2023/04/26 19:44:09 wiz Exp $ @ 1.11 log @*: recursive bump for ngtcp2 shlib major bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/04/19 17:42:12 adam Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.10 log @nodejs14: build and install npm; bump revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/02/17 12:01:51 adam Exp $ d4 1 a8 1 PKGREVISION= 1 @ 1.9 log @nodejs14: updated to 14.21.3 Version 14.21.3 'Fermium' (LTS) This is a security release. Notable Changes The following CVEs are fixed in this release: * CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High) * CVE-2023-23920: Node.js insecure loading of ICU data through ICU\_DATA environment variable (Low) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/01/11 18:20:31 adam Exp $ d8 1 a13 3 CONFIGURE_ARGS+= --shared-brotli CONFIGURE_ARGS+= --shared-nghttp2 CONFIGURE_ARGS+= --with-intl=system-icu a17 2 REPLACE_NODEJS+= deps/corepack/dist/*.js .include "../../lang/nodejs/application.mk" a35 5 .include "../../archivers/brotli/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" # Requires nghttp2_option_set_max_settings BUILDLINK_API_DEPENDS.nghttp2+= nghttp2>=1.41.0 .include "../../www/nghttp2/buildlink3.mk" @ 1.8 log @nodejs14: updated to 14.21.2 Version 14.21.2 'Fermium' (LTS) Notable Changes OpenSSL 1.1.1s This OpenSSL version does not address any security vulnerabilities. Root certificates updated to NSS 3.85 Time zone update to 2022f @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/12/03 21:34:38 adam Exp $ d3 1 a3 1 DISTNAME= node-v14.21.2 @ 1.7 log @nodejs14: enable corepack, disable dtrace, bump revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/11/23 13:15:03 adam Exp $ d3 1 a3 2 DISTNAME= node-v14.21.1 PKGREVISION= 1 @ 1.6 log @nodejs14: updated to 14.21.1 Version 14.21.1 'Fermium' (LTS), @@BethGriggs This is a security release. Notable changes The following CVEs are fixed in this release: * **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/09/27 07:54:19 adam Exp $ d4 1 d17 1 a17 1 CONFIGURE_ARGS+= --without-corepack d21 3 @ 1.5 log @nodejs14: updated to 14.20.1 Version 14.20.1 'Fermium' (LTS) This is a security release. Notable changes The following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) CVE-2022-32213: bypass via obs-fold mechanic (Medium) CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/07/08 13:29:36 adam Exp $ d3 1 a3 1 DISTNAME= node-v14.20.1 @ 1.4 log @nodejs14: updated to 14.20.0 Version 14.20.0 'Fermium' (LTS) Notable Changes - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/06/01 20:08:14 adam Exp $ d3 1 a3 1 DISTNAME= node-v14.20.0 d30 3 a32 3 .if !empty(MACHINE_ARCH:M*arm*) || \ !empty(MACHINE_ARCH:M*powerpc*) || \ !empty(MACHINE_ARCH:M*mips*) @ 1.4.2.1 log @Pullup ticket #6674 - requested by taca lang/nodejs14: security fix Revisions pulled up: - lang/nodejs14/Makefile 1.5 - lang/nodejs14/distinfo 1.4 --- Module Name: pkgsrc Committed By: adam Date: Tue Sep 27 07:54:19 UTC 2022 Modified Files: pkgsrc/lang/nodejs14: Makefile distinfo Log Message: nodejs14: updated to 14.20.1 Version 14.20.1 'Fermium' (LTS) This is a security release. Notable changes The following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) CVE-2022-32213: bypass via obs-fold mechanic (Medium) CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium) @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= node-v14.20.1 d30 3 a32 3 .if ${MACHINE_ARCH:M*arm*} || \ ${MACHINE_ARCH:M*powerpc*} || \ ${MACHINE_ARCH:M*mips*} @ 1.3 log @nodejs14: updated to 14.19.3 Version 14.19.3 'Fermium' (LTS) Notable Changes This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. The list of GPG keys used to sign releases has been synchronized with the main branch. Version 14.19.2 'Fermium' (LTS) Notable Changes doc: New release key for Bryan English npm: Upgrade npm to v6.14.17. V8: V8 had a stack overflow issue affecting the vm module, cherry-picking cc9a8a37445e from V8 solves this issue. Using getHeapSnapshot() was causing a Node.js crash due a V8 issue, this is fixed by backporting 367b0c1e7a32 from V8. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2022/04/18 19:09:55 adam Exp $ d3 1 a3 1 DISTNAME= node-v14.19.3 @ 1.3.2.1 log @Pullup ticket #6650 - requested by khorben lang/nodejs14: security update Revisions pulled up: - lang/nodejs14/Makefile 1.4 - lang/nodejs14/distinfo 1.3 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: adam Date: Fri Jul 8 13:29:36 UTC 2022 Modified Files: pkgsrc/lang/nodejs14: Makefile distinfo Log Message: nodejs14: updated to 14.20.0 Version 14.20.0 'Fermium' (LTS) Notable Changes - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/nodejs14/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/nodejs14/distinfo @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= node-v14.20.0 @ 1.2 log @revbump for textproc/icu update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/03/30 06:51:30 adam Exp $ d3 1 a3 1 DISTNAME= node-v14.19.1 a7 1 PKGREVISION= 1 @ 1.1 log @nodejs14: updated to 14.19.1 and moved to lang/nodejs14 Version 14.19.1 'Fermium' (LTS) This is a security release. Notable Changes Update to OpenSSL 1.1.1n, which addresses the following vulnerability: Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt @ text @d1 1 a1 1 # $NetBSD$ d8 1 @