aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2022-07-06 16:20:45 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2022-07-11 02:09:21 +0000
commit9245563ab563b052a2da05a65d9f71efbb183389 (patch)
treee0a2e9a539dba97cf45e4100f5d27331aa594f48
parentff504a992317cee4a30b5060220a0281c4d15920 (diff)
downloadports-9245563ab563b052a2da05a65d9f71efbb183389.tar.gz
ports-9245563ab563b052a2da05a65d9f71efbb183389.zip
www/node: Update to 18.5.0
This update includes a fix for a high-level security vulnerability. https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/ Reviewed by: mfechner Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35734
-rw-r--r--www/node/Makefile4
-rw-r--r--www/node/distinfo6
-rw-r--r--www/node/pkg-plist5
3 files changed, 7 insertions, 8 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 902c57b1dea8..87131d2d7238 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -1,6 +1,6 @@
PORTNAME= node
DISTVERSIONPREFIX= v
-DISTVERSION= 18.2.0
+DISTVERSION= 18.5.0
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/
@@ -11,7 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= libressl libressl-devel
-BROKEN_SSL_REASON= Node.js 17.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
+BROKEN_SSL_REASON= Node.js 18.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
diff --git a/www/node/distinfo b/www/node/distinfo
index 05f6bca83735..e3d09c3e4602 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654014433
-SHA256 (node-v18.2.0.tar.gz) = bb9c117814341676edbfd7c79cfaaac2d809e760a65fe9afe050245d55bb7ca7
-SIZE (node-v18.2.0.tar.gz) = 82208678
+TIMESTAMP = 1657282404
+SHA256 (node-v18.5.0.tar.gz) = 47843654ffa6a59557254fdfe6d74c1fa21e314bcc4bc203727acc058b7780dd
+SIZE (node-v18.5.0.tar.gz) = 82069347
diff --git a/www/node/pkg-plist b/www/node/pkg-plist
index 39657fa9fc25..714705bf3293 100644
--- a/www/node/pkg-plist
+++ b/www/node/pkg-plist
@@ -2792,6 +2792,7 @@ include/node/v8-weak-callback-info.h
include/node/v8.h
include/node/v8config.h
%%DTRACE%%lib/dtrace/node.d
+lib/node_modules/corepack/CHANGELOG.md
lib/node_modules/corepack/LICENSE.md
lib/node_modules/corepack/README.md
lib/node_modules/corepack/dist/corepack.js
@@ -2800,6 +2801,7 @@ lib/node_modules/corepack/dist/npx.js
lib/node_modules/corepack/dist/pnpm.js
lib/node_modules/corepack/dist/pnpx.js
lib/node_modules/corepack/dist/vcc.js
+lib/node_modules/corepack/dist/vendors-_yarn_berry_cache_proxy-agent-npm-5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js
lib/node_modules/corepack/dist/yarn.js
lib/node_modules/corepack/dist/yarnpkg.js
lib/node_modules/corepack/package.json
@@ -2821,9 +2823,6 @@ lib/node_modules/corepack/shims/nodewin/pnpm.ps1
lib/node_modules/corepack/shims/nodewin/pnpx
lib/node_modules/corepack/shims/nodewin/pnpx.cmd
lib/node_modules/corepack/shims/nodewin/pnpx.ps1
-lib/node_modules/corepack/shims/nodewin/vcc
-lib/node_modules/corepack/shims/nodewin/vcc.cmd
-lib/node_modules/corepack/shims/nodewin/vcc.ps1
lib/node_modules/corepack/shims/nodewin/yarn
lib/node_modules/corepack/shims/nodewin/yarn.cmd
lib/node_modules/corepack/shims/nodewin/yarn.ps1