git: ba13b8a860f4 - main - www/node22: Update to 22.6.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 11:54:47 UTC
The branch main has been updated by sunpoet:

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

commit ba13b8a860f48a527397cfe2e30a35b803dfc734
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:44:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:29 +0000

    www/node22: Update to 22.6.0
    
    Changes:        https://github.com/nodejs/node/releases
                    https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md
---
 www/node22/Makefile.version     |  2 +-
 www/node22/distinfo             |  6 +++---
 www/node22/files/patch-openssl3 | 15 ---------------
 3 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/www/node22/Makefile.version b/www/node22/Makefile.version
index 4844cf1bbb2c..75760aace2a7 100644
--- a/www/node22/Makefile.version
+++ b/www/node22/Makefile.version
@@ -1 +1 @@
-NODEJS_PORTVERSION=	22.5.1
+NODEJS_PORTVERSION=	22.6.0
diff --git a/www/node22/distinfo b/www/node22/distinfo
index 6d9fcae0fca9..ef748a76f350 100644
--- a/www/node22/distinfo
+++ b/www/node22/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721499016
-SHA256 (node-v22.5.1.tar.xz) = 924f381a32cf26b6bedbe95feedde348450f4fd321283d3bf3f7965aa45ce831
-SIZE (node-v22.5.1.tar.xz) = 46149824
+TIMESTAMP = 1723201033
+SHA256 (node-v22.6.0.tar.xz) = 37259d618d5565ca55acc2585045c7e1c5b9965a3d4eb44c0a237fdae84b9d44
+SIZE (node-v22.6.0.tar.xz) = 46900628
diff --git a/www/node22/files/patch-openssl3 b/www/node22/files/patch-openssl3
deleted file mode 100644
index 0e80424bd33c..000000000000
--- a/www/node22/files/patch-openssl3
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/crypto/crypto_util.cc.orig	2023-05-16 06:58:21 UTC
-+++ src/crypto/crypto_util.cc
-@@ -205,10 +205,12 @@ void InitCryptoOnce() {
-   // No-op with OPENSSL_NO_COMP builds of OpenSSL.
-   sk_SSL_COMP_zero(SSL_COMP_get_compression_methods());
- 
-+#if OPENSSL_VERSION_MAJOR < 3
- #ifndef OPENSSL_NO_ENGINE
-   ERR_load_ENGINE_strings();
-   ENGINE_load_builtin_engines();
- #endif  // !OPENSSL_NO_ENGINE
-+#endif
- }
- 
- void GetFipsCrypto(const FunctionCallbackInfo<Value>& args) {