pkgsrc-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 18.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5537fe2eb154
branches:  trunk
changeset: 386000:5537fe2eb154
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 19:38:07 2022 +0000

description:
nodejs: updated to 18.10.0

Version 18.10.0 (Current)

Notable changes

doc:
(SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen)
add legendecas to TSC list (Michael Dawson)
move policy docs to the permissions scope (Rafael Gonzaga)
gyp:
libnode for ios app embedding (chexiongsheng)
http:
(SEMVER-MINOR) throw error on content-length mismatch (sidwebworks)
stream:
(SEMVER-MINOR) add ReadableByteStream.tee() (Daeyeon Jeong)

diffstat:

 lang/nodejs/Makefile |  4 ++--
 lang/nodejs/PLIST    |  4 +++-
 lang/nodejs/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r da3c2023c102 -r 5537fe2eb154 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Thu Sep 29 19:37:12 2022 +0000
+++ b/lang/nodejs/Makefile      Thu Sep 29 19:38:07 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.241 2022/09/27 07:59:10 adam Exp $
+# $NetBSD: Makefile,v 1.242 2022/09/29 19:38:07 adam Exp $
 
-DISTNAME=      node-v18.9.1
+DISTNAME=      node-v18.10.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17
diff -r da3c2023c102 -r 5537fe2eb154 lang/nodejs/PLIST
--- a/lang/nodejs/PLIST Thu Sep 29 19:37:12 2022 +0000
+++ b/lang/nodejs/PLIST Thu Sep 29 19:38:07 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.65 2022/09/27 07:59:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.66 2022/09/29 19:38:07 adam Exp $
 bin/node
 include/node/common.gypi
 include/node/config.gypi
@@ -63,6 +63,8 @@
 include/node/v8-weak-callback-info.h
 include/node/v8.h
 include/node/v8config.h
+lib/dtrace/node.d
 man/man1/node.1
 share/doc/node/gdbinit
 share/doc/node/lldb_commands.py
+share/systemtap/tapset/node.stp
diff -r da3c2023c102 -r 5537fe2eb154 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Thu Sep 29 19:37:12 2022 +0000
+++ b/lang/nodejs/distinfo      Thu Sep 29 19:38:07 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.222 2022/09/27 07:59:10 adam Exp $
+$NetBSD: distinfo,v 1.223 2022/09/29 19:38:07 adam Exp $
 
-BLAKE2s (node-v18.9.1.tar.xz) = 1955355f6949be11a933ed66e841601605c02e662310a545aaa1dadb8c0b637a
-SHA512 (node-v18.9.1.tar.xz) = fc570dbd41197363d0f9bc3f329fbdffd0cb5b7382327e206d40b3b4e42a80fa65debb172abd501021bcc5082d8d99fc5f6faa05cf87066170c87be1b15e8734
-Size (node-v18.9.1.tar.xz) = 38315220 bytes
+BLAKE2s (node-v18.10.0.tar.xz) = 60f6e9c11499ef4d0dde081965e01918f85cfec8df023ca2f28d52e8b926452e
+SHA512 (node-v18.10.0.tar.xz) = 7dbdb75786a8b85b66a8258ec1754aeaaaed3fed086b6a6caf46940c57fec16305a34931f27c33ed6ac036f16a7dbf010f17a6eec26316d71f3b3086626cf68b
+Size (node-v18.10.0.tar.xz) = 38364672 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