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 16 07:24:06 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile Makefile.common distinfo

Log Message:
nodejs: updated to 14.15.2

Version 14.15.2 'Fermium' (LTS)

Notable Changes

deps:
upgrade npm to 6.14.9
update acorn to v8.0.4
doc: add release key for Danielle Adams
http2: check write not scheduled in scope destructor
stream: fix regression on duplex end


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/nodejs/Makefile.common
cvs rdiff -u -r1.188 -r1.189 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.201 pkgsrc/lang/nodejs/Makefile:1.202
--- pkgsrc/lang/nodejs/Makefile:1.201   Tue Nov 17 11:01:40 2020
+++ pkgsrc/lang/nodejs/Makefile Wed Dec 16 07:24:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.201 2020/11/17 11:01:40 adam Exp $
+# $NetBSD: Makefile,v 1.202 2020/12/16 07:24:06 adam Exp $
 
-DISTNAME=      node-v14.15.1
+DISTNAME=      node-v14.15.2
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14

Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.39 pkgsrc/lang/nodejs/Makefile.common:1.40
--- pkgsrc/lang/nodejs/Makefile.common:1.39     Fri Oct  2 12:26:34 2020
+++ pkgsrc/lang/nodejs/Makefile.common  Wed Dec 16 07:24:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2020/10/02 12:26:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -22,7 +22,7 @@ PYTHON_FOR_BUILD_ONLY=                yes
 # Do not remove this unless you are absolutely certain that every python script
 # in every nodejs that we support is python3 ready.
 #
-PYTHON_VERSIONS_ACCEPTED=      27
+#PYTHON_VERSIONS_ACCEPTED=     27
 
 GCC_REQD+=             4.9.4
 

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.188 pkgsrc/lang/nodejs/distinfo:1.189
--- pkgsrc/lang/nodejs/distinfo:1.188   Tue Nov 17 11:01:40 2020
+++ pkgsrc/lang/nodejs/distinfo Wed Dec 16 07:24:06 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.188 2020/11/17 11:01:40 adam Exp $
+$NetBSD: distinfo,v 1.189 2020/12/16 07:24:06 adam Exp $
 
-SHA1 (node-v14.15.1.tar.xz) = d74b581217ffbda9a2152fcb5ee4e10d602293a2
-RMD160 (node-v14.15.1.tar.xz) = 89181574ae5cc8e1801501dde4e5b51a03cb18a8
-SHA512 (node-v14.15.1.tar.xz) = cbab757e370a09b73c29a9bcb310b4122e4424d6baeaeaf1b10919ed6b348bc6ddbfc0e0eaff99d8ebb4d3d74f0206f575e2656245151eda564dd2cd33ff823a
-Size (node-v14.15.1.tar.xz) = 33437304 bytes
+SHA1 (node-v14.15.2.tar.xz) = 1c0128b3ea974dad05b916093d6e6174ea5501b9
+RMD160 (node-v14.15.2.tar.xz) = 4cb4c09a852b202ba8b4f0db09f5ec1067a5b23f
+SHA512 (node-v14.15.2.tar.xz) = c9992d134f6f10c9f9b1029bd8e32fddec8a88279b23b2cb67fdb61a075f31e20eceb9e487c849da1af2687e3f7005a9e75ea41b13eeb9e703ded78ec5bcd51f
+Size (node-v14.15.2.tar.xz) = 33292800 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