pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  8 20:38:58 UTC 2021

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 14.18.2

Version 14.18.2 'Fermium' (LTS)

Notable changes

This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores 39780.

Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building.


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.205 -r1.206 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.222 pkgsrc/lang/nodejs/Makefile:1.223
--- pkgsrc/lang/nodejs/Makefile:1.222   Wed Dec  8 16:02:16 2021
+++ pkgsrc/lang/nodejs/Makefile Wed Dec  8 20:38:58 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.222 2021/12/08 16:02:16 adam Exp $
+# $NetBSD: Makefile,v 1.223 2021/12/08 20:38:58 adam Exp $
 
-DISTNAME=      node-v14.18.1
+DISTNAME=      node-v14.18.2
 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/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.205 pkgsrc/lang/nodejs/distinfo:1.206
--- pkgsrc/lang/nodejs/distinfo:1.205   Tue Oct 26 10:51:44 2021
+++ pkgsrc/lang/nodejs/distinfo Wed Dec  8 20:38:58 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.205 2021/10/26 10:51:44 nia Exp $
+$NetBSD: distinfo,v 1.206 2021/12/08 20:38:58 adam Exp $
 
-BLAKE2s (node-v14.18.1.tar.xz) = f203ae02ceb004edc7bd898c15ac7edf874cb2b3c2028d8318a388a57a375e28
-SHA512 (node-v14.18.1.tar.xz) = a92d6f392e960008efd0c1f48471a3e294aa5292065fb31acc62723e8924f7f1a22bb02f3ab51a440f6e190bdee3c1667a275808c6b76d053a77aa6d7ad68aef
-Size (node-v14.18.1.tar.xz) = 33693816 bytes
+BLAKE2s (node-v14.18.2.tar.xz) = 1ab2dff0306b324a923ca44db24e87e70a3a5d73f0a781878196f1e9e1bd9e94
+SHA512 (node-v14.18.2.tar.xz) = 9179321e09e91ae68e8833b57fcd8e76aef11546cb9e75a95dc80480513fef46211f308138c10653a050decc687bb31d7975adb388654bc64d41be625fc2e76b
+Size (node-v14.18.2.tar.xz) = 34076860 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