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:   fhajny
Date:           Tue Jul 10 22:03:08 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
lang/nodejs: Update to 10.6.0.

- dns: An experimental promisified version of the dns module is now
  available. Give it a try with `require('dns').promises`.
- fs: `fs.lchown` has been undeprecated now that libuv supports it.
- lib: `Atomics.wake` is being renamed to `Atomics.notify` in the
  ECMAScript specification. Since Node.js now has experimental support
  for worker threads, we are being proactive and added a `notify` alias,
  while emitting a warning if `wake` is used.
- n-api: Add API for asynchronous functions.
- util: `util.inspect` is now able to return a result instead of
  throwing when the maximum call stack size is exceeded during
  inspection.
- vm: Add `script.createCachedData()`. This API replaces the
  `produceCachedData` option of the `Script` constructor that is now
  deprecated.
- worker: Support for relative paths has been added to the `Worker`
  constructor. Paths are interpreted relative to the current working
  directory.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.129 -r1.130 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.136 pkgsrc/lang/nodejs/Makefile:1.137
--- pkgsrc/lang/nodejs/Makefile:1.136   Sat Jun 23 13:38:00 2018
+++ pkgsrc/lang/nodejs/Makefile Tue Jul 10 22:03:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2018/06/23 13:38:00 fhajny Exp $
+# $NetBSD: Makefile,v 1.137 2018/07/10 22:03:08 fhajny Exp $
 
-DISTNAME=      node-v10.5.0
+DISTNAME=      node-v10.6.0
 
 USE_LANGUAGES= c gnu++14
 

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.129 pkgsrc/lang/nodejs/distinfo:1.130
--- pkgsrc/lang/nodejs/distinfo:1.129   Sat Jun 23 13:38:00 2018
+++ pkgsrc/lang/nodejs/distinfo Tue Jul 10 22:03:08 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.129 2018/06/23 13:38:00 fhajny Exp $
+$NetBSD: distinfo,v 1.130 2018/07/10 22:03:08 fhajny Exp $
 
-SHA1 (node-v10.5.0.tar.gz) = d7c6dfcdaf04cdc94e26c1e97c8821a447f3d10d
-RMD160 (node-v10.5.0.tar.gz) = 75b83ffdbcf75b4ddfb19a7854f6504abc039210
-SHA512 (node-v10.5.0.tar.gz) = ed2588405c76b16e5b11b1cb92080ab6967b9af7a27a1434ceb518b67a7db2ae0ce5ffbf8c601e612013805ff13370216d262897e056dc7953a3366d24b4c9f6
-Size (node-v10.5.0.tar.gz) = 35441207 bytes
+SHA1 (node-v10.6.0.tar.gz) = adae1486e6f03c3128a8c0a5e37bd9f75eb27a47
+RMD160 (node-v10.6.0.tar.gz) = 8d56801e4d386e986114387da71511246ce8cbbf
+SHA512 (node-v10.6.0.tar.gz) = f2d84cbe4b6ac316c9d3ddf794c27ecc9f11bc7a89bf19f5670d8de08211f76a13e6b109ba3044dca554c8b09e4186e34a53ddf38545d04e22f7481e5991981d
+Size (node-v10.6.0.tar.gz) = 35531041 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e



Home | Main Index | Thread Index | Old Index