You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Maintenance release
Notable Changes:
* v8: Fixed an out-of-band write in utf8 decoder. This is an important
security update as it can be used to cause a denial of service
attack.
* openssl: - Upgrade to 1.0.2b and 1.0.2c, introduces DHE
man-in-the-middle protection (Logjam) and fixes malformed
ECParameters causing infinite loop (CVE-2015-1788). See the
security advisory for full details. (Shigeki Ohtsu) nodejs#1950nodejs#1958
* build:
- Added support for compiling with Microsoft Visual C++ 2015
- Started building and distributing headers-only tarballs along with
binaries
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed fine with node v 4.1.0. When trying to upgrade today, got the following error.
obj/release/mksnapshot obj/release/snapshot.cc --logfile "node-v0.5.10/out/Release/obj/release/snapshot.log" --log-snapshot-positions
scons: *** [obj/release/snapshot.cc] Error -11
scons: building terminated because of errors.
Waf: Leaving directory `node-v0.5.10/out'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1
The text was updated successfully, but these errors were encountered: