pkgsrc-WIP-cvs archive

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

CVS commit: wip/node



Module name:    wip
Committed by:   fhajny
Date:           Thu Aug  9 13:03:45 UTC 2012

Modified Files:
        wip/node: Makefile PLIST distinfo
Added Files:
        wip/node/patches: patch-tools_install.py
Removed Files:
        wip/node/patches: patch-tools_installer.js

Log Message:
Updated node to 0.8.6.

Version 0.8.6 (Stable)
* npm: Upgrade to v1.1.48
* Add 'make binary' to build binary tarballs for all Unixes
  (Nathan Rajlich)
* zlib: Emit 'close' on destroy(). (Dominic Tarr)
* child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
* installer: prevent ETXTBSY errors (Ben Noordhuis)
* installer: honor --without-npm, default install path (Ben Noordhuis)
* net: make pause work with connecting sockets (Bert Belder)
* installer: fix cross-compile installs (Ben Noordhuis)
* net: fix .listen({fd:0}) (Ben Noordhuis)
* windows: map WSANO_DATA to UV_ENOENT (Bert Belder)

Version 0.8.5 (Stable)
* node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
* fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
* fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
* installer: don't assume bash is installed (Ben Noordhuis)
* Report errors properly from --eval and stdin (isaacs)
* assert: fix throws() throws an error without message property (koichik)
* cluster: fix libuv assert in net.listen() (Ben Noordhuis)
* build: always link sunos builds with libumem (Trent Mick)
* build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
* https: Use host header as effective servername (isaacs)
* sunos: work around OS bug to prevent fs.watch() from spinning
  (Bryan Cantrill)
* linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
* windows: fix memory leaks in many fs functions (Bert Belder)
* windows: don't allow directories to be opened for writing/appending
  (Bert Belder)
* windows: make fork() work even when not all stdio handles are valid
  (Bert Belder)
* windows: make unlink() not remove mount points, and improve performance
  (Bert Belder)
* build: Sign pkg installer for OS X (isaacs)


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/node/patches/patch-tools_install.py
cvs -z3 rdiff -u -r1.12 -r1.13 wip/node/Makefile
cvs -z3 rdiff -u -r1.15 -r1.16 wip/node/distinfo
cvs -z3 rdiff -u -r1.3 -r0 wip/node/patches/patch-tools_installer.js
cvs -z3 rdiff -u -r1.8 -r1.9 wip/node/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-tools_install.py?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/Makefile?r1=1.12&r2=1.13
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/distinfo?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-tools_installer.js?r1=1.3&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/PLIST?r1=1.8&r2=1.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index