commit 14fd0e53a52f4058c992774892ab876267de8f76
Author: Jan Palus <[email protected]>
Date:   Fri Jul 30 23:51:50 2021 +0200

    up to 14.17.4 (fixes CVE-2021-22930)

 nodejs-lib64path.patch | 2 +-
 nodejs.spec            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 81b0b3b..5145ba7 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -25,12 +25,12 @@ Name:               nodejs
 # Active start: 2020-10-27
 # Maintenance start: October 2020
 # Maintenance end: April 2023
-Version:       14.17.0
+Version:       14.17.4
 Release:       1
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
-# Source0-md5: f9c3d013c4c1bf1f917ae624343c36d4
+# Source0-md5: d46ffad24b7637bdd47995a799bcec7d
 
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
diff --git a/nodejs-lib64path.patch b/nodejs-lib64path.patch
index f2dbc57..1b348a4 100644
--- a/nodejs-lib64path.patch
+++ b/nodejs-lib64path.patch
@@ -8,4 +8,4 @@
 +  let paths = ["/usr/lib64/node", "/usr/lib/node", "/usr/lib/node_modules", 
path.resolve(prefixDir, 'lib', 'node')];
  
    if (homeDir) {
-     paths.unshift(path.resolve(homeDir, '.node_libraries'));
+     ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs.git/commitdiff/14fd0e53a52f4058c992774892ab876267de8f76

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to