| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-09 | FIX: cask changes /usr/local ownership recursively | Yoshimasa Niwa | |
| Relatively old code in Hbc::Caskroom recursively changes the ownership of the directory where the Caskroom directory exists, that changes entire files in /usr/local to user:staff if Homebrew setup with default configuration. This is really dangerous because it's easy to trigger (just simply type `brew cask something` by following some installation documentation.) This patch removes entire `chown` with -R option and make the logic simply creating Caskroom directory with default Homebrew directories ownership and permission. | |||
| 2016-10-09 | Merge pull request #1251 from MikeMcQuaid/diagnostic-no-write-tmp1.0.7 | Mike McQuaid | |
| diagnostic: handle HOMEBREW_TEMP mktmpdir failure. | |||
| 2016-10-09 | No need to check if `Encoding` is defined. | Markus Reiter | |
| 2016-10-09 | Fix getting cask path for queries. | Markus Reiter | |
| 2016-10-09 | diagnostic: handle HOMEBREW_TEMP mktmpdir failure. | Mike McQuaid | |
| Fixes #1223. | |||
| 2016-10-09 | Merge pull request #1241 from reitermarkus/deprecation-warning | Mike McQuaid | |
| Comment out `license` stanza deprecation warning. | |||
| 2016-10-08 | cleanup: remove GLIDE_HOME cache directories | ilovezfs | |
| This is needed since some formulae now set ENV["GLIDE_HOME"] = HOMEBREW_CACHE/"glide_home/#{name}" | |||
| 2016-10-08 | Merge pull request #1238 from MikeMcQuaid/user-agent-version | Mike McQuaid | |
| brew.sh: improve user agent with no git repo. | |||
| 2016-10-08 | Merge pull request #1243 from reitermarkus/rename-deprecation-exception | Markus Reiter | |
| Rename FormulaMethodDeprecatedError to MethodDeprecatedError. | |||
| 2016-10-08 | Rename FormulaMethodDeprecatedError to MethodDeprecatedError. | Markus Reiter | |
| 2016-10-08 | Remove Homebrew Cask documentation. | Markus Reiter | |
| 2016-10-08 | Comment out `license` stanza deprecation warning. | Markus Reiter | |
| 2016-10-07 | Make parsing locales more robust. | Markus Reiter | |
| 2016-10-07 | brew.sh: improve user agent with no git repo. | Mike McQuaid | |
| `Homebrew/>1.0.0 (no git repository) (Macintosh; Intel macOS 10.7.5)...) reads pretty weirdly in a user agent and I've had complaints that `>` may be an invalid character in some cases. | |||
| 2016-10-07 | Merge pull request #1228 from jonchang/audit | Mike McQuaid | |
| audit: forbid `deprecated_option` in new formulae | |||
| 2016-10-07 | Merge pull request #1235 from abookyun/deprecate-license | Markus Reiter | |
| Deprecate license | |||
| 2016-10-07 | Merge pull request #1220 from reitermarkus/tap-version-string | Markus Reiter | |
| Make `core_tap_version_string` reusable. | |||
| 2016-10-07 | Fix unused argument | David Yun | |
| 2016-10-07 | Fix HOMEBREW_PREFIX/Caskroom file leak | David Yun | |
| 2016-10-07 | Use odeprecated rather than remove it entirely | David Yun | |
| * Fix IntegrationCommandTestCask | |||
| 2016-10-06 | “Homebrew Cask” -> “Homebrew-Cask” | Markus Reiter | |
| 2016-10-07 | Remove license from all documentation | David Yun | |
| 2016-10-06 | Deprecate license stanza | David Yun | |
| 2016-10-06 | Merge pull request #1216 from reitermarkus/fix-language-audit | Markus Reiter | |
| Fix exit code for multilingual cask audit. | |||
| 2016-10-06 | Merge pull request #1207 from reitermarkus/cask-already-installed-warning | Markus Reiter | |
| Change `A Cask for #{token} is already installed.` message. | |||
| 2016-10-06 | Merge pull request #1196 from reitermarkus/dmg-metadata | Markus Reiter | |
| Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES. | |||
| 2016-10-05 | audit: forbid `deprecated_option` in new formulae | Jonathan Chang | |
| 2016-10-04 | Immortalize virtualenvs better | Tim D. Smith | |
| virtualenvs remember the prefix of the python that created them and do magic to load packages from them; help them remember a more durable path. | |||
| 2016-10-05 | apr_requirement: favour system as much as possible | Dominyk Tiller | |
| 2016-10-04 | apr_requirement: fix always marked as missing req on Sierra | Dominyk Tiller | |
| 2016-10-04 | apr_requirement: require Homebrew's Apr on Sierra | Dominyk Tiller | |
| Sierra ships the headers/libraries still but for some reason decided to bin the config scripts, which whilst seemingly not an issue for `mesos` or `ganglia` it has broken `subversion`, `log4cxx`, `ctail`, `shibboleth` and `passenger` that we know of so far. Let's assume more often than not things are going to break without those config scripts around. | |||
| 2016-10-04 | Refactor Cask’s extensions. | Markus Reiter | |
| 2016-10-04 | Make `core_tap_version_string` reusable. | Markus Reiter | |
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-03 | Merge pull request #1190 from vladshablinsky/no-autoupdate-on-help | Mike McQuaid | |
| brew.sh: don't autoupdate if --help passed | |||
| 2016-10-03 | Merge pull request #1193 from MatzFan/fix_verbose_tests | Mike McQuaid | |
| fix tests failing when verbose set | |||
| 2016-10-03 | revert changes | Bruce Steedman | |
| 2016-10-03 | fix bad method name in test | Bruce Steedman | |
| 2016-10-03 | invalid build options - fixed conflicts; rename | Bruce Steedman | |
| 2016-10-03 | Fix exit code for multilingual cask audit. | Markus Reiter | |
| 2016-10-03 | Merge pull request #636 from ilovezfs/spooky_python | Mike McQuaid | |
| virtualenv_install_with_resources: select correct python | |||
| 2016-10-02 | virtualenv_install_with_resources: select correct python | ilovezfs | |
| `virtualenv_install_with_resources` will now attempt to guess the desired Python based on the active build options and based on the dependencies and requirements. When the situation is ambiguous (e.g., `depends_on :python3` and `build.with? "python"` is true) raise `FormulaAmbiguousPythonError` unless `:using => "python"` or `:using => "python3"` has been passed to resolve the ambiguity. In most cases, this will allow ``` virtualenv_create(libexec, "python3") virtualenv_install_with_resources ``` to be changed to just ``` virtualenv_install_with_resources ``` | |||
| 2016-10-03 | Style changes in `language_eval`. | Markus Reiter | |
| 2016-10-03 | Refactor audit for changed DSL. | Markus Reiter | |
| 2016-10-03 | Raise error if more than one default language if specified. | Markus Reiter | |
| 2016-10-03 | Change language DSL to only allow strings. | Markus Reiter | |
| 2016-10-03 | Add Locale class to enable easier matching of locales. | Markus Reiter | |
| 2016-10-03 | Support `audit` for multilingual casks. | Markus Reiter | |
| 2016-10-03 | Refactor logic to always choose first matched language. | Markus Reiter | |
| 2016-10-03 | Add `—language` option. | Markus Reiter | |
