pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: updated to 10.15.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25b857c3d498
branches:  trunk
changeset: 320139:25b857c3d498
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 01 08:47:07 2019 +0000

description:
nodejs: updated to 10.15.2

Version 10.15.2 'Dubnium' (LTS):

This is a security release. All Node.js users should consult the security release summary at:

https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/

for details on patched vulnerabilities.

A fix for the following CVE is included in this release:

Node.js: Slowloris HTTP Denial of Service with keep-alive (CVE-2019-5737)
Notable Changes

http: Further prevention of "Slowloris" attacks on HTTP and HTTPS connections by consistently applying the receive timeout set by server.headersTimeout to connections in keep-alive mode.

diffstat:

 lang/nodejs/Makefile |   5 ++---
 lang/nodejs/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 1f13d52e67b6 -r 25b857c3d498 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Fri Mar 01 08:46:12 2019 +0000
+++ b/lang/nodejs/Makefile      Fri Mar 01 08:47:07 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2019/02/24 12:18:55 rin Exp $
+# $NetBSD: Makefile,v 1.156 2019/03/01 08:47:07 adam Exp $
 
-DISTNAME=      node-v10.15.1
-PKGREVISION=   1
+DISTNAME=      node-v10.15.2
 
 USE_LANGUAGES= c gnu++14
 
diff -r 1f13d52e67b6 -r 25b857c3d498 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Fri Mar 01 08:46:12 2019 +0000
+++ b/lang/nodejs/distinfo      Fri Mar 01 08:47:07 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.145 2019/02/24 12:18:55 rin Exp $
+$NetBSD: distinfo,v 1.146 2019/03/01 08:47:07 adam Exp $
 
-SHA1 (node-v10.15.1.tar.gz) = ff5b314bf02dd8ca021567e033b480edc9baebe6
-RMD160 (node-v10.15.1.tar.gz) = 5ed37484dacf23c7850012ff06e18c9bd4b9070c
-SHA512 (node-v10.15.1.tar.gz) = 5570ff74924235f406186af26e7c5774cad9004f0c417345eb6d3e47d34b8284df004f64ee0c3dc14a84bf152d33f9e7e766aef099fd0172677759fc3309b1de
-Size (node-v10.15.1.tar.gz) = 36328287 bytes
+SHA1 (node-v10.15.2.tar.gz) = d23656dc83b8d7010340b8ed8f58751569d2e931
+RMD160 (node-v10.15.2.tar.gz) = fb0e789c91f11b53627d9f5574ee3e14f83454e9
+SHA512 (node-v10.15.2.tar.gz) = 80af11aaeae805ff3a8345666913cb9f8669cb362325105f832463c95d4910a5639b45203001d30255f0772072a928560e53a735255baff5b2fdfd5207f95719
+Size (node-v10.15.2.tar.gz) = 36328404 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi) = f92f5547728cf67de5ccfd652f23cc4ab8f5b207



Home | Main Index | Thread Index | Old Index