Commit 89c89783 authored by Damian Montero's avatar Damian Montero

Updating Node to 4.3.0 & 5.6.0 *SECURITY UPDATE*

parent cffa994c
......@@ -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)
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
cd $CREW_LIB_PATH
git init
......
require 'package'
class Nodejs < Package
version '4.2.6'
source_url 'https://nodejs.org/dist/v5.6.0/node-v5.6.0.tar.xz'
version '4.3.0'
source_url 'https://nodejs.org/dist/v4.3.0/node-v4.3.0.tar.xz'
source_sha1 'd7b4e9676e63fc3dd1d506cef244874466264e22'
depends_on 'buildessential'
......
require 'package'
class Node_stable < Package
version '5.5.0'
version '5.6.0'
source_url 'https://nodejs.org/dist/v5.6.0/node-v5.6.0.tar.xz'
source_sha1 '522b4f1027549eb8161c1edba222176aba92e294'
......
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