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: Wed Oct 25 12:33:12 UTC 2017
Modified Files:
pkgsrc/lang/nodejs: Makefile distinfo
Log Message:
Update lang/nodejs to 8.8.0.
crypto:
- expose ECDH class
http2:
- http2 is now exposed by default without the need for a flag
- a new environment variable NODE_NO_HTTP2 has been added to allow
userland http2 to be required
- support has been added for generic Duplex streams
module:
- resolve and instantiate loader pipeline hooks have been added
to the ESM lifecycle
zlib:
- CVE-2017-14919 - In zlib v1.2.9, a change was made that causes
an error to be raised when a raw deflate stream is initialized
with windowBits set to 8. On some versions this crashes Node and
you cannot recover from it, while on some versions it throws an
exception. Node.js will now gracefully set windowBits to 9
replicating the legacy behavior to avoid a DOS vector.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.104 -r1.105 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.108 pkgsrc/lang/nodejs/Makefile:1.109
--- pkgsrc/lang/nodejs/Makefile:1.108 Thu Oct 12 14:12:15 2017
+++ pkgsrc/lang/nodejs/Makefile Wed Oct 25 12:33:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2017/10/12 14:12:15 fhajny Exp $
+# $NetBSD: Makefile,v 1.109 2017/10/25 12:33:12 fhajny Exp $
-DISTNAME= node-v8.7.0
+DISTNAME= node-v8.8.0
# Stated by the changelog as of 8.2.0
GCC_REQD+= 4.9.4
Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.104 pkgsrc/lang/nodejs/distinfo:1.105
--- pkgsrc/lang/nodejs/distinfo:1.104 Thu Oct 12 14:12:15 2017
+++ pkgsrc/lang/nodejs/distinfo Wed Oct 25 12:33:12 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.104 2017/10/12 14:12:15 fhajny Exp $
+$NetBSD: distinfo,v 1.105 2017/10/25 12:33:12 fhajny Exp $
-SHA1 (node-v8.7.0.tar.gz) = 27ee11fa9e27a6b6964ba0993a663656d9ae25ba
-RMD160 (node-v8.7.0.tar.gz) = b9ed83f2e4731b90ddc77a88660cd747ae5f596f
-SHA512 (node-v8.7.0.tar.gz) = 0214f2624c67fb2d96f35f3520487865922bf4673fea6890c10479580743bb915d06d9bdc4b1ee2bfcf46240f752ff6d0ed9839fb5bcc3f3cb60e7caf33758be
-Size (node-v8.7.0.tar.gz) = 30269149 bytes
+SHA1 (node-v8.8.0.tar.gz) = b2871f451351fc24910802bc07442ed3c846ade6
+RMD160 (node-v8.8.0.tar.gz) = 22df7eb11a49dbe9fe90cf57e6686815eb6bf0b7
+SHA512 (node-v8.8.0.tar.gz) = ee4f7b5d525018303a5e40324da0ebcef49f2d830bb8cf3d97acb689e0876fe115eb587ee0fbad3bc825d16bf429faa67bf320fdba770f9d58d0e786e29fa9f7
+Size (node-v8.8.0.tar.gz) = 30313488 bytes
SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50
Home |
Main Index |
Thread Index |
Old Index