Received: by mail.netbsd.org (Postfix, from userid 605) id F3A1D84F1A; Fri, 8 Jul 2022 13:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3907884F12 for ; Fri, 8 Jul 2022 13:31:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pq34T6e3JAsL for ; Fri, 8 Jul 2022 13:31:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A72B384D41 for ; Fri, 8 Jul 2022 13:31:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A44E4FB1A; Fri, 8 Jul 2022 13:31:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657287075213470" MIME-Version: 1.0 Date: Fri, 8 Jul 2022 13:31:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220708133115.A44E4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657287075213470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 8 13:31:15 UTC 2022 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 18.5.0 Version 18.5.0 (Current), @RafaelGSS This is a security release. Notable Changes - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) - (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) Node.js now reads nodejs_conf section in the openssl config - deps: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) - deps: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.216 -r1.217 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657287075213470 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.236 pkgsrc/lang/nodejs/Makefile:1.237 --- pkgsrc/lang/nodejs/Makefile:1.236 Fri Jun 17 08:02:48 2022 +++ pkgsrc/lang/nodejs/Makefile Fri Jul 8 13:31:15 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.236 2022/06/17 08:02:48 adam Exp $ +# $NetBSD: Makefile,v 1.237 2022/07/08 13:31:15 adam Exp $ -DISTNAME= node-v18.4.0 +DISTNAME= node-v18.5.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.216 pkgsrc/lang/nodejs/distinfo:1.217 --- pkgsrc/lang/nodejs/distinfo:1.216 Fri Jun 17 08:02:48 2022 +++ pkgsrc/lang/nodejs/distinfo Fri Jul 8 13:31:15 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.216 2022/06/17 08:02:48 adam Exp $ +$NetBSD: distinfo,v 1.217 2022/07/08 13:31:15 adam Exp $ -BLAKE2s (node-v18.4.0.tar.xz) = ec9a1395aab424f851096c46a708b8c568b7f7c78c17738bf08a80016efff339 -SHA512 (node-v18.4.0.tar.xz) = c00d90cf5cfa8cd5629ed0b7810c436c962e50bd78313789457fd4003900808a190769db9d41e9a22186c6d2cda232bd362d432089eb8990913f7786140e2813 -Size (node-v18.4.0.tar.xz) = 37109064 bytes +BLAKE2s (node-v18.5.0.tar.xz) = 5e0e51204ffde2a264afee3bf9d7d1d808edb888230b781db4c42221ec6b0365 +SHA512 (node-v18.5.0.tar.xz) = 7ad5654f7c7ff9236c2bbd37cb40afb0624d1fbdf7e38d646a2ce1fc96c8a18cdea844b324464b30e577aae675fa43596f65ee3c523efc73394b5d3b514bf067 +Size (node-v18.5.0.tar.xz) = 37112412 bytes SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1657287075213470--