pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/nodejs
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 18 12:00:24 UTC 2024
Modified Files:
pkgsrc/lang/nodejs: Makefile PLIST distinfo
Log Message:
nodejs: updated to 22.9.0
Version 22.9.0 (Current)
New API to retrieve execution Stack Trace
Disable V8 Maglev
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.84 -r1.85 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.270 -r1.271 pkgsrc/lang/nodejs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.302 pkgsrc/lang/nodejs/Makefile:1.303
--- pkgsrc/lang/nodejs/Makefile:1.302 Mon Sep 9 19:27:32 2024
+++ pkgsrc/lang/nodejs/Makefile Wed Sep 18 12:00:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.302 2024/09/09 19:27:32 adam Exp $
+# $NetBSD: Makefile,v 1.303 2024/09/18 12:00:24 adam Exp $
-DISTNAME= node-v22.8.0
+DISTNAME= node-v22.9.0
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.84 pkgsrc/lang/nodejs/PLIST:1.85
--- pkgsrc/lang/nodejs/PLIST:1.84 Sat Jul 20 18:50:06 2024
+++ pkgsrc/lang/nodejs/PLIST Wed Sep 18 12:00:24 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.84 2024/07/20 18:50:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.85 2024/09/18 12:00:24 adam Exp $
bin/corepack
bin/node
bin/npm
@@ -1464,8 +1464,17 @@ lib/node_modules/npm/node_modules/node-g
lib/node_modules/npm/node_modules/node-gyp/SECURITY.md
lib/node_modules/npm/node_modules/node-gyp/addon.gypi
lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
+lib/node_modules/npm/node_modules/node-gyp/gyp/.release-please-manifest.json
lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/gyp/data/ninja/build.ninja
lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/GypVsCMake.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/Hacking.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/InputFormatReference.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/LanguageSpecification.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/README.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/Testing.md
+lib/node_modules/npm/node_modules/node-gyp/gyp/docs/UserDocumentation.md
lib/node_modules/npm/node_modules/node-gyp/gyp/gyp
lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat
lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py
@@ -1507,6 +1516,7 @@ lib/node_modules/npm/node_modules/node-g
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
@@ -1529,6 +1539,7 @@ lib/node_modules/npm/node_modules/node-g
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/utils.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/version.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml
+lib/node_modules/npm/node_modules/node-gyp/gyp/release-please-config.json
lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py
lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs
lib/node_modules/npm/node_modules/node-gyp/lib/build.js
@@ -1548,9 +1559,6 @@ lib/node_modules/npm/node_modules/node-g
lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
lib/node_modules/npm/node_modules/node-gyp/lib/util.js
lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh
-lib/node_modules/npm/node_modules/node-gyp/node_modules/proc-log/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/proc-log/lib/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/proc-log/package.json
lib/node_modules/npm/node_modules/node-gyp/package.json
lib/node_modules/npm/node_modules/node-gyp/release-please-config.json
lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.270 pkgsrc/lang/nodejs/distinfo:1.271
--- pkgsrc/lang/nodejs/distinfo:1.270 Mon Sep 9 19:27:32 2024
+++ pkgsrc/lang/nodejs/distinfo Wed Sep 18 12:00:24 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.270 2024/09/09 19:27:32 adam Exp $
+$NetBSD: distinfo,v 1.271 2024/09/18 12:00:24 adam Exp $
-BLAKE2s (node-v22.8.0.tar.xz) = e10770237ccf08b6c2f2a14e8ab6bb9e43f857591c118f2d1b7256fe955856cf
-SHA512 (node-v22.8.0.tar.xz) = c2942c65dc9909b1f412489a54d16afae7be46a5c2a8bd292cde75e4c56ec763ccee6572fd72774c3f9d94796cfff6edbd9e93976893873cc182548225ac162a
-Size (node-v22.8.0.tar.xz) = 46899840 bytes
+BLAKE2s (node-v22.9.0.tar.xz) = bc56587ad8508a8252bac647d4073b8834347b1668faf0479b125dec29f7416a
+SHA512 (node-v22.9.0.tar.xz) = eb6a4d0c220d6048e8e33cf411488346e93a9b1e9c8f2d62c3518c1ed23d2030ac30c8f32f79504142ed6158b5e0fe7805b2f9f51706d27b28b636a8fcea8824
+Size (node-v22.9.0.tar.xz) = 46950408 bytes
SHA1 (patch-common.gypi) = a4dd4ba7e0dfd5838d7241e35447617bdc0f93df
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec
Home |
Main Index |
Thread Index |
Old Index