aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
AgeCommit message (Collapse)Author
2014-11-28node: head is develDominyk Tiller
Removes the devel block. As far as upstream are concerned, the 0.11.x branch is pretty much done, and won’t receive further dependencies updates, including OpenSSL. The v0.12 branch, which is our current HEAD, is the new development branch. Closes #34527. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-28node: update 0.10.33_1 bottle.BrewTestBot
2014-11-28node: npm bumpDominyk Tiller
Primarily an npm bump. The other element is to deal with some of the newer HEAD developments available. Closes #34511. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-25node: Rephrase caveat to clarify post-#22408 situationClaudia
Closes #34413. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-23node: update 0.10.33_1 bottle.BrewTestBot
2014-11-23node: npm revisionDominyk Tiller
This is the revision point previously discussed. Roughly every 4 new npm versions, or any major developments useful to Homebrew. This qualifies as both, particularly around the cache directory and handling intentional or unintentional use of sudo. Closes #34377. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-14node: update 0.10.33 bottle.BrewTestBot
2014-11-14node: npm bumpDominyk Tiller
Version bump for npm. 2.19 (the one after this release) is probably a good point for a general revision, as it deals with some sudo/cache permission issues that have cropped up semi-regularly. Closes #34182. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-11node: update 0.10.33 bottle.BrewTestBot
2014-11-11node: npm bumpDominyk Tiller
Primarily an npm bump, sans revision because the one minor version bump isn’t worth a revision for even with our new policy. Other than that, fixes the HEAD to actually point at the main development stream, depreciates the enable option, adds another line of note to the OpenSSL situation, and slightly rewords the caveat to clarify the npm install situation. Closes #34084. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-31node: set npm loglevel temporarily for postinstallEric N. Vander Weele
This change avoids setting 'loglevel' in the npm builtin npmrc file. Setting the log level to 'verbose' is intended only for the postinstall step and is not desired to be persistent. Closes #33756. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-27node: update 0.10.33 bottle.BrewTestBot
Closes #33618. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-27node: npm 2.1.6Mike McQuaid
Also: run `make install`, unlink any leftover manpages, set log level to verbose, don't install the latest version of npm, don't link manpages (as npm now does that itself).
2014-10-27node: update 0.10.33 bottle.BrewTestBot
Closes #33524. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-27node 0.10.33Dominyk Tiller
Version bump, and merging in some of the changes from #33017.
2014-10-26node: update 0.10.32 bottle.BrewTestBot
Closes #33599. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26node: make sure node can be found by npm.Mike McQuaid
In case the PATH isn't setup correctly by users.
2014-10-22node: update 0.10.32 bottle.BrewTestBot
2014-09-26node devel 0.11.14Dominyk Tiller
Node have finally released a devel build that isn’t vulnerable to the last 8 months of OpenSSL bugs, so we can throw that back in. In addition they’ve started releasing the SHA256 checksums of each package alongside the SHA1, Progress! Closes #32623. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-18node: update 0.10.32 bottle.BrewTestBot
Closes #32372. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-18node 0.10.32Pierre Guilleminot
2014-08-31node: test npm local install, not global.Mike McQuaid
2014-08-31node: don't use user npmrc.Mike McQuaid
2014-08-31node: update 0.10.31 bottle.BrewTestBot
Closes #31914. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31node: npm bump, devel killed, npm update change.Dominyk Tiller
Okay, this is part 1 of what will likely become a host of wider changes I propose on Node to tackle the issues discussed in [#31777](https://github.com/Homebrew/homebrew/issues/31777). Part 1: I’ve killed the devel build. It hasn’t been updated since May, and Node haven’t expressed any sort of haste in issuing even a new minor bump to the devel build that fixes the rather large [OpenSSL vulnerabilities](https://github.com/joyent/node/tree/v0.11.13-release/de ps/openssl/openssl) in 0.11.13. At this point, my feeling is that it’s dangerously irresponsible to leave the devel build present given those vulnerabilities, and I’d like to see us scrap it until we see some movement on patching those issues. This issue is open with Node [here](https://github.com/joyent/node/issues/8000) but remains largely ignored and dormant. Second change: Bumps the npm version that we ship back to the latest stable release. A minor thing, but an early step towards fixing some of the bigger npm problems. Third change: Changes the way we handle npm updates post-install to specifically target the latest stable release. Our current ``` npm update npm -g ``` has been habitually dumping people onto the alpha & beta builds for npm, and this solution (according to the npm team) should solve that problem permanently. Having done local testing with this, It does indeed seem to do the job. These are largely minor fixes to patch things over in a stable, solid fashion till I can work out ways to avoid the Node issues we’ve been encountering so rampantly lately.
2014-08-20node: update 0.10.31 bottle.BrewTestBot
Closes #31708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-20node 0.10.31Dominyk Tiller
Updates Node to 0.10.31. I've also switched the npm download to HTTPS because npm support that now (Although Node doesn't, which is weird).
2014-08-14Revert "node: add optional icu4c dependency."Mike McQuaid
This reverts commit b859a5c6a2f8fdf1c660844a8d47a321b8ddea84.
2014-08-14node: add optional icu4c dependency.Steven R. Loomis
Closes #31538. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-04node: update 0.10.30 bottle.BrewTestBot
Closes #31334. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-04node: downgrade to npm 1.4.9.Mike McQuaid
Closes #31286.
2014-08-04node: update 0.10.30 bottle.BrewTestBot
Closes #31301. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-04node: update to npm 1.4.23Dominyk Tiller
2014-07-31node: update 0.10.30 bottle.BrewTestBot
2014-07-31node 0.10.30Henry Snopek
Closes #31273. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-20node: update 0.10.29 bottle.BrewTestBot
Closes #30307. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-20node 0.10.29Rob Gabaree
2014-06-03node: set npm prefix when installing.Mike McQuaid
References #29138.
2014-05-06node: update 0.10.28 bottle.BrewTestBot
Closes #28908. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-06node 0.10.28 (devel 0.11.13, npm 1.4.9)Christian Moritz
fixes conflicting npm pages after pouring a bottle Closes #28908
2014-04-06node: remove install_symlink exist? guards.Mike McQuaid
2014-04-04node: make post_install repeatable.Mike McQuaid
2014-04-04node: :python only needed at build time.Mike McQuaid
2014-04-04node: add 0.10.26 bottle.BrewTestBot
2014-04-04node: install npm using tarball.Mike McQuaid
Install npm to the expected location using the upstream tarball. This should make everyone happier. Closes #27479.
2014-04-01Clean up some unnecessary Pathname usageJack Nagel
2014-03-18node: don't pass relative path to install_symlinkJack Nagel
Fixes #27683.
2014-03-12node devel 0.11.12Christian Moritz
Closes #27481. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-20node: rename npm requirement and mark it as recommendedJack Nagel
Marking this requirement as recommended eliminates a conditional in the class body that otherwise breaks `brew upgrade node` for users using "--without-npm". Renaming it allows Homebrew to generate the correct option name. Fixes #26858.
2014-02-19node 0.10.26Fredrik Forsmo
Closes #26832. Signed-off-by: Brett Koonce <koonce@gmail.com>