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 Mar 20 13:39:23 UTC 2024

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 21.7.1

Version 21.7.1 (Current)

Notable Changes
This release reverts 51389, which landed in Node.js 21.7.0. It is a documented feature that t.after() hooks are run even if a test has no subtests. The hook can be used to clean up the test itself.


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.258 -r1.259 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.288 pkgsrc/lang/nodejs/Makefile:1.289
--- pkgsrc/lang/nodejs/Makefile:1.288   Thu Mar  7 17:07:43 2024
+++ pkgsrc/lang/nodejs/Makefile Wed Mar 20 13:39:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.288 2024/03/07 17:07:43 adam Exp $
+# $NetBSD: Makefile,v 1.289 2024/03/20 13:39:22 adam Exp $
 
-DISTNAME=      node-v21.7.0
+DISTNAME=      node-v21.7.1
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.258 pkgsrc/lang/nodejs/distinfo:1.259
--- pkgsrc/lang/nodejs/distinfo:1.258   Thu Mar  7 17:07:43 2024
+++ pkgsrc/lang/nodejs/distinfo Wed Mar 20 13:39:22 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.258 2024/03/07 17:07:43 adam Exp $
+$NetBSD: distinfo,v 1.259 2024/03/20 13:39:22 adam Exp $
 
-BLAKE2s (node-v21.7.0.tar.xz) = 9cdb04864733c7fd3e6f37de066f62b0ea45ac6d473655bbedd4d65f11ec0bb8
-SHA512 (node-v21.7.0.tar.xz) = 2143bd6eda325d016963e4908dcdee70f1eeba3b077dd3a0c5853a37204fba6ed3de10a5a9e38dba90fbf9b2fcdf2fb54dff5923d8dd444414d9070036e7f5bb
-Size (node-v21.7.0.tar.xz) = 42510952 bytes
+BLAKE2s (node-v21.7.1.tar.xz) = 943e28771fdb787d91866c7b6618fc0b8b5558999922f615486436fcc30e74c7
+SHA512 (node-v21.7.1.tar.xz) = 4ac8ffaf14e117ced728e1d378a511a95c02e9a89e96b94fb5ef8c5a2d1927af8d07b5ad33ab98aa1d5bfdfde754f5704684f69cc039397bff507dbb93c21d3d
+Size (node-v21.7.1.tar.xz) = 42519836 bytes
 SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index