lang/nodejs: Update to 10.7.0.
- console: - The `console.timeLog()` method has been implemented. - deps: - Upgrade to libuv 1.22.0. - Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1). - http: - Added support for passing both `timeout` and `agent` options to `http.request`. - inspector: - Expose the original console API in `require('inspector').console`. - napi: - Added experimental support for functions dealing with bigint numbers. - process: - The `process.hrtime.bigint()` method has been implemented. - Added the `--title` command line argument to set the process title on startup. - trace_events: - Added process\_name metadata.
This commit is contained in:
parent
527f370405
commit
724651191a
2 changed files with 7 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
||||||
# $NetBSD: Makefile,v 1.138 2018/07/20 03:33:52 ryoon Exp $
|
# $NetBSD: Makefile,v 1.139 2018/07/20 13:59:41 fhajny Exp $
|
||||||
|
|
||||||
DISTNAME= node-v10.6.0
|
DISTNAME= node-v10.7.0
|
||||||
|
|
||||||
USE_LANGUAGES= c gnu++14
|
USE_LANGUAGES= c gnu++14
|
||||||
|
|
||||||
# Stated by the changelog as of 8.2.0
|
# Stated by the changelog as of 8.2.0
|
||||||
GCC_REQD+= 4.9.4
|
GCC_REQD+= 4.9.4
|
||||||
|
|
||||||
PKGREVISION= 1
|
|
||||||
.include "../../mk/bsd.prefs.mk"
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
|
||||||
# Optional OpenSSL support in nghttp2 conflicts with OpenSSL 1.1.x
|
# Optional OpenSSL support in nghttp2 conflicts with OpenSSL 1.1.x
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
$NetBSD: distinfo,v 1.130 2018/07/10 22:03:08 fhajny Exp $
|
$NetBSD: distinfo,v 1.131 2018/07/20 13:59:41 fhajny Exp $
|
||||||
|
|
||||||
SHA1 (node-v10.6.0.tar.gz) = adae1486e6f03c3128a8c0a5e37bd9f75eb27a47
|
SHA1 (node-v10.7.0.tar.gz) = 53a3b29fea5a2141059ea3b353e74f207a5aa3e9
|
||||||
RMD160 (node-v10.6.0.tar.gz) = 8d56801e4d386e986114387da71511246ce8cbbf
|
RMD160 (node-v10.7.0.tar.gz) = 8547cd860f3cbb45a3d1179315e40261a82974c6
|
||||||
SHA512 (node-v10.6.0.tar.gz) = f2d84cbe4b6ac316c9d3ddf794c27ecc9f11bc7a89bf19f5670d8de08211f76a13e6b109ba3044dca554c8b09e4186e34a53ddf38545d04e22f7481e5991981d
|
SHA512 (node-v10.7.0.tar.gz) = 7125d623007a6cfc3c0a95e547cd94c8a02f5866a4641b0b830b940d05439edf76697998d0756398adcf1a44d7bb3c81193ff55cfdf16885dce1b2d457ec74e7
|
||||||
Size (node-v10.6.0.tar.gz) = 35531041 bytes
|
Size (node-v10.7.0.tar.gz) = 35561927 bytes
|
||||||
SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
|
SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
|
||||||
SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
|
SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
|
||||||
SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e
|
SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e
|
||||||
|
|
Loading…
Reference in a new issue