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:           Mon Aug 29 06:30:11 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 18.8.0

Version 18.8.0 (Current)

Notable changes

bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob

crypto:
(SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2
(SEMVER-MINOR) allow zero-length secret KeyObject
deps:
upgrade npm to 8.18.0 (npm team)
doc:
add Erick Wendel to collaborators
add theanarkh to collaborators
add MoLow to collaborators
add cola119 to collaborators
deprecate --trace-atomics-wait
http:
(SEMVER-MINOR) make idle http parser count configurable
net:
(SEMVER-MINOR) add local family
src:
(SEMVER-MINOR) print source map error source on demand
tls:
(SEMVER-MINOR) pass a valid socket on tlsClientError


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.220 -r1.221 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.239 pkgsrc/lang/nodejs/Makefile:1.240
--- pkgsrc/lang/nodejs/Makefile:1.239   Wed Jul 27 08:42:23 2022
+++ pkgsrc/lang/nodejs/Makefile Mon Aug 29 06:30:11 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.239 2022/07/27 08:42:23 adam Exp $
+# $NetBSD: Makefile,v 1.240 2022/08/29 06:30:11 adam Exp $
 
-DISTNAME=      node-v18.7.0
+DISTNAME=      node-v18.8.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.220 pkgsrc/lang/nodejs/distinfo:1.221
--- pkgsrc/lang/nodejs/distinfo:1.220   Wed Aug 17 21:15:27 2022
+++ pkgsrc/lang/nodejs/distinfo Mon Aug 29 06:30:11 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.220 2022/08/17 21:15:27 tnn Exp $
+$NetBSD: distinfo,v 1.221 2022/08/29 06:30:11 adam Exp $
 
-BLAKE2s (node-v18.7.0.tar.xz) = e7b09e919f7f1d222e6f92f9df48d31381799c40c70bb81de21fe7c83f57c556
-SHA512 (node-v18.7.0.tar.xz) = 3da56b25f304b4e205c27a59f2e442e7216e494465e4cce9f51ffd3f7c7da3ab3519c4b7d1eb41a754b86ecfa1d138d270578aa3908b4fd42cc5dbfd389a6798
-Size (node-v18.7.0.tar.xz) = 36945328 bytes
+BLAKE2s (node-v18.8.0.tar.xz) = 2d98c255b10cff28ac24d24bba17b74e18a5cf40e62f442c03b60ea0675f767b
+SHA512 (node-v18.8.0.tar.xz) = 757d31439672945967da10ff7079ac9f9cca9d717eabd8fcb1ab7e5716692f8dbc1382a055dc35519076a00a3ee5bce98cfaae4c4a320ce7d0bc6a95cc7f4e6a
+Size (node-v18.8.0.tar.xz) = 38285796 bytes
 SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index