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: Fri Mar 1 08:47:07 UTC 2019
Modified Files:
pkgsrc/lang/nodejs: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.145 -r1.146 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.155 pkgsrc/lang/nodejs/Makefile:1.156
--- pkgsrc/lang/nodejs/Makefile:1.155 Sun Feb 24 12:18:55 2019
+++ pkgsrc/lang/nodejs/Makefile Fri Mar 1 08:47:07 2019
@@ -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
Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.145 pkgsrc/lang/nodejs/distinfo:1.146
--- pkgsrc/lang/nodejs/distinfo:1.145 Sun Feb 24 12:18:55 2019
+++ pkgsrc/lang/nodejs/distinfo Fri Mar 1 08:47:07 2019
@@ -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