Date: Tue, 21 Sep 2021 20:28:43 GMT From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3d5b3fb7837a - main - www/node: Update 16.6.1 -> 16.6.2 Message-ID: <202109212028.18LKShiH074117@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d5b3fb7837a997dfc5bc856229879c3afd5cca8 commit 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 Author: Bradley T. Hughes <bhughes@FreeBSD.org> AuthorDate: 2021-09-14 07:17:21 +0000 Commit: Bradley T. Hughes <bhughes@FreeBSD.org> CommitDate: 2021-09-21 20:26:43 +0000 www/node: Update 16.6.1 -> 16.6.2 https://nodejs.org/en/blog/release/v16.6.2/ 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 --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- www/node/files/patch-src_cares__wrap.h | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 297530e7d134..b64071c52c1a 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.6.1 +DISTVERSION= 16.6.2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 820d3cb9845f..354de82cea8b 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602434 -SHA256 (node-v16.6.1.tar.gz) = 36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09 -SIZE (node-v16.6.1.tar.gz) = 63990910 +TIMESTAMP = 1631603833 +SHA256 (node-v16.6.2.tar.gz) = e8df4a0084c379a37c11b315b7d068760a38598119d7ca9262977adcbbb58933 +SIZE (node-v16.6.2.tar.gz) = 64007539 diff --git a/www/node/files/patch-src_cares__wrap.h b/www/node/files/patch-src_cares__wrap.h new file mode 100644 index 000000000000..7f57f6d8b333 --- /dev/null +++ b/www/node/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 <netdb.h> + #endif // __POSIX__ + +-# include <ares_nameser.h> ++# include <arpa/nameser.h> + + namespace node { + namespace cares_wrap {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212028.18LKShiH074117>