[packages/npm] up to 11.12.1
atler
atler at pld-linux.org
Tue Apr 28 22:23:56 CEST 2026
commit 2fffa0edac351faee90712678b16e35b07750cf2
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 28 22:23:40 2026 +0200
up to 11.12.1
link-globalPaths.patch | 5 ++---
npm.spec | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/npm.spec b/npm.spec
index 573c35f..a1ecf25 100644
--- a/npm.spec
+++ b/npm.spec
@@ -9,12 +9,12 @@
Summary: A package manager for node.js
Summary(pl.UTF-8): Zarządca pakietów dla node.js
Name: npm
-Version: 11.11.0
+Version: 11.12.1
Release: 1
License: Artistic v2.0
Group: Development/Tools
Source0: https://registry.npmjs.org/npm/-/%{name}-%{version}.tgz
-# Source0-md5: 781b1e3d301b11120ab7366a0f80c0f1
+# Source0-md5: c5ef2c74f1af36e196fd972966ee8957
Patch0: link-globalPaths.patch
Patch1: global-config-path.patch
URL: https://www.npmjs.com/
diff --git a/link-globalPaths.patch b/link-globalPaths.patch
index 921303d..ef4021c 100644
--- a/link-globalPaths.patch
+++ b/link-globalPaths.patch
@@ -1,6 +1,6 @@
--- npm-10.9.3/lib/commands/link.js.orig 1985-10-26 09:15:00.000000000 +0100
+++ npm-10.9.3/lib/commands/link.js 2025-07-10 12:55:55.539989772 +0200
-@@ -1,10 +1,11 @@
+@@ -1,9 +1,10 @@
-const { readdir } = require('node:fs/promises')
+const { readdir, stat } = require('node:fs/promises')
const { resolve } = require('node:path')
@@ -40,8 +40,7 @@
+ }
+ }
+
- // any extra arg that is missing from the current
- // global space should be reified there first
+ // any extra arg that is missing from the current global space should be reified there first
- const missing = this.missingArgsFromTree(globals, args)
if (missing.length) {
await globalArb.reify({
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/npm.git/commitdiff/2fffa0edac351faee90712678b16e35b07750cf2
More information about the pld-cvs-commit
mailing list