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 Oct  6 08:00:34 UTC 2015

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
Update lang/nodejs to 4.1.2.

This release includes a fix for CVE-2015-7384, a Denial of Service
(DoS) bug. All users of Node.js v4.x should upgrade to v4.1.2.

http:
- Fix out-of-order 'finish' event bug in pipelining that can abort
  execution, fixes DoS vulnerability CVE-2015-7384
- Account for pending response data instead of just the data on
  the current request to decide whether pause the socket or not

libuv:
- Upgraded from v1.7.4 to v1.7.5, see release notes for details
- A better rwlock implementation for all Windows versions
- Improved AIX support

v8:
- Upgraded from v4.5.103.33 to v4.5.103.35
- Backported f782159 from v8's upstream to help speed up Promise
  introspection
- Backported c281c15 from v8's upstream to add JSTypedArray length
  in post-mortem metadata


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.39 -r1.40 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