forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-bundle-bump' into devel
- Loading branch information
Showing
11 changed files
with
59 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
44 changes: 22 additions & 22 deletions
44
packages/stylus/.npm/plugin/compileStylus/npm-shrinkwrap.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ cd node | |
# When upgrading node versions, also update the values of MIN_NODE_VERSION at | ||
# the top of tools/meteor.js and tools/server/boot.js, and the text in | ||
# docs/client/concepts.html and the README in tools/bundler.js. | ||
git checkout v0.10.25 | ||
git checkout v0.10.26 | ||
|
||
./configure --prefix="$DIR" | ||
make -j4 | ||
|
@@ -107,6 +107,7 @@ npm install [email protected] | |
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
|
||
# Fork of 1.0.2 with https://github.com/nodejitsu/node-http-proxy/pull/592 | ||
|
@@ -141,7 +142,7 @@ cd ../.. | |
# particular version of openssl on the host system. | ||
|
||
cd "$DIR/build" | ||
OPENSSL="openssl-1.0.1f" | ||
OPENSSL="openssl-1.0.1g" | ||
OPENSSL_URL="http://www.openssl.org/source/$OPENSSL.tar.gz" | ||
wget $OPENSSL_URL || curl -O $OPENSSL_URL | ||
tar xzf $OPENSSL.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1537,7 +1537,7 @@ var writeSiteArchive = function (targets, outputPath, options) { | |
|
||
builder.write('README', { data: new Buffer( | ||
"This is a Meteor application bundle. It has only one dependency:\n" + | ||
"Node.js 0.10.25 or newer, plus the 'fibers' module. To run the application:\n" + | ||
"Node.js 0.10.26 or newer, plus the 'fibers' module. To run the application:\n" + | ||
"\n" + | ||
" $ rm -r programs/server/node_modules/fibers\n" + | ||
" $ npm install [email protected]\n" + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters