pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs16



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 17 11:01:44 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs16: Makefile PLIST distinfo

Log Message:
nodejs16: updated to 16.18.0

Version 16.18.0 'Gallium' (LTS)

Notable changes

- (SEMVER-MINOR) assert: add getCalls and reset to callTracker (Moshe Atlow)
- (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan)
- (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan)
- (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen)
- (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh)
- (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks)
- (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh)
- (SEMVER-MINOR) net,tls: pass a valid socket on tlsClientError (Daeyeon Jeong)
- (SEMVER-MINOR) net: add local family (theanarkh)
- (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu)
- (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu)
- (SEMVER-MINOR) stream: add ReadableByteStream.tee() (Daeyeon Jeong)
- (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow)
- (SEMVER-MINOR) util: add maxArrayLength option to Set and Map (Kohei Ueno)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/nodejs16/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs16/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/nodejs16/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/nodejs16/Makefile
diff -u pkgsrc/lang/nodejs16/Makefile:1.5 pkgsrc/lang/nodejs16/Makefile:1.6
--- pkgsrc/lang/nodejs16/Makefile:1.5   Tue Sep 27 07:57:29 2022
+++ pkgsrc/lang/nodejs16/Makefile       Mon Oct 17 11:01:44 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/09/27 07:57:29 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/10/17 11:01:44 adam Exp $
 
-DISTNAME=      node-v16.17.1
+DISTNAME=      node-v16.18.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14

Index: pkgsrc/lang/nodejs16/PLIST
diff -u pkgsrc/lang/nodejs16/PLIST:1.1 pkgsrc/lang/nodejs16/PLIST:1.2
--- pkgsrc/lang/nodejs16/PLIST:1.1      Thu May  5 07:02:25 2022
+++ pkgsrc/lang/nodejs16/PLIST  Mon Oct 17 11:01:44 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/05/05 07:02:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/10/17 11:01:44 adam Exp $
 bin/node
 include/node/common.gypi
 include/node/config.gypi
@@ -20,8 +20,6 @@ include/node/v8-profiler.h
 include/node/v8-version.h
 include/node/v8.h
 include/node/v8config.h
-${PLIST.dtrace}lib/dtrace/node.d
 man/man1/node.1
 share/doc/node/gdbinit
 share/doc/node/lldb_commands.py
-share/systemtap/tapset/node.stp

Index: pkgsrc/lang/nodejs16/distinfo
diff -u pkgsrc/lang/nodejs16/distinfo:1.6 pkgsrc/lang/nodejs16/distinfo:1.7
--- pkgsrc/lang/nodejs16/distinfo:1.6   Tue Sep 27 07:57:29 2022
+++ pkgsrc/lang/nodejs16/distinfo       Mon Oct 17 11:01:44 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2022/09/27 07:57:29 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/10/17 11:01:44 adam Exp $
 
-BLAKE2s (node-v16.17.1.tar.xz) = 2130b3ae8729ccc3b1feba23a5d8780f60d0f4f03c439e478ae5f9d89e7523e1
-SHA512 (node-v16.17.1.tar.xz) = f9aefcc72a260cbdc162db8db01885a93b1b2248ff0c20c6e9b98819b8b5e599f7da89eeeb7cfe202764cca3974b6ca48610351176f6767ef6ad630ca7ee8cb7
-Size (node-v16.17.1.tar.xz) = 35661452 bytes
+BLAKE2s (node-v16.18.0.tar.xz) = cec08851406734b2f53a58bbfb4715ffc2394d1ca88afc32f1e8193eaf3f39b3
+SHA512 (node-v16.18.0.tar.xz) = 4bcd1fd7aeea8ba87c419d6cfacfdc3415205a44ddaf7a744e1457254de6cafe51b6f28071071e2e66834164bc6eb1e956c8124cc63a06fc3bf69a17476f1c05
+Size (node-v16.18.0.tar.xz) = 35849580 bytes
 SHA1 (patch-common.gypi) = 15393846d9dce28f963ef66faa504d5bb3e92018
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index