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:           Fri Apr 17 07:51:55 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo
Removed Files:
        pkgsrc/lang/nodejs/patches: patch-tools_gyp_pylib_gyp_common.py

Log Message:
nodejs: updated to 13.13.0

Version 13.13.0 (Current)

Notable Changes

New file system APIs

Added a new function, fs.readv (with sync and promisified versions). This function takes an array of ArrayBufferView elements and will write the data it reads sequentially to the buffers.
A new overload is available for fs.readSync, which allows to optionally pass any of the offset, length and position parameters.

Other changes

dns:
Added the dns.ALL flag, that can be passed to dns.lookup() with dns.V4MAPPED to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses.

http:
The default maximum HTTP header size was changed from 8KB to 16KB.

n-api:
Calls to napi_call_threadsafe_function from the main thread can now return the napi_would_deadlock status in certain circumstances.

util:
Added a new maxStrLength option to util.inspect, to control the maximum length of printed strings. Its default value is Infinity.

worker:
Added support for passing a transferList along with workerData to the Worker constructor


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.166 -r1.167 pkgsrc/lang/nodejs/distinfo
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/lang/nodejs/patches/patch-tools_gyp_pylib_gyp_common.py

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.177 pkgsrc/lang/nodejs/Makefile:1.178
--- pkgsrc/lang/nodejs/Makefile:1.177   Sun Apr 12 08:27:58 2020
+++ pkgsrc/lang/nodejs/Makefile Fri Apr 17 07:51:55 2020
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.177 2020/04/12 08:27:58 adam Exp $
+# $NetBSD: Makefile,v 1.178 2020/04/17 07:51:55 adam Exp $
 
-DISTNAME=      node-v13.12.0
+DISTNAME=      node-v13.13.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
 
-PKGREVISION= 1
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.166 pkgsrc/lang/nodejs/distinfo:1.167
--- pkgsrc/lang/nodejs/distinfo:1.166   Mon Apr  6 20:21:57 2020
+++ pkgsrc/lang/nodejs/distinfo Fri Apr 17 07:51:55 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.166 2020/04/06 20:21:57 adam Exp $
+$NetBSD: distinfo,v 1.167 2020/04/17 07:51:55 adam Exp $
 
-SHA1 (node-v13.12.0.tar.xz) = 6d9eb7095d379a32c051d3f89376bf0f8373ba3f
-RMD160 (node-v13.12.0.tar.xz) = 5fc3a1051534cc5fe09ff746dc9d94427fff40de
-SHA512 (node-v13.12.0.tar.xz) = 3166da61a3d84fa9d4cbfc473df7441a6f7e648ad92b095cc357c2440214ddde117fb220270db8e0736eea3b715742f0d73666bba25724770e7e8f6071495d57
-Size (node-v13.12.0.tar.xz) = 32841080 bytes
+SHA1 (node-v13.13.0.tar.xz) = f51c5ef8fac4c49743126123c9083aff2e54f3a4
+RMD160 (node-v13.13.0.tar.xz) = 2ce04174bf52b60db7cdc091b7e76403f72c628c
+SHA512 (node-v13.13.0.tar.xz) = 344d364fd39c9497ff7d2829b271b572f3f997fc3eb01744c9ba533b4ba1e8a1fbd08ad28909e74504f4bf84de95d0197a0b5e8b9cf07180a1457fdd2e95775e
+Size (node-v13.13.0.tar.xz) = 32862040 bytes
 SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3
@@ -20,7 +20,6 @@ SHA1 (patch-node.gypi) = 4a104dba6c22702
 SHA1 (patch-src_cares__wrap.cc) = a26a162f130468cbc0650a33b27b71377d273704
 SHA1 (patch-src_inspector__agent.cc) = 2ec2a7be459648700488096f467a4ae6af5a9d91
 SHA1 (patch-src_node__postmortem__metadata.cc) = 9938482d724ad6636af5dc3fa719ec26ed8539ff
-SHA1 (patch-tools_gyp_pylib_gyp_common.py) = b25eeab3ccc2ac1d224575ac4d07a79f198dc7ed
 SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = be3cc1aaa85c3d59b6f2758df813cb5ad8d8f74e
 SHA1 (patch-tools_gyp_pylib_gyp_xcode__emulation.py) = 15937c419f3226ab280c7bcd5d726773cb5add57
 SHA1 (patch-tools_install.py) = 8058eb63387971b97a1c3573d1875befeb873e77



Home | Main Index | Thread Index | Old Index