From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E78C96706CB; Mon, 27 Sep 2021 21:43:04 +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 4HJGMr44bGz4rp6; Mon, 27 Sep 2021 21:43:04 +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 61D2F187BC; Mon, 27 Sep 2021 21:43:04 +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 18RLh46V003115; Mon, 27 Sep 2021 21:43:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh4qM003114; Mon, 27 Sep 2021 21:43:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:04 GMT Message-Id: <202109272143.18RLh4qM003114@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 69094f564eb2 - 2021Q3 - www/node14: Update 14.17.4 -> 14.17.5 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/2021Q3 X-Git-Reftype: branch X-Git-Commit: 69094f564eb244b746cc04a1ce7270f7cb252a93 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:05 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=69094f564eb244b746cc04a1ce7270f7cb252a93 commit 69094f564eb244b746cc04a1ce7270f7cb252a93 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:48:42 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:19:28 +0000 www/node14: Update 14.17.4 -> 14.17.5 https://nodejs.org/en/blog/release/v14.17.5/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/ Adopt the patch from https://github.com/nodejs/node/pull/39739, since Node.js does not build with a system installed c-ares without it. Security: b092bd4f-1b16-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit d361a41d06e7b9bd3fe183f0a3f9a3a506059bdc) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- www/node14/files/patch-src_cares__wrap.h | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index 131bb23da381..e1afe9936ca8 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.4 +DISTVERSION= 14.17.5 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index 1766a5a19695..167d811fb823 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602102 -SHA256 (node-v14.17.4.tar.gz) = 70c75f21ac601ae9e0fd86bdfd4e13e4d302f42b4fafcd6d21804b043a571c36 -SIZE (node-v14.17.4.tar.gz) = 63700333 +TIMESTAMP = 1631602115 +SHA256 (node-v14.17.5.tar.gz) = bd1bb74eae48c7aa7d4519736385e99477d954c6915adefdc3c373be461d1aaa +SIZE (node-v14.17.5.tar.gz) = 63709824 diff --git a/www/node14/files/patch-src_cares__wrap.h b/www/node14/files/patch-src_cares__wrap.h new file mode 100644 index 000000000000..7f57f6d8b333 --- /dev/null +++ b/www/node14/files/patch-src_cares__wrap.h @@ -0,0 +1,11 @@ +--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC ++++ src/cares_wrap.h +@@ -22,7 +22,7 @@ + # include + #endif // __POSIX__ + +-# include ++# include + + namespace node { + namespace cares_wrap {