Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: updated to 14.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab09bd6cf40
branches:  trunk
changeset: 436456:9ab09bd6cf40
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 03 11:59:58 2020 +0000

description:
nodejs: updated to 14.7.0

Version 14.7.0 (Current)

Notable Changes

deps:
- upgrade npm to 6.14.7
dgram:
- (SEMVER-MINOR) add IPv6 scope id suffix to received udp6 dgrams
src:
- (SEMVER-MINOR) allow preventing SetPromiseRejectCallback
- (SEMVER-MINOR) allow setting a dir for all diagnostic output
worker:
- (SEMVER-MINOR) make MessagePort inherit from EventTarget
zlib:
- switch to lazy init for zlib streams
New Collaborators:
- add rexagod to collaborators
- add AshCripps to collaborators
- add HarshithaKP to collaborators
- add release key for Richard Lau

diffstat:

 lang/nodejs/Makefile |   4 ++--
 lang/nodejs/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r a2d95cb754d4 -r 9ab09bd6cf40 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Mon Aug 03 11:53:05 2020 +0000
+++ b/lang/nodejs/Makefile      Mon Aug 03 11:59:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.187 2020/07/22 06:53:50 adam Exp $
+# $NetBSD: Makefile,v 1.188 2020/08/03 11:59:58 adam Exp $
 
-DISTNAME=      node-v14.6.0
+DISTNAME=      node-v14.7.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
diff -r a2d95cb754d4 -r 9ab09bd6cf40 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Mon Aug 03 11:53:05 2020 +0000
+++ b/lang/nodejs/distinfo      Mon Aug 03 11:59:58 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.174 2020/07/22 06:53:50 adam Exp $
+$NetBSD: distinfo,v 1.175 2020/08/03 11:59:58 adam Exp $
 
-SHA1 (node-v14.6.0.tar.xz) = 0a61d9db6b08deb3f3881c71f8cc80205604348b
-RMD160 (node-v14.6.0.tar.xz) = 3062a0c08030797b8d115d0be81a825b44fefee5
-SHA512 (node-v14.6.0.tar.xz) = 2189876d3e60bffbac7089c51b4a9ec78dd94f00dcc38bd0fe0d9a42b7de9b714c46468e3bb0513b60296dfaa6a474d80d14a8fa86a9e977b1ea76a0de02bda2
-Size (node-v14.6.0.tar.xz) = 33282140 bytes
+SHA1 (node-v14.7.0.tar.xz) = f847feec3dc00be5aa04772c5ac8bde4224429df
+RMD160 (node-v14.7.0.tar.xz) = b0ddaf74aa68b36e0781d09ad31fb007016b710b
+SHA512 (node-v14.7.0.tar.xz) = 275875f2062d91617705b211fd254cdde61694c6a7ff657b66931f0d507220a9fde5a5f5c9e0e562ce80d531a87050b034d4e11bc3cfc4cf04d26ed15d1e0142
+Size (node-v14.7.0.tar.xz) = 33317268 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