aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:46:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:33 +0000
commit257eeba0b8cd543920e6c9d8e6339898cf07594e (patch)
tree63fb78bc646278fccde507a4585643cf8b5b438d
parentbc73664f91e31e41b8db9dd59d6bed9f2c7b56b0 (diff)
downloadports-257eeba0b8cd543920e6c9d8e6339898cf07594e.tar.gz
ports-257eeba0b8cd543920e6c9d8e6339898cf07594e.zip
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
-rw-r--r--www/node18/Makefile1
-rw-r--r--www/node18/Makefile.version2
-rw-r--r--www/node18/distinfo6
-rw-r--r--www/node18/files/patch-deps_openssl_openssl-cl__no__asm.gypi8
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'],