git: 647fb0e05570 - 2021Q3 - www/node: Update 16.6.1 -> 16.6.2

Bradley T. Hughes bhughes at FreeBSD.org
Mon Sep 27 21:43:15 UTC 2021


The branch 2021Q3 has been updated by bhughes:

URL: https://cgit.FreeBSD.org/ports/commit/?id=647fb0e0557006518aa54947531a49c5549f4eb1

commit 647fb0e0557006518aa54947531a49c5549f4eb1
Author:     Bradley T. Hughes <bhughes at FreeBSD.org>
AuthorDate: 2021-09-14 07:17:21 +0000
Commit:     Bradley T. Hughes <bhughes at FreeBSD.org>
CommitDate: 2021-09-27 20:23:36 +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
    
    (cherry picked from commit 3d5b3fb7837a997dfc5bc856229879c3afd5cca8)
---
 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 3e167fadd559..fd0883cf116c 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 {


More information about the dev-commits-ports-branches mailing list