Download raw body.
[(yet another) Maintainer Update] lang/node v22.16.0
Here's another update to another latest release of lang/node.
Fortunately it's very low impact, barely touches v8 and is thus very unlikely
to break anything.
Tested on amd64 and arm64. ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/node/Makefile,v
diff -u -p -r1.151 Makefile
--- Makefile 15 May 2025 18:33:14 -0000 1.151
+++ Makefile 22 May 2025 18:34:37 -0000
@@ -5,7 +5,7 @@ USE_WXNEEDED = Yes
COMMENT = JavaScript runtime built on Chrome's V8 JavaScript engine
-NODE_VERSION = v22.15.1
+NODE_VERSION = v22.16.0
PLEDGE_VER = 1.1.3
DISTFILES = ${DISTNAME}-headers.tar.gz \
${DISTNAME}.tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/node/distinfo,v
diff -u -p -r1.87 distinfo
--- distinfo 15 May 2025 18:33:14 -0000 1.87
+++ distinfo 22 May 2025 18:34:37 -0000
@@ -1,6 +1,6 @@
SHA256 (node-pledge-1.1.3.tar.gz) = fEaXvLg6hYEJ69K+mgQFizf8DiJY2/DtyFJB/pEanVU=
-SHA256 (node-v22.15.1-headers.tar.gz) = dBDv0mDJL6pzbPpW9cvEHLtnLiDQB9GTU5ku+alsJEk=
-SHA256 (node-v22.15.1.tar.xz) = wZ8Bd9IcYhdGYl5fN1kL0NeacgQ7d7U3hMul8UXnJj4=
+SHA256 (node-v22.16.0-headers.tar.gz) = pg5aVD+rXlEFUllIxZbUl0xhfzlgbO9265TDvx35oGw=
+SHA256 (node-v22.16.0.tar.xz) = cgiU8yPlwawklo6yZ2ZgyQcw1xXLfwkL5xpmhmKhfDc=
SIZE (node-pledge-1.1.3.tar.gz) = 3167
-SIZE (node-v22.15.1-headers.tar.gz) = 8733168
-SIZE (node-v22.15.1.tar.xz) = 48443648
+SIZE (node-v22.16.0-headers.tar.gz) = 8732195
+SIZE (node-v22.16.0.tar.xz) = 48547612
Index: patches/patch-src_cares_wrap_h
===================================================================
RCS file: /cvs/ports/lang/node/patches/patch-src_cares_wrap_h,v
diff -u -p -r1.6 patch-src_cares_wrap_h
--- patches/patch-src_cares_wrap_h 15 May 2025 18:33:16 -0000 1.6
+++ patches/patch-src_cares_wrap_h 22 May 2025 18:34:37 -0000
@@ -1,7 +1,7 @@
Index: src/cares_wrap.h
--- src/cares_wrap.h.orig
+++ src/cares_wrap.h
-@@ -535,4 +535,109 @@ using GetHostByAddrWrap = QueryWrap<ReverseTraits>;
+@@ -443,4 +443,109 @@ QUERY_TYPES(V)
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
[(yet another) Maintainer Update] lang/node v22.16.0