| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-25 | Merge pull request #3211 from MikeMcQuaid/portable-ruby-coverage1.3.4 | Mike McQuaid | |
| portable-ruby: use rebuild with coverage support. | |||
| 2017-09-25 | portable-ruby: use rebuild with coverage support. | Mike McQuaid | |
| This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support. | |||
| 2017-09-25 | os/mac/version: allow leopard_64_or_later bottles. | Mike McQuaid | |
| 2017-09-25 | portable-ruby: fix installation on Leopard. | Mike McQuaid | |
| Download it insecurely there and require `rubygems` for `Gem::Version`. | |||
| 2017-09-25 | vendor-install: output only to stderr. | Mike McQuaid | |
| This avoids causing errors in scripts that call e.g. `brew --prefix`. | |||
| 2017-09-24 | Merge pull request #3206 from MikeMcQuaid/utils-git-cache-less | Mike McQuaid | |
| utils/git: cache less aggressively. | |||
| 2017-09-24 | utils/git: cache less aggressively. | Mike McQuaid | |
| This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too). | |||
| 2017-09-24 | audit: also skip homebrew/science duplicates found by search_taps | ilovezfs | |
| Follow-up to #3202. | |||
| 2017-09-23 | audit: don't check for homebrew/science duplicates | ilovezfs | |
| It's just noise to turn the migration PRs red over expected duplicates. | |||
| 2017-09-23 | Merge pull request #3201 from MikeMcQuaid/git-coretap-tests | Mike McQuaid | |
| utils/git: don't fail when CoreTap is untapped. | |||
| 2017-09-23 | utils/git: don't fail when CoreTap is untapped. | Mike McQuaid | |
| This produces test failures on Linux where we intentionally avoid having it tapped. | |||
| 2017-09-23 | Merge pull request #3200 from MikeMcQuaid/audit-el-capitan-vendor-ruby | Mike McQuaid | |
| audit: hack around El Capitan audit failure. | |||
| 2017-09-23 | audit: hack around El Capitan audit failure. | Mike McQuaid | |
| 2017-09-23 | Merge pull request #3174 from sjackman/popen-options | Mike McQuaid | |
| popen: Do not suppress stderr when HOMEBREW_STDERR | |||
| 2017-09-23 | Merge pull request #3189 from MikeMcQuaid/portable-ruby-messaging | Mike McQuaid | |
| portable-ruby: improve installation messaging. | |||
| 2017-09-23 | Merge pull request #3190 from MikeMcQuaid/curl_https_fix | Mike McQuaid | |
| development_tools: fix curl https handling. | |||
| 2017-09-23 | Merge pull request #3188 from MikeMcQuaid/git-describe-tags-message | Mike McQuaid | |
| brew.sh: update no git repository message. | |||
| 2017-09-22 | superenv: more help for Autotools with 10.13 SDK on 10.12 | ilovezfs | |
| Add fmemopen and open_memstream to the list of ac_cv_func_*=no symbols for 10.12 with the 10.13 SDK. | |||
| 2017-09-22 | Merge pull request #3186 from naoty/detect-failure-message | Mike McQuaid | |
| Add a failure message to be_detected_from matcher | |||
| 2017-09-22 | Merge pull request #3144 from GauthamGoli/audit_line_rubocop_more_tests | Mike McQuaid | |
| audit: Add more tests for FormulaAudit/Miscellaneous cop | |||
| 2017-09-22 | Merge pull request #3185 from sjackman/vendor-ruby-linux | Mike McQuaid | |
| Upgrade vendored Ruby to 2.3.3 for Linux. | |||
| 2017-09-22 | development_tools: fix curl https handling. | Mike McQuaid | |
| `curl` can handle modern certificates _unless_ it is too old. This broke `brew audit`'s HTTPS detection code. | |||
| 2017-09-22 | portable-ruby: improve installation messaging. | Mike McQuaid | |
| - Use “Pouring” to be more consistent with our normal messaging. - Don’t be silent by default. | |||
| 2017-09-22 | brew.sh: update no git repository message. | Mike McQuaid | |
| Clarify that this message doesn’t only trigger when there’s no Git repository but also when there’s no tags that `git describe` can use. | |||
| 2017-09-22 | Replace String#% with Kernel.#format | Naoto Kaneko | |
| 2017-09-22 | Add a failure message to be_detected_from matcher | Naoto Kaneko | |
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3 for Linux. | Shaun Jackman | |
| 2017-09-21 | os/mac: support macOS High Sierra (10.13). | FX Coudert | |
| 2017-09-21 | Merge pull request #3164 from MikeMcQuaid/portable-ruby-2.3.3 | Mike McQuaid | |
| Upgrade vendored Ruby to 2.3.3. | |||
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3. | Mike McQuaid | |
| Use this version whenever 2.3.3 isn't installed. Also, remove the Linux portable Ruby for now until it's built to be the same version. | |||
| 2017-09-21 | superenv: help Autotools with 10.13 SDK on 10.12 | ilovezfs | |
| The GNU Autotools tests for whether futimens and utimensat are available reliably come to incorrect conclusions on 10.12 with the 10.13 SDK in Xcode 9. This overrides its decisions by forcing the right answer in superenv using ac_cv_func_* environment variables and setting them to "no" on 10.12. | |||
| 2017-09-20 | describe_java: Suppress stderr | Shaun Jackman | |
| Suppress the error message: Unable to find any JVMs matching version "(null)". | |||
| 2017-09-20 | locate: Suppress stderr | Shaun Jackman | |
| Suppress the error message: xcrun: error: unable to find utility "gcc-4.0", not a developer tool or in PATH | |||
| 2017-09-20 | popen: Do not suppress stderr when HOMEBREW_STDERR | Shaun Jackman | |
| 2017-09-20 | popen: Add an options argument | Shaun Jackman | |
| Useful for selectively enabling or silencing stderr, for example. popen_read("foo", err: :err) | |||
| 2017-09-20 | Merge pull request #3173 from Homebrew/revert-3099-popen_read_stderr | ilovezfs | |
| Revert "popen: Do not suppress stderr" | |||
| 2017-09-20 | audit: Use version pinned by brew while executing rubocop cli | Gautham Goli | |
| 2017-09-19 | Revert "popen: Do not suppress stderr" | ilovezfs | |
| 2017-09-19 | linkage_checker: tweak headers wording. | Mike McQuaid | |
| It's helpful to note that the undeclared/unnecessary dependencies are done based on linkage alone. | |||
| 2017-09-18 | Merge pull request #3103 from maxim-belkin/extraneous_deps | Mike McQuaid | |
| linkage_checker: add a check for extraneous dependencies | |||
| 2017-09-18 | Merge pull request #3099 from sjackman/popen_read_stderr | Mike McQuaid | |
| popen: Do not suppress stderr | |||
| 2017-09-18 | audit: Add more tests for FormulaAudit/Miscellaneous cop | Gautham Goli | |
| 2017-09-17 | Merge pull request #2878 from wendorf/brew_cask_list_full-name | Markus Reiter | |
| List cask full-names | |||
| 2017-09-17 | Merge pull request #3160 from reitermarkus/missing-method | Markus Reiter | |
| Add missing `summarize` method. | |||
| 2017-09-16 | List cask full-names | Dan Wendorf | |
| `brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta". | |||
| 2017-09-16 | keg_relocate: treat .lai files as libtool files. | ilovezfs | |
| Previously .lai files only had their locations replaced with placeholders if /usr/bin/file recognized them as ASCII files, which is only the case on macOS Sierra and above. | |||
| 2017-09-16 | Tweaks for older Mac OS X versions. | Mike McQuaid | |
| - `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed. | |||
| 2017-09-16 | Add missing `summarize` method. | Markus Reiter | |
| 2017-09-15 | Merge pull request #3156 from MikeMcQuaid/allow-developer-custom-ruby | Mike McQuaid | |
| os/mac/diagnostic: allow custom Ruby for devs. | |||
| 2017-09-15 | audit: fix check_http_content args. | Mike McQuaid | |
