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: Tue Apr 26 14:37:54 UTC 2016
Modified Files:
pkgsrc/lang/nodejs: Makefile PLIST distinfo
Log Message:
Update lang/nodejs to 5.11.0.
Buffer:
- Buffer.prototype.compare can now compare sub-ranges of two
Buffers.
deps:
- update to http-parser 2.7.0
- update ESLint to 2.7.0
net:
- adds support for passing DNS lookup hints to createConnection()
node:
- Make the builtin libraries available for the --eval and --print
CLI options
npm:
- upgrade npm to 3.8.6
repl:
- Pressing enter in the repl will repeat the last command by default
if no input has been received. This behaviour was in node
previously and was not removed intentionally.
src:
- add SIGINFO to supported signals
streams:
- Fix a regression that caused by net streams requesting multiple
chunks synchronously when combined with cork/uncork
zlib:
- The flushing flag is now configurable allowing for decompression
of partial data
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.61 -r1.62 pkgsrc/lang/nodejs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index