| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-12 | Merge pull request #1873 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Custom Cops for `brew audit` | |||
| 2017-02-12 | Merge pull request #1955 from vszakats/patch-2 | Markus Reiter | |
| audit: enforce https://*.sourceforge.io/ homepages | |||
| 2017-02-11 | applied changes suggested in PR | Timothee Cour | |
| 2017-02-11 | renamed where to formula | Timothee Cour | |
| 2017-02-11 | add brew where command | Timothee Cour | |
| 2017-02-11 | Allow `brew tests` to run specs. | Markus Reiter | |
| 2017-02-10 | Merge pull request #1958 from maveonair/tests-cli-help | Mike McQuaid | |
| Fix: Documentation of --only in tests cmd | |||
| 2017-02-10 | audit: enforce https://*.sourceforge.io/ homepages | Viktor Szakats | |
| Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/ | |||
| 2017-02-09 | Merge pull request #1961 from vszakats/githuburl | Markus Reiter | |
| audit: enforce https for github.com urls | |||
| 2017-02-08 | pull: fix false positives for nonstandard bump subjects when untapped | ilovezfs | |
| If the formula's tap isn't tapped yet when running `brew pull`, a false positive occurs for the nonstandard bump subject check, and a bogus warning is printed, which claims the bump subject should refer to the old version not the new version. | |||
| 2017-02-07 | audit: enforce https for github.com urls | Viktor Szakats | |
| 2017-02-06 | Fix: Documentation of --only in tests cmd | Fabian Mettler | |
| This pull request fixes the documentation for the —only flag of the tests cmd. | |||
| 2017-02-06 | Update docs and manpages to include --fix option | Gautham Goli | |
| 2017-02-02 | Use file checksum rather than file diffing | David Broder-Rodgers | |
| 2017-01-30 | Updated mirror checks to compare ETags, Content-Lengths and binary files | David Broder-Rodgers | |
| 2017-01-30 | Merge remote-tracking branch 'origin/master' into insecure_audit | David Broder-Rodgers | |
| 2017-01-27 | pull: better handle missing bottles. | Mike McQuaid | |
| If we make a PR in which we're building many formulae (e.g. https://github.com/Homebrew/homebrew-core/pull/9249) then we may want to pull those that built and publish their bottles and discard those that did not. Instead of saying bottles will be published when they won't and then blowing up just avoid publishing them and print a warning instead. | |||
| 2017-01-26 | audit: improve homepage audit reliability. | Mike McQuaid | |
| Try first with an (exact, actual) browser user agent from Safari and then try again with the default Homebrew `curl` user agent. | |||
| 2017-01-25 | Merge pull request #1901 from alyssais/patch-1 | Mike McQuaid | |
| man: remove an unnecessary `else` | |||
| 2017-01-23 | Merge pull request #1877 from ilovezfs/audit-wine-deps-exemption | Mike McQuaid | |
| audit: exempt wine's deps from the universal deprecation | |||
| 2017-01-23 | man: remove an unnecessary `else` | Alyssa Ross | |
| `odie` causes the process to exit immediately, so there's no need for the `regenerate_man_pages` call to be conditional. | |||
| 2017-01-23 | Merge pull request #1890 from alyssais/global_teardown_env | Alyssa Ross | |
| tests: automatically restore ENV in teardown | |||
| 2017-01-22 | tests: remove with_git_env method | Alyssa Ross | |
| A common git environment is now used in all tests, so this is no longer required. | |||
| 2017-01-22 | bottle: fix regex | Xu Cheng | |
| Noted that this is intended for the revision of this formula instead of rebuild of a bottle. | |||
| 2017-01-20 | audit: exempt wine's deps from the universal deprecation | ilovezfs | |
| This can be reverted when wine's dependencies are all vendored. | |||
| 2017-01-18 | Add --fix option to brew audit command | Gautham Goli | |
| 2017-01-18 | Merge pull request #1868 from zmwangx/bottle-add-improve-regexp | Mike McQuaid | |
| bottle: add: improve regexp to recognize comments | |||
| 2017-01-17 | audit: only warn on versioned conflicts_with. | Mike McQuaid | |
| Rather than all versioned formulae regardless. Oops. | |||
| 2017-01-17 | bottle: add: improve regexp to recognize comments | Zhiming Wang | |
| This would have eliminated the need for Homebrew/homebrew-core#9000, for instance. | |||
| 2017-01-17 | Add `keg_only :versioned_formula`. | Mike McQuaid | |
| This is used to indicate a formula is a version of another formula. This will be used to provide a consistent interface for older formulae versions and replaces the use of `conflicts_with`. | |||
| 2017-01-17 | Merge pull request #1844 from MikeMcQuaid/audit-universal | Mike McQuaid | |
| audit: don't allow universal for new formulae. | |||
| 2017-01-16 | create: handle null versions. | Mike McQuaid | |
| Fixes #1821 | |||
| 2017-01-15 | audit: don't allow universal for new formulae. | Mike McQuaid | |
| We're frowning on these now so may as well turn that into code. | |||
| 2017-01-13 | audit: whitelist unstable versions already in core | ilovezfs | |
| also allow higher stable versions with the same version prefix | |||
| 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-09 | Merge pull request #1806 from MikeMcQuaid/audit-virtualenv-setuptools1.1.7 | Mike McQuaid | |
| audit: check virtualenv and setuptools resource. | |||
| 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-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-04 | Use docs.brew.sh links. | Mike McQuaid | |
| 2017-01-03 | audit: deprecate env :std/:userpaths for strict. | Mike McQuaid | |
| This should apply only for new formulae but we should start gradually phasing it out for older ones too. | |||
| 2016-12-30 | audit: use new curl_args form. | Mike McQuaid | |
| This will use Curl’s default user agent to reduce homepage errors and provides a function that can be used for other audits to perform similar tests on URLs. | |||
| 2016-12-29 | audit: improve reliability of homepage audit. | Mike McQuaid | |
| - Don't run on Yosemite where the system Curl is too old for some modern HTTPS homepages - Try up to 3 times in case of transient failures. | |||
| 2016-12-29 | audit: don't allow openssl & libressl dependency. | Mike McQuaid | |
| Formulae should not depend on both OpenSSL and LibreSSL (even optionally). This is to avoid descending into madness where every formulae that could use LibreSSL has to have option and switching logic. Homebrew has standardised on OpenSSL and will do so everywhere that LibreSSL is not a hard requirement. | |||
| 2016-12-23 | Merge pull request #1719 from zmwangx/strip-x11-from-new-formula-template | Mike McQuaid | |
| create: remove :x11 dep from new formula template | |||
| 2016-12-23 | Merge pull request #1715 from zmwangx/bump-formula-pr-fix-removal-of-old-mirror | Mike McQuaid | |
| bump-formula-pr: fix removal of old mirrors | |||
| 2016-12-23 | Merge pull request #1663 from tschoonj/meson-create-support | Mike McQuaid | |
| brew create: add meson support | |||
| 2016-12-23 | Merge pull request #1693 from broder/homepage_check | Mike McQuaid | |
| Updated homepage 404 check to use explicit parameters and return the … | |||
| 2016-12-23 | Added check for insecure mirror URLs | David Broder-Rodgers | |
| 2016-12-22 | create: remove :x11 dep from new formula template | Zhiming Wang | |
