Version bump.
Should be the last release before 0.2.6.x is released stable.
ClosesHomebrew/homebrew#37869.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Version bump.
Libtls is now no longer optional as it has been declared API and ABI
stable until the 2.2.x branch is released.
Fixes CVE-2015-0286, CVE-2015-0287, CVE-2015-0289, CVE-2015-0209 and
CVE-2015-0288. Those were the OpenSSL vulnerabilities disclosed earlier
today that also affect LibreSSL. See:
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.6-relnotes.txt
Once again the dylib versioning hasn’t changed, so recompile of things
isn’t necessary.
ClosesHomebrew/homebrew#37865.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Both 2.6.1 and the consequent 2.7.0 ended up being really quite major
npm releases, with some nifty new features, not least:
*drumroll* the problem where doing `npm update -g` would completely
murder your entire npm installation has been significantly reduced. Not
completely, but significantly.
Other stuff:
* New documentation pertaining to the above. If you’re super-interested
in running wild with the `npm update -g` command, give the new docs a
glance over first.
* A change to the handling of node-gyp which could make handling iojs
in Homebrew a less painful situation for everyone involved in the near
future.
* Minor internal deps updates.
Revision for the whole making it much harder to kill off your own npm
installation with the `npm update -g` command.
ClosesHomebrew/homebrew#37443.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
GPT fdisk updated on March 17 2015 to 1.0.0.
(See: http://www.rodsbooks.com/gdisk/revisions.html )
This commit makes the appropriate changes to update brew's version.
Additionally, this commit brings the formula up to current style standards.
(That is, `brew audit --strict gptfdisk` gives an all-clear.)
ClosesHomebrew/homebrew#37845.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>