Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:17:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad0027c9843e - main - www/node20: Update to 20.10.0
Message-ID:  <202312012217.3B1MHu8C038594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0027c9843e7849a5664c3e1993eeead3a92d26

commit ad0027c9843e7849a5664c3e1993eeead3a92d26
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:00:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:33 +0000

    www/node20: Update to 20.10.0
    
    Changes:        https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md
---
 www/node20/Makefile.version                                  | 2 +-
 www/node20/distinfo                                          | 6 +++---
 www/node20/files/patch-deps_openssl_openssl-cl__no__asm.gypi | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/node20/Makefile.version b/www/node20/Makefile.version
index 918669c2cd72..f9b54c21f097 100644
--- a/www/node20/Makefile.version
+++ b/www/node20/Makefile.version
@@ -1 +1 @@
-NODEJS_PORTVERSION=	20.9.0
+NODEJS_PORTVERSION=	20.10.0
diff --git a/www/node20/distinfo b/www/node20/distinfo
index 8d14313cf2e2..d83390fd39aa 100644
--- a/www/node20/distinfo
+++ b/www/node20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698340941
-SHA256 (node-v20.9.0.tar.xz) = a23d96810abf0455426b349d47ce5310f33095b7bc0571b9cc510f481c3a4519
-SIZE (node-v20.9.0.tar.xz) = 41857572
+TIMESTAMP = 1701363644
+SHA256 (node-v20.10.0.tar.xz) = 32eb256eebd8cacd5574e6631e54b42be7ec8ebe25ad47a8ca685403bad15535
+SIZE (node-v20.10.0.tar.xz) = 42201036
diff --git a/www/node20/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node20/files/patch-deps_openssl_openssl-cl__no__asm.gypi
index 3c92069fe239..00ceb3bb0b64 100644
--- a/www/node20/files/patch-deps_openssl_openssl-cl__no__asm.gypi
+++ b/www/node20/files/patch-deps_openssl_openssl-cl__no__asm.gypi
@@ -1,13 +1,13 @@
---- deps/openssl/openssl-cl_no_asm.gypi.orig	2023-05-16 06:58:19 UTC
+--- deps/openssl/openssl-cl_no_asm.gypi.orig	2023-11-22 10:13:54 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'],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312012217.3B1MHu8C038594>