pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs14



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  1 20:08:15 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs14: Makefile distinfo

Log Message:
nodejs14: updated to 14.19.3

Version 14.19.3 'Fermium' (LTS)

Notable Changes

This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See 
https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
The list of GPG keys used to sign releases has been synchronized with the main branch.

Version 14.19.2 'Fermium' (LTS)

Notable Changes

doc:

New release key for Bryan English

npm:

Upgrade npm to v6.14.17.

V8:

V8 had a stack overflow issue affecting the vm module, cherry-picking cc9a8a37445e from V8 solves this issue.

Using getHeapSnapshot() was causing a Node.js crash due a V8 issue, this is fixed by backporting 367b0c1e7a32 from V8.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/nodejs14/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs14/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs14/Makefile
diff -u pkgsrc/lang/nodejs14/Makefile:1.2 pkgsrc/lang/nodejs14/Makefile:1.3
--- pkgsrc/lang/nodejs14/Makefile:1.2   Mon Apr 18 19:09:55 2022
+++ pkgsrc/lang/nodejs14/Makefile       Wed Jun  1 20:08:14 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2022/04/18 19:09:55 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/01 20:08:14 adam Exp $
 
-DISTNAME=      node-v14.19.1
+DISTNAME=      node-v14.19.3
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
 
-PKGREVISION= 1
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque

Index: pkgsrc/lang/nodejs14/distinfo
diff -u pkgsrc/lang/nodejs14/distinfo:1.1 pkgsrc/lang/nodejs14/distinfo:1.2
--- pkgsrc/lang/nodejs14/distinfo:1.1   Wed Mar 30 06:51:30 2022
+++ pkgsrc/lang/nodejs14/distinfo       Wed Jun  1 20:08:14 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2022/03/30 06:51:30 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/06/01 20:08:14 adam Exp $
 
-BLAKE2s (node-v14.19.1.tar.xz) = b89311693d96a8514cf9dbba14754579e43e830480ea5be8e665e01c6490ec4f
-SHA512 (node-v14.19.1.tar.xz) = d6c7f16589a0173a326a32e0bd4a8772357de0325a85b81bfd68e20239d7d1eac7eef93932d7044b1b3b9abf1da0f0bb4142786aba7b85f80474cc1924c900fa
-Size (node-v14.19.1.tar.xz) = 34476256 bytes
+BLAKE2s (node-v14.19.3.tar.xz) = 2e60610b507fd2cdeb565df8b5772c84a5229725c2600b00ac73a1efdfb127a8
+SHA512 (node-v14.19.3.tar.xz) = 0d03d9efee23664faf368a6ab42fa7d653033aebda1f2730c80692577825e31ff5522f1a940933245050a6f9af4ee64b6d65fc890e3d2ecfced327a909b63b6f
+Size (node-v14.19.3.tar.xz) = 34483792 bytes
 SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index