From 1fe02fd96a9be9360bae6f0db3143dcdf01ccce0 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 7 May 2012 14:03:06 -0700 Subject: [PATCH] Bump node version for security fix. Also remove now obsolete npm version hackery. --- admin/generate-dev-bundle.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index e2166a7aa7..12f8eb62a7 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -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.