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:   fhajny
Date:           Thu Aug 16 12:23:11 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
lang/nodejs: Update to 10.9.0.

- buffer:
  - Fix out-of-bounds (OOB) write in `Buffer.write()` for UCS-2
    encoding (CVE-2018-12115)
  - Fix unintentional exposure of uninitialized memory in
    `Buffer.alloc()` (CVE-2018-7166)
- deps:
  - Upgrade to OpenSSL 1.1.0i, fixing:
    - Client DoS due to large DH parameter (CVE-2018-0732)
    - ECDSA key extraction via local side-channel (CVE not assigned)
  - Upgrade V8 from 6.7 to 6.8
    - Memory reduction and performance improvements
- http: `http.get()` and `http.request()` (and `https` variants) can
  now accept three arguments to allow for a `URL` _and_ an `options`
  object


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.132 -r1.133 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.141 pkgsrc/lang/nodejs/Makefile:1.142
--- pkgsrc/lang/nodejs/Makefile:1.141   Sun Aug  5 11:40:29 2018
+++ pkgsrc/lang/nodejs/Makefile Thu Aug 16 12:23:11 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2018/08/05 11:40:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.142 2018/08/16 12:23:11 fhajny Exp $
 
-DISTNAME=      node-v10.8.0
-PKGREVISION=   1
+DISTNAME=      node-v10.9.0
 
 USE_LANGUAGES= c gnu++14
 

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.132 pkgsrc/lang/nodejs/distinfo:1.133
--- pkgsrc/lang/nodejs/distinfo:1.132   Thu Aug  2 12:18:24 2018
+++ pkgsrc/lang/nodejs/distinfo Thu Aug 16 12:23:11 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.132 2018/08/02 12:18:24 fhajny Exp $
+$NetBSD: distinfo,v 1.133 2018/08/16 12:23:11 fhajny Exp $
 
-SHA1 (node-v10.8.0.tar.gz) = e09b0a9c1e028bc7480c00c47c5842288f414beb
-RMD160 (node-v10.8.0.tar.gz) = 26233222fcb9a43418a7400a0a9ded0091036132
-SHA512 (node-v10.8.0.tar.gz) = bf2a75c7edee061db1294a268cfc1afb0d9a62887e02e166c14ddd9ee3028cc1cba6d8ffd4e3d62103fc28a55a9750f4eab367a527ef3064f964011043a6cdf5
-Size (node-v10.8.0.tar.gz) = 35594020 bytes
+SHA1 (node-v10.9.0.tar.gz) = c290adec3a0beb5e8896f88848374920b830ccd4
+RMD160 (node-v10.9.0.tar.gz) = 84bc05aad2377ac65e49214fbaab3eb665421a2e
+SHA512 (node-v10.9.0.tar.gz) = c32514f543eb17984a79df468bee4e32457f76a5af0969056b80242a16ff61044b254332f17646b38a82b75747d9f348337821cf68093aafd1feef3ae7645666
+Size (node-v10.9.0.tar.gz) = 35848393 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e



Home | Main Index | Thread Index | Old Index