diff options
author | adam <adam@pkgsrc.org> | 2022-05-18 18:26:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-05-18 18:26:51 +0000 |
commit | 169cfc53655f040860cb1b0089caf90958e2734a (patch) | |
tree | 529a7b25eef36faaff29a48ea59f950046e77160 | |
parent | 9be9d604e0d2051782d5fefa8c14f337b12d75e0 (diff) | |
download | pkgsrc-169cfc53655f040860cb1b0089caf90958e2734a.tar.gz |
nodejs: updated to 18.2.0
Version 18.2.0
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 447714ac675..013b410db84 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.233 2022/05/05 07:08:06 adam Exp $ +# $NetBSD: Makefile,v 1.234 2022/05/18 18:26:51 adam Exp $ -DISTNAME= node-v18.1.0 +DISTNAME= node-v18.2.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 5c29f508e48..b0d08d31520 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.212 2022/05/05 07:08:06 adam Exp $ +$NetBSD: distinfo,v 1.213 2022/05/18 18:26:51 adam Exp $ -BLAKE2s (node-v18.1.0.tar.xz) = 06fd87b5d57eaa787c14fefe4badee917c22847a364ad601379e1746ec21bf7c -SHA512 (node-v18.1.0.tar.xz) = edaf830b90b74ff7e8d1098f7f09cff91dc60738bfc612f6847bd7ac283ca76453f624057f64ba3ddcc86804bfbd652eaf8eae1398118220fd54fbf9c0a0e49c -Size (node-v18.1.0.tar.xz) = 36841136 bytes +BLAKE2s (node-v18.2.0.tar.xz) = f21fc01f787369be3ee9a37ec61723b36a2ed3f58aca4d28866daf8dbb07137a +SHA512 (node-v18.2.0.tar.xz) = 9d7d6017374bc14e9cd447bceb3ab9d3b4d421c30d422c6f4eb429c67f1deb2c04778216cccb11ecbe510f18b821891d9311c035f5a81cc6a5e8adae202e9b33 +Size (node-v18.2.0.tar.xz) = 36873192 bytes SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 |