summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-09-29 19:21:34 +0000
committeradam <adam@pkgsrc.org>2021-09-29 19:21:34 +0000
commit2fb72e93625bfa6c3736f57b5fcdb2a96bc93e1f (patch)
treeb4a4db3958833c53f7ea4b361b96d80428c8aeb0 /lang
parente7948a10a372098d8025005493ed39e801a9f9b7 (diff)
downloadpkgsrc-2fb72e93625bfa6c3736f57b5fcdb2a96bc93e1f.tar.gz
nodejs: updated to 14.18.0
Version 14.18.0 'Fermium' (LTS) Notable Changes assert: change status of legacy asserts (James M Snell) (SEMVER-MINOR) buffer: introduce Blob (James M Snell) (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) (SEMVER-MINOR) child_process: allow options.cwd receive a URL (Khaidi Chu) (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) (SEMVER-MINOR) dns: allow --dns-result-order to change default dns verbatim (Ouyang Yadong) doc: refactor fs docs structure (James M Snell) (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) esm: deprecate legacy main lookup for modules (Guy Bedford) (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) (SEMVER-MINOR) fs: add support for async iterators to fsPromises.writeFile (HiroyukiYagihashi) fs: improve fsPromises readFile performance (Nitzan Uziely) (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) (SEMVER-MINOR) fs: allow position parameter to be a BigInt in read and readSync (Darshan Sen) (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) inspector: mark as stable (Gireesh Punathil) (SEMVER-MINOR) module: add support for URL to import.meta.resolve (Antoine du Hamel) (SEMVER-MINOR) module: add support for node:‑prefixed require(…) calls (ExE Boss) (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) (SEMVER-MINOR) process: add 'worker' event (James M Snell) (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) (SEMVER-MINOR) repl: add auto‑completion for node:‑prefixed require(…) calls (ExE Boss) (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell)
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile4
-rw-r--r--lang/nodejs/buildlink3.mk4
-rw-r--r--lang/nodejs/distinfo10
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index 7fe5b9d6bdb..21eea6c05cc 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.219 2021/09/17 20:08:23 adam Exp $
+# $NetBSD: Makefile,v 1.220 2021/09/29 19:21:34 adam Exp $
-DISTNAME= node-v14.17.6
+DISTNAME= node-v14.18.0
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= c gnu++14
diff --git a/lang/nodejs/buildlink3.mk b/lang/nodejs/buildlink3.mk
index 893dc46589b..63abc24b0de 100644
--- a/lang/nodejs/buildlink3.mk
+++ b/lang/nodejs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2021/04/21 11:40:27 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2021/09/29 19:21:34 adam Exp $
BUILDLINK_TREE+= nodejs
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= nodejs
NODEJS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.nodejs+= nodejs>=10
-BUILDLINK_ABI_DEPENDS.nodejs?= nodejs>=14.16.1nb1
+BUILDLINK_ABI_DEPENDS.nodejs?= nodejs>=14.18.0
BUILDLINK_PKGSRCDIR.nodejs?= ../../lang/nodejs
.include "../../mk/bsd.fast.prefs.mk"
diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo
index b085668e3cb..8da24079af0 100644
--- a/lang/nodejs/distinfo
+++ b/lang/nodejs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.201 2021/09/17 20:08:23 adam Exp $
+$NetBSD: distinfo,v 1.202 2021/09/29 19:21:34 adam Exp $
-SHA1 (node-v14.17.6.tar.xz) = a82646e6bfbf361611d46b871ec87c97192d4190
-RMD160 (node-v14.17.6.tar.xz) = 83d6cd6b114256777ec63a678e5f3b924b69691e
-SHA512 (node-v14.17.6.tar.xz) = 581c5698112426042fbf54fa793e56a30cae0c54ce8f23af6ac20d73c69a4f1166c5410f357c5a7b0409a773f99e3b9291e4afffd53b3c0e00569725dc4c47d3
-Size (node-v14.17.6.tar.xz) = 33606464 bytes
+SHA1 (node-v14.18.0.tar.xz) = ed4d7548c5728c97983494d28f96e7a0cd638c1b
+RMD160 (node-v14.18.0.tar.xz) = fe966ce9c1a6c41bd5525a12416797ee5d00b37b
+SHA512 (node-v14.18.0.tar.xz) = 0603e2466bf89b57e404e2992dda25012866a347489fb811a9757aea07056fc4f346236adf44a56d52c442f5f298f4dfdfc961f8582cd194d062beeb80c60cbf
+Size (node-v14.18.0.tar.xz) = 33698388 bytes
SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3