Commit 07167b1b authored by Damian Montero's avatar Damian Montero

Updating Node to 4.3.0 & 5.6.0 *SECURITY UPDATE*

parent 4291aa14
...@@ -106,6 +106,9 @@ wget -N --continue --no-check-certificate $URL/packages/linuxheaders.rb ...@@ -106,6 +106,9 @@ wget -N --continue --no-check-certificate $URL/packages/linuxheaders.rb
#Making GCC act like CC (For some npm packages out there) #Making GCC act like CC (For some npm packages out there)
ln -s /usr/local/bin/gcc /usr/local/bin/cc ln -s /usr/local/bin/gcc /usr/local/bin/cc
#Fixing the reference failure in some packages out there.
ln -s /usr/local/lib64/libmpc.so.3 /usr/local/lib64/libmpc.so.2
#prepare sparse checkout .rb packages directory and do it #prepare sparse checkout .rb packages directory and do it
cd $CREW_LIB_PATH cd $CREW_LIB_PATH
git init git init
......
...@@ -2,8 +2,8 @@ require 'package' ...@@ -2,8 +2,8 @@ require 'package'
class Nodejs < Package class Nodejs < Package
version '4.2.6' version '4.2.6'
source_url 'https://nodejs.org/dist/v4.2.6/node-v4.2.6.tar.xz' source_url 'https://nodejs.org/dist/v5.6.0/node-v5.6.0.tar.xz'
source_sha1 'c6f2f33ec05b3ed1ead3b995a8c4485b33f8855e' source_sha1 'd7b4e9676e63fc3dd1d506cef244874466264e22'
depends_on 'buildessential' depends_on 'buildessential'
depends_on 'python27' depends_on 'python27'
......
...@@ -2,8 +2,8 @@ require 'package' ...@@ -2,8 +2,8 @@ require 'package'
class Node_stable < Package class Node_stable < Package
version '5.5.0' version '5.5.0'
source_url 'https://nodejs.org/dist/v5.5.0/node-v5.5.0.tar.xz' source_url 'https://nodejs.org/dist/v5.6.0/node-v5.6.0.tar.xz'
source_sha1 '0be3f49f6e5e01e38822f90dd68d4b68ce91c645 source_sha1 '522b4f1027549eb8161c1edba222176aba92e294'
depends_on 'buildessential' depends_on 'buildessential'
depends_on 'python27' depends_on 'python27'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment