summaryrefslogtreecommitdiff
path: root/lang/nodejs6
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08Update lang/nodejs6 to 6.9.2fhajny3-23/+40
- buffer: coerce slice parameters consistently - deps: - npm: upgrade npm to 3.10.9 - V8: Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream - cherry pick 7166503 from upstream v8 - gtest: the test reporter now outputs tap comments as yamlish - inspector: inspector now prompts user to use 127.0.0.1 rather than localhost - tls: fix memory leak when writing data to TLSWrap instance during handshake
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-1/+2
2016-10-25Import nodejs 6.9.1 (LTS) as lang/nodejs6.fhajny25-0/+3212
Node.js is an evented I/O framework for the V8 JavaScript engine. It is intended for writing scalable network programs such as web servers. This package holds the 6.x LTS release.