From nobody Thu Oct 14 18:31:24 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EC37A1808CA6; Thu, 14 Oct 2021 18:31:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HVdJs5R8hz4cQM; Thu, 14 Oct 2021 18:31:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F05D4181B6; Thu, 14 Oct 2021 18:31:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19EIVO2J032286; Thu, 14 Oct 2021 18:31:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19EIVOiJ032285; Thu, 14 Oct 2021 18:31:24 GMT (envelope-from git) Date: Thu, 14 Oct 2021 18:31:24 GMT Message-Id: <202110141831.19EIVOiJ032285@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 25cf6ee9a998 - main - www/node: Update 16.10.0 -> 16.11.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 Author: Bradley T. Hughes AuthorDate: 2021-10-14 13:53:30 +0000 Commit: Bradley T. Hughes CommitDate: 2021-10-14 18:31:11 +0000 www/node: Update 16.10.0 -> 16.11.0 MFH: 2021Q4 Sponsored by: Miles AS --- www/node/Makefile | 4 ++-- www/node/distinfo | 6 +++--- www/node/files/patch-deps_v8_src_libsampler_sampler.cc | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 31f125a3e19d..1085a5647eea 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.10.0 +DISTVERSION= 16.11.0 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/ @@ -70,7 +70,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= brotli>=1.0.9,1:archivers/brotli \ c-ares>=1.17.2:dns/c-ares \ libuv>=1.42.0:devel/libuv \ - libnghttp2>=1.42.0:www/libnghttp2 \ + libnghttp2>=1.45.1:www/libnghttp2 \ objdump:devel/binutils LIB_DEPENDS+= libbrotlidec.so:archivers/brotli \ libcares.so:dns/c-ares \ diff --git a/www/node/distinfo b/www/node/distinfo index cf3dfe8f75ac..f310dae5365d 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632405515 -SHA256 (node-v16.10.0.tar.gz) = 69b09bb0c4cd9add7eb501b1625a405b15d6ce53596e98b863c8d066e0b6b202 -SIZE (node-v16.10.0.tar.gz) = 64661120 +TIMESTAMP = 1633729788 +SHA256 (node-v16.11.0.tar.gz) = a070b0f57cf0851d959d6d8caa4e3fc24a34998ccf1f4ad68abfaa6103fbb6fd +SIZE (node-v16.11.0.tar.gz) = 63667994 diff --git a/www/node/files/patch-deps_v8_src_libsampler_sampler.cc b/www/node/files/patch-deps_v8_src_libsampler_sampler.cc index 8a0fbeeda3d6..13dee5483046 100644 --- a/www/node/files/patch-deps_v8_src_libsampler_sampler.cc +++ b/www/node/files/patch-deps_v8_src_libsampler_sampler.cc @@ -1,6 +1,6 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2021-04-20 11:30:13 UTC +--- deps/v8/src/libsampler/sampler.cc.orig 2021-10-08 13:38:46 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -488,6 +488,10 @@ void SignalHandler::FillRegisterState(void* context, R +@@ -490,6 +490,10 @@ void SignalHandler::FillRegisterState(void* context, R state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]);