diff options
author | adam <adam@pkgsrc.org> | 2020-10-02 12:26:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-10-02 12:26:34 +0000 |
commit | ba021d95e0f23a0bc4bcd7b94d69a6e2700ea362 (patch) | |
tree | 05c7b44d44302a532ede4d6dbf61bd1d54572025 /lang/nodejs | |
parent | 11c3d6145fe36ec1ffde2bc8d331f99d0e5839f3 (diff) | |
download | pkgsrc-ba021d95e0f23a0bc4bcd7b94d69a6e2700ea362.tar.gz |
nodejs: updated to 14.13.0
Version 14.13.0 (Current)
Notable Changes
(SEMVER-MINOR) deps: upgrade to libuv 1.40.0
(SEMVER-MINOR) module: named exports for CJS via static analysis
(SEMVER-MINOR) module: exports pattern support
(SEMVER-MINOR) src: allow N-API addon in AddLinkedBinding()
Version 14.12.0 (Current)
Notable changes
deps:
* update to uvwasi 0.0.11
n-api:
* create N-API version 7
* add more property defaults
Version 14.11.0 (Current)
Notable Changes
This is a security release.
Vulnerabilities fixed:
CVE-2020-8251: Denial of Service by resource exhaustion CWE-400 due to unfinished HTTP/1.1 requests (Critical).
CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High).
Diffstat (limited to 'lang/nodejs')
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/Makefile.common | 4 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index e8b51ebfa5b..37d5548c8c2 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.194 2020/09/11 09:24:21 adam Exp $ +# $NetBSD: Makefile,v 1.195 2020/10/02 12:26:34 adam Exp $ -DISTNAME= node-v14.10.1 +DISTNAME= node-v14.13.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index 4ece7882ff1..8d1c7326cb8 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2020/08/28 11:26:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.39 2020/10/02 12:26:34 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs8/Makefile # used by lang/nodejs10/Makefile @@ -82,7 +82,7 @@ post-install: .if ${OPSYS} != "Darwin" .include "../../devel/libexecinfo/buildlink3.mk" .endif -BUILDLINK_API_DEPENDS.libuv+= libuv>=1.39 +BUILDLINK_API_DEPENDS.libuv+= libuv>=1.40 .include "../../devel/libuv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 7ae9ae70447..92004cd7bdc 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.181 2020/09/11 09:24:21 adam Exp $ +$NetBSD: distinfo,v 1.182 2020/10/02 12:26:34 adam Exp $ -SHA1 (node-v14.10.1.tar.xz) = 9d19827870d8d92401c40908a111e1f114c9fab3 -RMD160 (node-v14.10.1.tar.xz) = 0c782e7a104a006d029ad835ed7e9c7528dff32e -SHA512 (node-v14.10.1.tar.xz) = fd094fb3ff1f94e913ee876de4365ba1f6d26abd33b60e964fbdf8a205ab8a44885bd69576ec997aee7b36b91a342daf3654bec41377d0ec66e752292aab4319 -Size (node-v14.10.1.tar.xz) = 33383116 bytes +SHA1 (node-v14.13.0.tar.xz) = 27808619f38ebb9010249a498528c186b893f09d +RMD160 (node-v14.13.0.tar.xz) = e3a0f74ddfd26b1fb70e5676983a97722d590483 +SHA512 (node-v14.13.0.tar.xz) = 7a75bff501520afbe15d6ceea4b4507717111c87cf03de47047af790df2e2e9d71da9501c7256d5dd9f58616c3d04db2e74401dfbcbd72abbd0c81778a588893 +Size (node-v14.13.0.tar.xz) = 33418156 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 |