mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump node version for security fix.
Also remove now obsolete npm version hackery.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user