summaryrefslogtreecommitdiff
path: root/lang/nodejs/distinfo
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-11-09 20:19:35 +0000
committerfhajny <fhajny@pkgsrc.org>2015-11-09 20:19:35 +0000
commit82f64ed4de5e770f236c75c8996bfc2ab5637a86 (patch)
treea427ed6a85e90d8251a4231903dc9ac664e3d448 /lang/nodejs/distinfo
parentd10ba312d6df17c670ad4d70054c32da9f706c82 (diff)
downloadpkgsrc-82f64ed4de5e770f236c75c8996bfc2ab5637a86.tar.gz
Update lang/nodejs to 5.0.0.
Move most logic into Makefile.common that will be shared by the LTS lang/nodejs4 package. Notable Changes in 5.0.0: * buffer: (Breaking) Removed both 'raw' and 'raws' encoding types from Buffer, these have been deprecated for a long time * console: (Breaking) Values reported by console.time() now have 3 decimals of accuracy added * fs: - fs.readFile*(), fs.writeFile*(), and fs.appendFile*() now also accept a file descriptor as their first argument - (Breaking) In fs.readFile(), if an encoding is specified and the internal toString() fails the error is no longer thrown but is passed to the callback - (Breaking) In fs.read() (using the fs.read(fd, length, position, encoding, callback) form), if the internal toString() fails the error is no longer thrown but is passed to the callback * http: - Fixed a bug where pipelined http requests would stall - (Breaking) When parsing HTTP, don't add duplicates of the following headers: Retry-After, ETag, Last-Modified, Server, Age, Expires. - (Breaking) The callback argument to OutgoingMessage#setTimeout() must be a function or a TypeError is thrown - (Breaking) HTTP methods and header names must now conform to the RFC 2616 "token" rule, a list of allowed characters that excludes control characters and a number of separator characters. * node: - (Breaking) Deprecated the _linklist module - (Breaking) Removed require.paths and require.registerExtension(), both had been previously set to throw Error when accessed * npm: Upgraded to version 3.3.6 from 2.14.7 * src: (Breaking) Bumped NODE_MODULE_VERSION to 47 from 46 * timers: Attempt to reuse the timer handle for setTimeout().unref(). * tls: - Added ALPN Support - TLS options can now be passed in an object to createSecurePair() - (Breaking) The default minimum DH key size for tls.connect() is now 1024 bits and a warning is shown when DH key size is less than 2048 bits. * util: - (Breaking) util.p() was deprecated for years, and has now been removed - (Breaking) util.inherits() can now work with ES6 classes. * v8: (Breaking) Upgraded to 4.6.85.25 from 4.5.103.35 - Implements the spread operator - Implements new.target * zlib: Decompression now throws on truncated input (e.g. unexpected end of file) See full release notes with more information at: https://nodejs.org/en/blog/release/v5.0.0/
Diffstat (limited to 'lang/nodejs/distinfo')
-rw-r--r--lang/nodejs/distinfo13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo
index f7482603bae..b86e4464c46 100644
--- a/lang/nodejs/distinfo
+++ b/lang/nodejs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.46 2015/11/05 13:08:35 fhajny Exp $
+$NetBSD: distinfo,v 1.47 2015/11/09 20:19:35 fhajny Exp $
-SHA1 (node-v4.2.2.tar.gz) = 9c81ecf6c88d04fcb1f2b214607221b04f2fc13b
-RMD160 (node-v4.2.2.tar.gz) = 0210b77ebd0cb611a311f0d57e67077dec092ee4
-SHA512 (node-v4.2.2.tar.gz) = 9ab8ea4b44239d022c2a45e73bbddf4998e11bd40b032581777f123ffaa29eec64b641e12d4bdc142d7cec499f7dde61c62fa70f12be363c057e103960f1d443
-Size (node-v4.2.2.tar.gz) = 22513540 bytes
+SHA1 (node-v5.0.0.tar.gz) = 4ac5a2fb75264c35967dd09bad4d20f0ddf7c82f
+RMD160 (node-v5.0.0.tar.gz) = ef7db64d359a646b802717dce849890e848b1de7
+SHA512 (node-v5.0.0.tar.gz) = 054c91faf8a9108793fa48c0c2d85277389f5689b0d2e1232840eb6d1f869208d4a7f9cf1376e79845f25660adca1d1bfb4245fe8c163e2f29f7527c9edf5139
+Size (node-v5.0.0.tar.gz) = 22581813 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
@@ -15,7 +15,8 @@ SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = 686c2054838a25cfeed
SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 0abf6a541f24da87dbbd22f57abcd5534999b3df
SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = eff609b75125dab536934bd8afa640955dcee674
SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = dd8cafadd2668f069dab8625f57fbd71a304db3e
-SHA1 (patch-deps_v8_src_types.h) = 1c122245079b3ce0c6fe3f1644d28102fb2eb456
+SHA1 (patch-deps_v8_src_log-utils.h) = 32bbf2de2af7a8ab6900a4d5e968dcc1357f6de2
+SHA1 (patch-deps_v8_src_types.h) = a15d1f13a577135a006e8ef0617c9476eb971fa3
SHA1 (patch-deps_v8_tools_gyp_v8.gyp) = d80f4716f9f2b53357cbcbc6ad003c8541f57049
SHA1 (patch-deps_v8_tools_run-llprof.sh) = 39aa3faf77492ef8dd35b411b7b0e4605b469af3
SHA1 (patch-src_cares__wrap.cc) = d9510afd0cd4b0156a604d9197d9f97d6e3b291f