Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A45184E59 for ; Sun, 1 Oct 2023 16:00:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rl_-key91xsD for ; Sun, 1 Oct 2023 16:00:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A14F484C13 for ; Sun, 1 Oct 2023 16:00:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A834FBDB; Sun, 1 Oct 2023 16:00:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696176013289700" MIME-Version: 1.0 Date: Sun, 1 Oct 2023 16:00:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231001160013.9A834FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696176013289700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Sun Oct 1 16:00:13 UTC 2023 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 20.8.0 Version 20.8.0 (Current) Notable Changes Stream performance improvements Performance improvements to writable and readable streams, improving the creation and destruction by ±15% and reducing the memory overhead each stream takes in Node.js Performance improvements for readable webstream, improving readable stream async iterator consumption by ±140% and improving readable stream pipeTo consumption by ±60% Rework of memory management in vm APIs with the importModuleDynamically option This rework addressed a series of long-standing memory leaks and use-after-free issues in the following APIs that support importModuleDynamically: vm.Script vm.compileFunction vm.SyntheticModule vm.SourceTextModule This should enable affected users to upgrade from older versions of Node.js. To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.245 -r1.246 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696176013289700 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile diff -u pkgsrc/lang/nodejs/Makefile:1.273 pkgsrc/lang/nodejs/Makefile:1.274 --- pkgsrc/lang/nodejs/Makefile:1.273 Wed Sep 20 11:21:59 2023 +++ pkgsrc/lang/nodejs/Makefile Sun Oct 1 16:00:13 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.273 2023/09/20 11:21:59 adam Exp $ +# $NetBSD: Makefile,v 1.274 2023/10/01 16:00:13 adam Exp $ -DISTNAME= node-v20.7.0 +DISTNAME= node-v20.8.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.245 pkgsrc/lang/nodejs/distinfo:1.246 --- pkgsrc/lang/nodejs/distinfo:1.245 Wed Sep 20 11:21:59 2023 +++ pkgsrc/lang/nodejs/distinfo Sun Oct 1 16:00:13 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.245 2023/09/20 11:21:59 adam Exp $ +$NetBSD: distinfo,v 1.246 2023/10/01 16:00:13 adam Exp $ -BLAKE2s (node-v20.7.0.tar.xz) = f899fe67f0015a3a4e1f44a42ae6a5bd217561a0b1b3a3709aa93e5104b2667f -SHA512 (node-v20.7.0.tar.xz) = 5d95079d8ebe3992d5e34fac607ebb9601f33645874be0e81093a376a57ea23e3a1b74a06dfede1c9289258d40273fa23140bf1954e5d04eed4ec6beafcbc67c -Size (node-v20.7.0.tar.xz) = 41824232 bytes +BLAKE2s (node-v20.8.0.tar.xz) = fd3cef6d97ddb955327baed0dfc2aaaa7deb544d89480ce4c51a7b51486a9a3e +SHA512 (node-v20.8.0.tar.xz) = 9b2a8c14aee765f1fb039ce949eac635160b44cc3ae6507fe96637b9c8fc4e90a492dd3e0ce2173e190fa534dcd5d76e2639d9812406e0a9de4ec2e2ec1b4e2d +Size (node-v20.8.0.tar.xz) = 41855692 bytes SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec --_----------=_1696176013289700--