| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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-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-15 | os/mac/diagnostic: allow custom Ruby for devs. | Mike McQuaid | |
| This avoids `brew doctor` warnings on High Sierra but in general this is a good idea for future versions and to allow Homebrew developers to test things out with different versions of Ruby. | |||
| 2017-09-08 | Revert "mach: Avoid reopening the file for relocation" | ilovezfs | |
| 2017-09-08 | Merge pull request #3101 from woodruffw/macho-use-object | William Woodruff | |
| mach: Avoid reopening the file for relocation | |||
| 2017-09-05 | mac/hardware/cpu: recognise Kaby Lake | Dominyk Tiller | |
| The 2017 MacBook Pro line shipped with Kaby Lake CPUs. | |||
| 2017-08-28 | mach: Avoid reopening the file for relocation | William Woodruff | |
| This commit allows the relocation code to perform install name and dylib ID changes without reopening the file separately. | |||
| 2017-08-08 | formula_cellar_checks: fix broken dylib spacing. | Mike McQuaid | |
| 2017-08-07 | formula_cellar_checks: remove stray backtick.1.3.1 | Mike McQuaid | |
| 2017-08-07 | Merge pull request #3017 from MikeMcQuaid/reinstall_broken_bottles | Mike McQuaid | |
| formula_cellar_checks: reinstall broken bottles. | |||
| 2017-08-07 | Merge pull request #2998 from andrewyatz/bugfix/pkgconfiglibdir | Mike McQuaid | |
| Bugfix/pkgconfiglibdir | |||
| 2017-08-07 | formula_cellar_checks: reinstall broken bottles. | Mike McQuaid | |
| If we pour from a bottle and then immediately know it’s broken then we should tell users how to resolve their issue and where to file a issue to. Inspired by https://github.com/Homebrew/homebrew-core/issues/16477. | |||
| 2017-08-07 | Incorrect - added | Andrew Yates | |
| I added an extra un-wanted - into the pkgconfig path. Now removed | |||
| 2017-08-03 | Moving /usr/lib/pkg-config to be first | Andrew Yates | |
| Ensuring old functionality still happens and /usr/lib/pkg-config is the first location found in macOS. | |||
| 2017-08-03 | Adding in "/usr/lib/pkg-config" | Andrew Yates | |
| Moving "/usr/lib/pkg-config" into the pkg-path path | |||
| 2017-08-03 | audit: add additional php header ignore patterns | Jan Viljanen | |
| 2017-07-22 | cpu: fix SSE4 detection on Linux | Shaun Jackman | |
| 2017-07-05 | cpu: fix SSE3 detection on Linux | Jonathan Chang | |
| 2017-06-12 | Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3 | Mike McQuaid | |
| rubocop: don’t allow Perl regex backrefs. | |||
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-06 | Fix undefined variable ruby_version | constXife | |
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-05-31 | Merge pull request #2700 from sjackman/env-std-linux | Mike McQuaid | |
| Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | |||
| 2017-05-30 | Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | Bob W. Hogg | |
| Add ENV.libxml2 primarily for the use of test do blocks. Add a dummy ENV.x11 function. See Linuxbrew/brew#356 and Linuxbrew/brew#382 | |||
| 2017-05-27 | diagnostic: move some more macOS doctor checks. | Mike McQuaid | |
| Move some `brew doctor` checks that are pretty macOS specific so they are only run on macOS. | |||
| 2017-05-08 | Remove `to_s` from some `Pathname`s. | Markus Reiter | |
| 2017-04-22 | More deprecations. | Mike McQuaid | |
| Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented. | |||
| 2017-04-20 | Merge pull request #2274 from rwhogg/fuse-requirement | Mike McQuaid | |
| Port OsxfuseRequirement to Linux | |||
| 2017-04-18 | audit: allow skipping audit methods. | Mike McQuaid | |
| Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups. | |||
| 2017-04-15 | OsxfuseRequirement: Port to Linux | Bob W. Hogg | |
| 2017-04-15 | Mac Hardware: provide a more Mac-specific implementation of can_run? | Misty De Meo | |
| 2017-04-05 | Merge pull request #2442 from tdsmith/fix-symlink-relocation | Mike McQuaid | |
| Virtualenv relocation fixes | |||
| 2017-04-04 | Revert "keg_relocate: Don't relocate dylib IDs containing metavariables." | Mike McQuaid | |
| 2017-04-02 | Add Skylake to Linux hardware list | Maxim Belkin | |
| 2017-04-02 | diagnostic: also ignore outdated CLT on Travis CI. | Mike McQuaid | |
| 2017-04-02 | Use extend/OS mechanism for grep args | Tim D. Smith | |
| 2017-03-28 | update suggested Xcode/CLT download URLs | EricFromCanada | |
| 2017-03-20 | blacklist: move to missing_formula class instead. | Mike McQuaid | |
| This will allow extending this class so it can be used by more than just blacklisting. | |||
| 2017-03-16 | Add extend/os/linux/system_config.rb | Shaun Jackman | |
| Report the Linux kernel, OS, and gcc versions. | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-10 | linux: Add ARM to CPU.type | Shaun Jackman | |
| 2017-03-05 | Merge pull request #2244 from jonchang/java | Mike McQuaid | |
| java_requirement: don't consider macOS Java stub | |||
| 2017-03-05 | Don't check Subversion HTTPS pre-Sierra. | Mike McQuaid | |
| The system Subversion doesn't handle new certificate authorities (e.g. Let's Encrypt) well enough for this check to be useful. | |||
