Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
07167b1b
Commit
07167b1b
authored
Feb 11, 2016
by
Damian Montero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating Node to 4.3.0 & 5.6.0 *SECURITY UPDATE*
parent
4291aa14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
install.sh
install.sh
+3
-0
packages/node.rb
packages/node.rb
+2
-2
packages/node_stable.rb
packages/node_stable.rb
+2
-2
No files found.
install.sh
View file @
07167b1b
...
...
@@ -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
...
...
packages/node.rb
View file @
07167b1b
...
...
@@ -2,8 +2,8 @@ require 'package'
class
Nodejs
<
Package
version
'4.2.6'
source_url
'https://nodejs.org/dist/v
4.2.6/node-v4.2.6
.tar.xz'
source_sha1
'
c6f2f33ec05b3ed1ead3b995a8c4485b33f8855e
'
source_url
'https://nodejs.org/dist/v
5.6.0/node-v5.6.0
.tar.xz'
source_sha1
'
d7b4e9676e63fc3dd1d506cef244874466264e22
'
depends_on
'buildessential'
depends_on
'python27'
...
...
packages/node_stable.rb
View file @
07167b1b
...
...
@@ -2,8 +2,8 @@ require 'package'
class
Node_stable
<
Package
version
'5.5.0'
source_url
'https://nodejs.org/dist/v5.
5.0/node-v5.5
.0.tar.xz'
source_sha1
'
0be3f49f6e5e01e38822f90dd68d4b68ce91c645
source_url
'https://nodejs.org/dist/v5.
6.0/node-v5.6
.0.tar.xz'
source_sha1
'
522b4f1027549eb8161c1edba222176aba92e294'
depends_on
'buildessential'
depends_on
'python27'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment