Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Merge 1.9.3 #924

Merged
merged 95 commits into from
Jan 24, 2019
Merged

Merge 1.9.3 #924

merged 95 commits into from
Jan 24, 2019

Conversation

sjackman
Copy link
Member

indirect and others added 30 commits January 8, 2019 00:26
Some SDKs return a number higher than the hard-coded `latest_version`
in this file. With the current `==` check, those higher version numbers
are treated as "not the latest". This prevents machines with
higher-versioned SDKs from being able to use Homebrew.

To resolve that problem, this PR changes the check to `>=`, which allows
machines with higher-versioned SDKs to also use Homebrew to install
packages.
…ebrew/vendor/i18n-1.5.2

Bump i18n from 1.5.1 to 1.5.2 in /Library/Homebrew/vendor
- We've never supported `devel` bottles so don't bother outputting their
  status to `brew info`
- Don't `brew upgrade` or `brew reinstall` bottles if they were
  previously built as a bottle unless there's no bottles defined at all
  (rather than there was no compatible bottles). Fixes #5532.
This change fixes a syntax error introduced in b278165
Fiks HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK description
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](gjtorikian/html-proofer@v3.10.0...v3.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…roofer-3.10.1

Bump html-proofer from 3.10.0 to 3.10.1 in /docs
…ebrew/test/parser-2.6.0.0

Bump parser from 2.5.3.0 to 2.6.0.0 in /Library/Homebrew/test
Bumps [parallel](https://github.com/grosser/parallel) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](grosser/parallel@v1.12.1...v1.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [parallel](https://github.com/grosser/parallel) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](grosser/parallel@v1.12.1...v1.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
It's currently unset on Azure Pipelines and Jenkins so let's set it
here for consistency across our ecosystem.
This is needed for `compat/download_strategy` for now.
…ebrew/test/parallel-1.13.0

Bump parallel from 1.12.1 to 1.13.0 in /Library/Homebrew/test
…el-1.13.0

Bump parallel from 1.12.1 to 1.13.0 in /docs
…ebrew/vendor/rubocop-0.63.0

Bump rubocop from 0.61.1 to 0.63.0 in /Library/Homebrew/vendor
utils: re-add install_gem! version argument.
…ebrew/test/rubocop-0.63.0

Bump rubocop from 0.61.1 to 0.63.0 in /Library/Homebrew/test
Bumps [parallel](https://github.com/grosser/parallel) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](grosser/parallel@v1.12.1...v1.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot-support and others added 26 commits January 22, 2019 06:28
cleanup: also consider ctime on prunes.
…ebrew/test/rubocop-0.63.1

Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/test
…ebrew/vendor/i18n-1.5.3

Bump i18n from 1.5.2 to 1.5.3 in /Library/Homebrew/vendor
…ebrew/vendor/rubocop-0.63.1

Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/vendor
analytics: Use CLI::Parser to parse args
commands: Use CLI::Parser to parse args
config: Use CLI::Parser to parse args
sh: Use CLI::Parser to parse args
- Ensure that new formulae problems aren't duplicated
- Now that homebrew/core will imminently not have options adjust the
  various audits so they make more sense (and exclude taps)
- Exclude taps from more preferential audits
command: Use CLI::Parser to parse args
For some reason Mojave needs the SSL args always set otherwise this
will always fail waiting for interactivity.

Also, while debugging this I noticed that `utils.rb` had a failure
expecting an integer so fix that too.
gist-logs: add missing install require.
brew.rb: duplicate MissingEnvironmentVariables exception.
Use latest macOS/Xcode settings.
symlink_ld_so was moved to extend/os/linux/install.rb
@sjackman sjackman self-assigned this Jan 24, 2019
@sjackman sjackman added the merge label Jan 24, 2019
@sjackman sjackman merged commit 6fb37fd into Linuxbrew:master Jan 24, 2019
@sjackman sjackman deleted the merge-1.9.3 branch January 24, 2019 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants