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 Feb 24 16:04:21 UTC 2020
Modified Files:
pkgsrc/lang/nodejs: Makefile distinfo
Log Message:
nodejs: updated to 13.9.0
Version 13.9.0 (Current)
async_hooks
* add executionAsyncResource
crypto
* add crypto.diffieHellman
* add DH support to generateKeyPair
* simplify DH groups
* add key type 'dh'
test
* skip keygen tests on arm systems
perf_hooks
* add property flags to GCPerformanceEntry
process
* report ArrayBuffer memory in memoryUsage()
readline
* make tab size configurable
report
* add support for Workers
worker
* add ability to take heap snapshot from parent thread
added new collaborators
* add ronag to collaborators
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.161 -r1.162 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.170 pkgsrc/lang/nodejs/Makefile:1.171
--- pkgsrc/lang/nodejs/Makefile:1.170 Fri Feb 7 09:51:53 2020
+++ pkgsrc/lang/nodejs/Makefile Mon Feb 24 16:04:21 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.170 2020/02/07 09:51:53 adam Exp $
+# $NetBSD: Makefile,v 1.171 2020/02/24 16:04:21 adam Exp $
-DISTNAME= node-v13.8.0
+DISTNAME= node-v13.9.0
USE_LANGUAGES= c gnu++14
Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.161 pkgsrc/lang/nodejs/distinfo:1.162
--- pkgsrc/lang/nodejs/distinfo:1.161 Fri Feb 7 09:51:53 2020
+++ pkgsrc/lang/nodejs/distinfo Mon Feb 24 16:04:21 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.161 2020/02/07 09:51:53 adam Exp $
+$NetBSD: distinfo,v 1.162 2020/02/24 16:04:21 adam Exp $
-SHA1 (node-v13.8.0.tar.gz) = 4eefd1ed195d7446f5f697043082451f0cf1b06c
-RMD160 (node-v13.8.0.tar.gz) = c502a851e50bb697ecae2b856eff3375c369187c
-SHA512 (node-v13.8.0.tar.gz) = b8febc77c7b0e927f6db4f2c0833012338bf7b741b99dac5bce2da41373dad3a97f1bf1bb18d138ee7489fbb7db2dc7d50c25ad5659bd0b249479dbbf6275c3e
-Size (node-v13.8.0.tar.gz) = 61269370 bytes
+SHA1 (node-v13.9.0.tar.gz) = d40768aff371ae54dd108d7c87e018e2007ea8ca
+RMD160 (node-v13.9.0.tar.gz) = 045350ee134c3f2aad417d6a7ebb3a0a54844d30
+SHA512 (node-v13.9.0.tar.gz) = 70ce9954b07b43a9798b56fe9b566594de583b159610d5fb70f317145f095d65486a09011d5ac28756a175a37990b804f0d7c24db6956c5bc2f645f3a5ef86be
+Size (node-v13.9.0.tar.gz) = 61369533 bytes
SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3
Home |
Main Index |
Thread Index |
Old Index