| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-13 | audit: whitelist unstable versions already in core | ilovezfs | |
| also allow higher stable versions with the same version prefix | |||
| 2017-01-13 | clarify what should be in brew create url | Andrew Hundt | |
| resolves https://github.com/Homebrew/brew/issues/1821 | |||
| 2017-01-13 | Add docs on persisting settings across upgrades | Justin Mayer | |
| There are some formulas in which Homebrew symlinks configuration files into /usr/local/etc/ instead of copying them, resulting in custom settings being overwritten on package upgrades. This addition to the documentation illustrates one way to avoid this behavior by ensuring the configure script is told where to copy the configuration file(s). Refs https://github.com/Homebrew/homebrew-core/issues/8711 | |||
| 2017-01-13 | Merge pull request #1830 from ilovezfs/InreplaceError-fix-undefined-method | ilovezfs | |
| InreplaceError: fix undefined method crash | |||
| 2017-01-13 | Merge pull request #1707 from apjanke/deps-tree-fix-broken-line | Andrew Janke | |
| brew deps --tree: fix gap in line between reqs and deps | |||
| 2017-01-12 | brew deps --tree: fix gap in line between reqs and deps | Andrew Janke | |
| 2017-01-12 | InreplaceError: fix undefined method crash | ilovezfs | |
| When the first parameter to inreplace was an array, and the replacement failed, InreplaceError would end up crashing with an undefined method exception because the order of operations resulted in super not being passed the value of the entire inject block. | |||
| 2017-01-11 | audit: Check for invocations of cctools. | William Woodruff | |
| Now that ruby-macho is available, cctools should be invoked as little as possible. | |||
| 2017-01-11 | brew.1: use uninstall instead of remove. | Mike McQuaid | |
| Fixes #1817. | |||
| 2017-01-11 | formula_installer: don't assume requirement dependency is default formula. | Mike McQuaid | |
| 2017-01-11 | build: don't assume requirement dependency is default formula. | Mike McQuaid | |
| 2017-01-11 | requirement: get formula from satisfy. | Mike McQuaid | |
| If satisfy returns a `Pathname` from `which` then we can use that to infer a formula dependency from that `Requirement`. | |||
| 2017-01-11 | Merge pull request #1808 from MikeMcQuaid/deprecate-linkapps | Mike McQuaid | |
| Deprecate brew (un)linkapps. | |||
| 2017-01-11 | Merge pull request #1816 from MikeMcQuaid/xcode-xquartz-default-path | Mike McQuaid | |
| xcode, xquartz: use default location when possible. | |||
| 2017-01-11 | Merge pull request #1814 from MikeMcQuaid/json_runtime_dependencies | Mike McQuaid | |
| formula: return runtime_dependencies in to_hash. | |||
| 2017-01-11 | Merge pull request #1812 from MikeMcQuaid/formulary-read-keg-formula | Mike McQuaid | |
| formulary: read from formula in opt prefix. | |||
| 2017-01-09 | xcode: use default location when possible. | Mike McQuaid | |
| Xcode can be installed anywhere but for most people it's in `/Applications/Xcode.app` so just look there if `xcode-select` isn't helpful before looking at Spotlight which can return weird results on e.g. backup disks. Fixes #1587. | |||
| 2017-01-09 | xcode: general cleanup. | Mike McQuaid | |
| 2017-01-09 | xquartz: use default location when possible. | Mike McQuaid | |
| Xcode can be installed anywhere but for most people it's in `/Applications/Xcode.app` so just look there by default before looking at Spotlight which can return weird results on e.g. backup disks. | |||
| 2017-01-09 | formulary: read from formula in opt prefix. | Mike McQuaid | |
| We want to prefer the newer/versioned formulae when possible but this is preferable to a random cached formula or, worse, no formula. This means `brew info foo` will never complain that `foo` is a missing formula. | |||
| 2017-01-09 | formula: return runtime_dependencies in to_hash. | Mike McQuaid | |
| Which, in turn, provides it for `brew info --json=v1` so other tools such as e.g. `brew bundle` can make use of this information. | |||
| 2017-01-09 | caveats, keg: remove linkapps caveats code. | Mike McQuaid | |
| 2017-01-09 | Deprecate brew (un)linkapps. | Mike McQuaid | |
| Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks. | |||
| 2017-01-09 | Merge pull request #1806 from MikeMcQuaid/audit-virtualenv-setuptools1.1.7 | Mike McQuaid | |
| audit: check virtualenv and setuptools resource. | |||
| 2017-01-09 | Merge pull request #1807 from MikeMcQuaid/bump-formula-pr-check-url | Mike McQuaid | |
| bump-formula-pr: check for URL presence. | |||
| 2017-01-09 | audit: check virtualenv and setuptools resource. | Mike McQuaid | |
| `virtualenv_install_with_resources` will automatically define and install a `setuptools` resource so this is unnecessary. References https://github.com/Homebrew/homebrew-core/pull/8570 | |||
| 2017-01-09 | bump-formula-pr: check for URL presence. | Mike McQuaid | |
| If it's not there, produce a nicer error. Fixes #1805. | |||
| 2017-01-08 | Fix rubocop style warning of download_strategy | Masayuki Morita | |
| 2017-01-08 | Validate a token when initializing GitHubPrivateRepositoryDownloadStrategy | Masayuki Morita | |
| 2017-01-08 | Generalize GitHubReleaseDownloadStrategy in order to support archive URL | Masayuki Morita | |
| 2017-01-07 | Merge pull request #1801 from woodruffw/check-temp-correctly | ilovezfs | |
| keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes | |||
| 2017-01-07 | keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes. | William Woodruff | |
| Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp, some build systems (like Parrot's) will attempt to use the realpath instead of the literal /tmp we supply it with. This breaks the relocation code, which only tested the literal HOMEBREW_TEMP and not its realpath. | |||
| 2017-01-07 | Merge pull request #1798 from MikeMcQuaid/audit-fake-safari-user-agent | Mike McQuaid | |
| Allow `brew audit` to fake a Safari user-agent. | |||
| 2017-01-07 | Allow `brew audit` to fake a Safari user-agent. | Mike McQuaid | |
| This allows us to detect if homepages such as e.g. `aiccu` which blocks `curl` are up or not. | |||
| 2017-01-07 | Merge pull request #1797 from Homebrew/revert-1784-uses_tap_exception | Mike McQuaid | |
| Revert "uses: properly handle untapped formulae in recursive dependency expansion" | |||
| 2017-01-07 | Revert "uses: properly handle untapped formulae in recursive dependency ↵ | Mike McQuaid | |
| expansion" | |||
| 2017-01-07 | docs/README: link to Versions.md. | Mike McQuaid | |
| 2017-01-07 | Merge pull request #1784 from alyssais/uses_tap_exception | Mike McQuaid | |
| uses: properly handle untapped formulae in recursive dependency expansion | |||
| 2017-01-07 | Merge pull request #1786 from rwhogg/perl-version-may-lack-brackets | Mike McQuaid | |
| PerlRequirement: Perl version string may lack parentheses | |||
| 2017-01-07 | Merge pull request #1792 from javian/whitelistphpshadowedheader | Mike McQuaid | |
| Whitelist PHP formulas in shadowed header audit check | |||
| 2017-01-07 | Merge pull request #1796 from Homebrew/revert-1746-always-filter-flags-deps | Mike McQuaid | |
| Revert "cc: always filter flags on deps." | |||
| 2017-01-07 | Revert "cc: always filter flags on deps." | Mike McQuaid | |
| 2017-01-06 | Whitelist PHP formulas in shadowed header audit check | Jan Viljanen | |
| 2017-01-06 | Merge pull request #1793 from MikeMcQuaid/keg-resolve-not-real-path | ilovezfs | |
| keg: use resolved_path not realpath. | |||
| 2017-01-06 | keg: use resolved_path not realpath. | Mike McQuaid | |
| This guards against this being a non-symlink in which case it will fail. | |||
| 2017-01-06 | Merge pull request #1782 from ilovezfs/prefix-fixups | ilovezfs | |
| Fix abv and prefix_linked? | |||
| 2017-01-06 | formula: tweak versioned prefix approach. | Mike McQuaid | |
| 2017-01-06 | pathname: make compute_disk_usage handle symlinks. | Mike McQuaid | |
| 2017-01-05 | Merge pull request #1780 from MikeMcQuaid/use-docs-links | Mike McQuaid | |
| Use docs.brew.sh links. | |||
| 2017-01-05 | Merge pull request #1787 from alyssais/formula_comments | Mike McQuaid | |
| formula: correct grammar in comments | |||
