Bump node version for security fix.

Also remove now obsolete npm version hackery.
This commit is contained in:
Nick Martin
2012-05-07 14:03:06 -07:00
parent cb5c8279d0
commit 1fe02fd96a

View File

@@ -54,7 +54,7 @@ cd build
git clone git://github.com/joyent/node.git
cd node
git checkout v0.6.15
git checkout v0.6.17
# use newer v8. This fixes an issue with node-fibers:
# https://github.com/laverdet/node-fibers/issues/28
@@ -63,12 +63,6 @@ rm -rf deps/v8
git clone http://github.com/v8/v8.git deps/v8
(cd deps/v8 && git checkout 3.9.24)
# use newer npm. workaround issue in fstream-npm?
echo checking out npm
rm -rf deps/npm
git clone http://github.com/isaacs/npm.git deps/npm
(cd deps/npm && git checkout v1.1.18)
# on linux, build a static openssl to link against. Everything else we
# dynamically link against is pretty stable.