summaryrefslogtreecommitdiff
path: root/www/node14/files/patch-node.gypi
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2022-06-07 14:06:06 -0300
committerJoseph Mingrone <jrm@FreeBSD.org>2022-06-07 22:26:07 -0300
commit8850edb8172d8562c80ac510d0c4a96a6f26d120 (patch)
treef87f9d956d77176c36005c9a47fd07c5fef48834 /www/node14/files/patch-node.gypi
parentsysutils/spcm: Update to 0.5.7 (diff)
www/node14: Upgrade to 14.19.3
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.3 This update is based on a patch from Dani I. <i.dani@outlook.com> that was originally attached to the PR. This update addresses CVE-2021-44531/44532/44533, CVE-2022-0778, and CVE-2022-21824. Notable port additions: - COREPACK option [1] - test target - python 3.10 build support - patch for failing test due to FreeBSD OpenSSL adding "-freebsd" to version string [1] Corepack is an experimental tool to help with managing versions of your package managers. It exposes binary proxies for each supported package manager that, when called, will identify whatever package manager is configured for the current project, transparently install it if needed, and finally run it without requiring explicit user interactions. PR: 263090 Approved by: bhughes (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D35192
Diffstat (limited to 'www/node14/files/patch-node.gypi')
-rw-r--r--www/node14/files/patch-node.gypi10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/node14/files/patch-node.gypi b/www/node14/files/patch-node.gypi
index 57871fff3e10..1b4cbf9420ab 100644
--- a/www/node14/files/patch-node.gypi
+++ b/www/node14/files/patch-node.gypi
@@ -1,9 +1,9 @@
---- node.gypi.orig 2020-03-05 00:41:47 UTC
+--- node.gypi.orig 2022-05-04 10:22:01 UTC
+++ node.gypi
-@@ -322,6 +322,9 @@
- ['openssl_fips != "" or openssl_is_fips=="true"', {
- 'defines': [ 'NODE_FIPS_MODE' ],
- }],
+@@ -319,6 +319,9 @@
+ [ 'node_use_openssl=="true"', {
+ 'defines': [ 'HAVE_OPENSSL=1' ],
+ 'conditions': [
+ ['openssl_no_asm==1', {
+ 'defines': [ 'OPENSSL_NO_ASM' ],
+ }],