Skip to content

Commit

Permalink
www/node: Update 16.6.1 -> 16.6.2
Browse files Browse the repository at this point in the history
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 nodejs/node#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
  • Loading branch information
bradleythughes committed Sep 21, 2021
1 parent d361a41 commit 3d5b3fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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}/

Expand Down
6 changes: 3 additions & 3 deletions 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
11 changes: 11 additions & 0 deletions 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 {

0 comments on commit 3d5b3fb

Please sign in to comment.