pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs10



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 17 07:58:54 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs10: Makefile distinfo

Log Message:
nodejs10: updated to 10.20.1

Version 10.20.1 'Dubnium'

Notable changes

Due to release process failures, Node.js v10.20.0 shipped with source and header tarballs that did not properly match the final release commit that was used to build the binaries. We recommend that 
Node.js v10.20.0 not be used, particularly in any applications using native add-ons or where compiling Node.js from source is involved.

Node.js v10.20.1 is a clean release with the correct sources and is strongly recommended in place of v10.20.0.

Version 10.20.0 'Dubnium'

macOS package notarization and a change in builder configuration

The macOS binaries for this release, and future 10.x releases, are now being compiled on macOS 10.15

Notable changes
buffer: add {read|write}Big[U]Int64{BE|LE} methods
build: macOS package notarization

deps:
update npm to 6.14.3
upgrade openssl sources to 1.1.1e
upgrade to libuv 1.34.2

n-api:
add napi_get_all_property_names
add APIs for per-instance state management
define release 6
turn NAPI_CALL_INTO_MODULE into a function

tls:
expose keylog event on TLSSocket
support TLS min/max protocol defaults in CLI
url: handle quasi-WHATWG URLs in urlToOptions()


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs10/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/nodejs10/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/nodejs10/Makefile
diff -u pkgsrc/lang/nodejs10/Makefile:1.8 pkgsrc/lang/nodejs10/Makefile:1.9
--- pkgsrc/lang/nodejs10/Makefile:1.8   Sun Apr 12 08:27:58 2020
+++ pkgsrc/lang/nodejs10/Makefile       Fri Apr 17 07:58:54 2020
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2020/04/12 08:27:58 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/17 07:58:54 adam Exp $
 
-DISTNAME=      node-v10.19.0
+DISTNAME=      node-v10.20.1
 
 USE_LANGUAGES= c gnu++14
 
 # Requires http_parser_set_max_header_size
 BUILDLINK_API_DEPENDS.http-parser+=    http-parser>=2.9.0
 
-PKGREVISION= 1
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque

Index: pkgsrc/lang/nodejs10/distinfo
diff -u pkgsrc/lang/nodejs10/distinfo:1.4 pkgsrc/lang/nodejs10/distinfo:1.5
--- pkgsrc/lang/nodejs10/distinfo:1.4   Fri Feb  7 09:50:36 2020
+++ pkgsrc/lang/nodejs10/distinfo       Fri Apr 17 07:58:54 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2020/02/07 09:50:36 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/04/17 07:58:54 adam Exp $
 
-SHA1 (node-v10.19.0.tar.gz) = eb57b9bd5db653a0c5de587f88491d1188650534
-RMD160 (node-v10.19.0.tar.gz) = d91870e2d10afe83a7f28bc9072af01d972ee979
-SHA512 (node-v10.19.0.tar.gz) = 59f584e27dfd99453a031722ca3e094d658a90e77316a85a7048868fe6a6164b8aef0f03b60cbe681ace273d902434210bf3cd10a638583b74264d8b42bf2565
-Size (node-v10.19.0.tar.gz) = 46995598 bytes
+SHA1 (node-v10.20.1.tar.gz) = e1c366db82e4ee43b58de8a646a502988f47ad49
+RMD160 (node-v10.20.1.tar.gz) = ae5cabf5f953f74976daa17cf9015b780bf022cf
+SHA512 (node-v10.20.1.tar.gz) = ad9c8f54de901fe437738fa7cba4c5895253ee315e85a42294b7046eb723a61a37a4908e6b063300163aeab0a0a2a73a59c86c62fad370bf1aa58a2b42e7920d
+Size (node-v10.20.1.tar.gz) = 47181867 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-configure.py) = 0d5c5fb3b4f2618c15f96080b590baf6bde66391
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32



Home | Main Index | Thread Index | Old Index