pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs4 Update lang/nodejs4 to 4.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b069e4244884
branches:  trunk
changeset: 351359:b069e4244884
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 19 13:14:37 2016 +0000

description:
Update lang/nodejs4 to 4.5.0.

Semver Minor:

buffer:
- backport new buffer constructor APIs to v4.x
- backport --zero-fill-buffers cli option

build:
- add Intel Vtune profiling support

repl:
- copying tabs shouldn't trigger completion

src:
- add node::FreeEnvironment public API

test:
- run v8 tests from node tree

V8:
- Add post mortem data to improve object inspection and function's
  context variables inspection

Semver Patch:

buffer:
- ignore negative allocation lengths

crypto:
- update root certificates

libuv:
- upgrade libuv to 1.9.1
- upgrade libuv to 1.9.0

npm:
- upgrade to 2.15.9

diffstat:

 lang/nodejs4/Makefile |   4 +-
 lang/nodejs4/PLIST    |  79 ++++++++++++++++++++------------------------------
 lang/nodejs4/distinfo |  10 +++---
 3 files changed, 39 insertions(+), 54 deletions(-)

diffs (156 lines):

diff -r ce8a6d09aad7 -r b069e4244884 lang/nodejs4/Makefile
--- a/lang/nodejs4/Makefile     Fri Aug 19 13:08:42 2016 +0000
+++ b/lang/nodejs4/Makefile     Fri Aug 19 13:14:37 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2016/07/01 15:41:28 fhajny Exp $
+# $NetBSD: Makefile,v 1.19 2016/08/19 13:14:37 fhajny Exp $
 
-DISTNAME=      node-v4.4.7
+DISTNAME=      node-v4.5.0
 
 .include "../../lang/nodejs/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r ce8a6d09aad7 -r b069e4244884 lang/nodejs4/PLIST
--- a/lang/nodejs4/PLIST        Fri Aug 19 13:08:42 2016 +0000
+++ b/lang/nodejs4/PLIST        Fri Aug 19 13:14:37 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/07/01 15:41:28 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/08/19 13:14:37 fhajny Exp $
 bin/node
 bin/npm
 include/node/android-ifaddrs.h
@@ -10,9 +10,9 @@
 include/node/nameser.h
 include/node/node.h
 include/node/node_buffer.h
-include/node/node_internals.h
 include/node/node_object_wrap.h
 include/node/node_version.h
+include/node/pthread-barrier.h
 include/node/pthread-fixes.h
 include/node/stdint-msvc2008.h
 include/node/tree.h
@@ -261,6 +261,7 @@
 lib/node_modules/npm/html/doc/misc/npm-config.html
 lib/node_modules/npm/html/doc/misc/npm-developers.html
 lib/node_modules/npm/html/doc/misc/npm-disputes.html
+lib/node_modules/npm/html/doc/misc/npm-index.html
 lib/node_modules/npm/html/doc/misc/npm-orgs.html
 lib/node_modules/npm/html/doc/misc/npm-registry.html
 lib/node_modules/npm/html/doc/misc/npm-scope.html
@@ -906,53 +907,23 @@
 lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js
 lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
 lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/browser.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.travis.yml
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/README.md
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/CONTRIBUTORS
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/bench.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml
@@ -1235,6 +1206,20 @@
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/string.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/valid-iterable.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/.lint
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/CHANGES
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/implement.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/is-implemented.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/is-native-implemented.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/is-symbol.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/polyfill.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-symbol/validate-symbol.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/#/index.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/#/pad.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/epsilon/implement.js
@@ -1416,7 +1401,7 @@
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/test.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/package.json
 lib/node_modules/npm/node_modules/node-gyp/package.json
-lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.c
+lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
 lib/node_modules/npm/node_modules/nopt/.npmignore
 lib/node_modules/npm/node_modules/nopt/.travis.yml
 lib/node_modules/npm/node_modules/nopt/LICENSE
diff -r ce8a6d09aad7 -r b069e4244884 lang/nodejs4/distinfo
--- a/lang/nodejs4/distinfo     Fri Aug 19 13:08:42 2016 +0000
+++ b/lang/nodejs4/distinfo     Fri Aug 19 13:14:37 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2016/07/01 15:41:28 fhajny Exp $
+$NetBSD: distinfo,v 1.16 2016/08/19 13:14:37 fhajny Exp $
 
-SHA1 (node-v4.4.7.tar.gz) = 746e43796376b3d9ae9e1e8d28f83d0bd7282344
-RMD160 (node-v4.4.7.tar.gz) = 8e5e492de0ce39e7af1ed32dfe4c900973994b7b
-SHA512 (node-v4.4.7.tar.gz) = 337ea1c79a463bac0a5eefadcadcd3a1bf521abca8524802ce3d32550e5bc1b523710b2b5dd8a79df4cf70b165bc299d82687c14f4af074e8ac0983cc0e00478
-Size (node-v4.4.7.tar.gz) = 22615690 bytes
+SHA1 (node-v4.5.0.tar.gz) = e50ce4b67025be8361bbcf6fbdbef86fdec8ad8f
+RMD160 (node-v4.5.0.tar.gz) = f31d3440578c322ca8c1bf2ba4e0e74d5629e60f
+SHA512 (node-v4.5.0.tar.gz) = c4ad7382a387365febc664b11253b01d8e638501419daca0f26eecad9fa285dc9745d81c406aa015ad48d8f2e41371c216494b1318ce5e3c12a945d6e837e790
+Size (node-v4.5.0.tar.gz) = 22708609 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