aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
AgeCommit message (Collapse)Author
2015-01-28node: update 0.10.36 bottle.BrewTestBot
2015-01-28node 0.10.36Mathieu GHENNASSIA
Closes #36280. Closes #36322. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-26node: update 0.10.35_2 bottle.BrewTestBot
2015-01-26node 0.11.15 (devel)Dominyk Tiller
Closes #36159. Also includes an npm bump, some audit fixes, a rewording of my previous OpenSSL notes. We may want to consider an npm revision, but I don’t think it’s urgent just yet - Nobody has reported any issues updating between the old 2.1.x branch and the new 2.3.0 branch. Closes #36222. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-17node: prefer list form of ln_sfTim D. Smith
Pass a list to ln_sf instead of iterating over the result of Dir[]. This form raises an error if the second argument is not a directory. Closes #35973. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-16node: fix manpage linkageDominyk Tiller
Fixes the situation where the links would skew in the event that man1, man3, man5 and/or man7 didn't exist. This should be pretty rare unless from a clean system, but this will guard against the failure at least. Closes #35969. Closes #35971. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-01-13node: fix manpage linkageDominyk Tiller
I goofed here on the manpage linkage and location. This fixes that mistake. Given it’s post-install, shouldn’t be any need to regenerate bottles or such. Closes #35824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-13node: update 0.10.35_2 bottle.BrewTestBot
2015-01-13node: bottle npm to support clt-only installsDominyk Tiller
Bottle the npm make install process to support clt-only installs. Closes #35341 Closes #35748. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-11Revert "node: bottle npm to support clt-only installs"Mike McQuaid
This reverts commit 84813bdf42a871b5e048e07c78adebeec67b76e1.
2015-01-11Revert "node: add 0.10.35_2 bottle."Mike McQuaid
This reverts commit 2520aa3c7fb8bf199fd39f76930d6dcc632c234b.
2015-01-11node: add 0.10.35_2 bottle.BrewTestBot
2015-01-11node: bottle npm to support clt-only installsDominyk Tiller
Bottle the npm make install process to better support clt-only installs. Closes #35341 Closes #35738. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-03node: update 0.10.35_1 bottle.BrewTestBot
2015-01-03node: npm bumpDominyk Tiller
An `npm` bump and general formula revision. The latest `npm` squashes a small bundle of race conditions around git dependencies, so it’d be good to push this into users’ hands more immediately than the next Node release, hence the revision. This essentially follows the new Homebrew Node guidelines of update and revision big, ignore little, bump whatever is available when there’s a Node update out. Also fixes a bug around manpages and weird names causing breakage, because there are still people out there who prefer to not follow manpage naming conventions. Whole bundle of other smaller, less consequential documentation updates. Closes #35480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-24node: update 0.10.35 bottle.BrewTestBot
Conflicts: Library/Formula/node.rb
2014-12-24node: update 0.10.35 bottle.BrewTestBot
2014-12-24node 0.10.35Dominyk Tiller
Version bump. Deals primarily with the issue of Node refusing connections to AWS services based on untrusted certs as of the last release. See https://github.com/joyent/node/pull/8904 for detail. Closes #35223. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-20node: update 0.10.34 bottle.BrewTestBot
2014-12-20node 0.10.34Jonathan Bardo
Closes #35144. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-05node: update 0.10.33_1 bottle.BrewTestBot
2014-12-05node: npm bumpDominyk Tiller
An ` npm ` version bump, and bumps the Node links to https because Node has finally started rocking site-wide SSL/TLS :heart:. Closes #34708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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.