Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cd48db9c2ea1ceed36ac433d336cabd4c936cdea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cd48db9c2ea1ceed36ac433d336cabd4c936cdea)
  • Date: Fri, 8 May 2026 02:48:38 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/nodejs/DEPENDS | 2 +-
devel/nodejs/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit cd48db9c2ea1ceed36ac433d336cabd4c936cdea
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/nodejs: needs libuv >= 1.52.0

diff --git a/devel/nodejs/DEPENDS b/devel/nodejs/DEPENDS
index 47d32be..2893916 100755
--- a/devel/nodejs/DEPENDS
+++ b/devel/nodejs/DEPENDS
@@ -12,7 +12,7 @@ depends brotli '--shared-brotli' &&
depends c-ares '--shared-cares' &&
depends nghttp2 '--shared-nghttp2' &&
vdepends <<-! &&
- libuv >= 1.51.0 flags: --shared-libuv
+ libuv >= 1.52.0 flags: --shared-libuv
!
depends zlib '--shared-zlib' &&
depends icu '--with-intl=system-icu' &&
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 47905cc..c6970bb 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,5 +1,6 @@
2026-05-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 26.1.0
+ * DEPENDS: needs libuv >= 1.52.0

2026-05-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 26.0.0


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cd48db9c2ea1ceed36ac433d336cabd4c936cdea), Pavel Vinogradov, 05/07/2026

Archive powered by MHonArc 2.6.24.

Top of Page