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
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 21:46:38 +08:00
parent bc73664f91
commit 257eeba0b8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
NODEJS_PORTVERSION= 18.18.2
NODEJS_PORTVERSION= 18.19.1

View File

@ -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

View File

@ -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'],