pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs12 nodejs12: updated to 12.22.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db9b99aadc8
branches:  trunk
changeset: 376328:3db9b99aadc8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 05 17:15:53 2022 +0000

description:
nodejs12: updated to 12.22.12

Version 12.22.12 'Erbium' (LTS)

This is planned to be the final Node.js 12 release. Node.js 12 will
reach End-of-Life status on 30 April 2022, after which it will no
receive updates. You are strongly advised to migrate your applications
to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases)
to continue to receive future security updates beyond 30 April 2022.

This release fixes a shutdown crash in Node-API (formerly N-API) and a
potential stack overflow when using `vm.runInNewContext()`.

The list of GPG keys used to sign releases and instructions on how to
fetch the keys for verifying binaries has been synchronized with the
main branch.


Version 12.22.11 'Erbium' (LTS)

Update to OpenSSL 1.1.1n, which addresses the following vulnerability:

* Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
  More details are available at <https://www.openssl.org/news/secadv/20220315.txt>

Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
run CI tests.

diffstat:

 lang/nodejs12/Makefile      |  4 ++--
 lang/nodejs12/buildlink3.mk |  4 ++--
 lang/nodejs12/distinfo      |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r a4a2756c1002 -r 3db9b99aadc8 lang/nodejs12/Makefile
--- a/lang/nodejs12/Makefile    Tue Apr 05 16:57:58 2022 +0000
+++ b/lang/nodejs12/Makefile    Tue Apr 05 17:15:53 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/02/15 14:00:34 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/04/05 17:15:53 adam Exp $
 
-DISTNAME=      node-v12.22.10
+DISTNAME=      node-v12.22.12
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
diff -r a4a2756c1002 -r 3db9b99aadc8 lang/nodejs12/buildlink3.mk
--- a/lang/nodejs12/buildlink3.mk       Tue Apr 05 16:57:58 2022 +0000
+++ b/lang/nodejs12/buildlink3.mk       Tue Apr 05 17:15:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2021/12/08 16:02:17 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2022/04/05 17:15:53 adam Exp $
 
 BUILDLINK_TREE+=       nodejs
 
@@ -7,7 +7,7 @@
 
 BUILDLINK_API_DEPENDS.nodejs+= nodejs>=10
 BUILDLINK_ABI_DEPENDS.nodejs+= nodejs>=12.22.7
-BUILDLINK_PKGSRCDIR.nodejs?=   ../../lang/nodejs
+BUILDLINK_PKGSRCDIR.nodejs?=   ../../lang/nodejs12
 
 .include "../../mk/bsd.fast.prefs.mk"
 
diff -r a4a2756c1002 -r 3db9b99aadc8 lang/nodejs12/distinfo
--- a/lang/nodejs12/distinfo    Tue Apr 05 16:57:58 2022 +0000
+++ b/lang/nodejs12/distinfo    Tue Apr 05 17:15:53 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2022/02/15 14:00:34 adam Exp $
+$NetBSD: distinfo,v 1.31 2022/04/05 17:15:53 adam Exp $
 
-BLAKE2s (node-v12.22.10.tar.xz) = 638cdace30ae9118a9ddda0304377f60409159d0b54b7cafcadbdcc5c5e3f1b2
-SHA512 (node-v12.22.10.tar.xz) = da984e98856ef89eb259346d9d1eae60ff3d255d964f3b09d59851a9c21c86acd0c56b9c888f61423de07afab1c09946c00856c832a1f1a8abc4c671c31e23b1
-Size (node-v12.22.10.tar.xz) = 24089580 bytes
+BLAKE2s (node-v12.22.12.tar.xz) = b1695f4fda9ffeaa72576857fee91b05e7fc3570f329064e03b769e44f502197
+SHA512 (node-v12.22.12.tar.xz) = 938610c19c56fd044bfbe5ee04ada7bbda632071640290adaa3e7a4dc06ef9da6575d9d841d2798afcc1c85c093c2c60b50c00f6bd29a2c41d8a8ef439cc8123
+Size (node-v12.22.12.tar.xz) = 24088012 bytes
 SHA1 (patch-common.gypi) = a3fa3b5b974f910b3c8fea640ded4dca262e1ba8
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index