git: bac2bdb9d39f - 2024Q1 - www/node18: Update to 18.19.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:59:21 UTC
The branch 2024Q1 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bac2bdb9d39f422e70fa24f5998acb3a3ea8a223 commit bac2bdb9d39f422e70fa24f5998acb3a3ea8a223 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:46:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:46:45 +0000 www/node18: Update to 18.19.1 Changes: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md Security: CVE-2023-46809, CVE-2024-21892, CVE-2024-22019, CVE-2024-22025 (cherry picked from commit 257eeba0b8cd543920e6c9d8e6339898cf07594e) --- www/node18/Makefile | 1 - www/node18/Makefile.version | 2 +- www/node18/distinfo | 6 +++--- www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi | 8 ++++---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/node18/Makefile b/www/node18/Makefile index 3a00471937e8..147f340a5a08 100644 --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -1,7 +1,6 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 18 diff --git a/www/node18/Makefile.version b/www/node18/Makefile.version index 4880c15123bf..cfbf36767bf5 100644 --- a/www/node18/Makefile.version +++ b/www/node18/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 18.18.2 +NODEJS_PORTVERSION= 18.19.1 diff --git a/www/node18/distinfo b/www/node18/distinfo index ba5d1770f064..0acc7103b4e5 100644 --- a/www/node18/distinfo +++ b/www/node18/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697463060 -SHA256 (node-v18.18.2.tar.xz) = 7249e2f0af943ec38599504f4b2a2bd31fb938787291b6ccca6c8badf01e3b56 -SIZE (node-v18.18.2.tar.xz) = 40834428 +TIMESTAMP = 1709390436 +SHA256 (node-v18.19.1.tar.xz) = 090f96a2ecde080b6b382c6d642bca5d0be4702a78cb555be7bf02b20bd16ded +SIZE (node-v18.19.1.tar.xz) = 41250068 diff --git a/www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi index 178d0502e808..0f4e3a84e805 100644 --- a/www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi +++ b/www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi @@ -1,13 +1,13 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2023-04-12 04:09:13 UTC +--- deps/openssl/openssl-cl_no_asm.gypi.orig 2024-02-13 21:40:45 UTC +++ deps/openssl/openssl-cl_no_asm.gypi @@ -1,4 +1,5 @@ { + 'defines': ['OPENSSL_NO_ASM'], 'conditions': [ - ['target_arch=="ppc64" and OS=="aix"', { + ['target_arch=="ppc64" and OS in ("aix", "os400")', { 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], -@@ -43,7 +44,7 @@ - 'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'], +@@ -45,7 +46,7 @@ + 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi'], }, { # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],