| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-08-03 | formula_cellar_checks: check_non_libraries only for new formulae | ilovezfs | |
| This check is overly opinionated and leads to audit failures no one cares to fix, so let's only run it for new formulae. | |||
| 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-29 | check_non_libraries: fix false positive subdirectory reports | Misty De Meo | |
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 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-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-01-27 | Revert "formula_cellar_checks: check for prefix/etc." | Mike McQuaid | |
| 2017-01-26 | formula_cellar_checks: check for prefix/etc. | Mike McQuaid | |
| This directory indicates that configuration files have been installed into the wrong location. | |||
| 2016-09-23 | Style/Alias: Prefer `alias`. | Markus Reiter | |
| 2016-09-23 | Fix Style/MethodName. | Markus Reiter | |
| 2016-09-17 | rubocop --auto-correct all remaining files. | Mike McQuaid | |
| But remove some manual `.freeze`s on constants that shouldn't be constants. | |||
| 2016-08-10 | Utils::Shell.shell_profile in formula_cellar_checks | Greg Nisbet | |
| 2016-07-09 | formula_cellar_checks: port to generic OS. (#452) | Mike McQuaid | |
| 2015-11-01 | stricter audit for Emacs Lisp installs | Alex Dunn | |
| Require that the subdirectory in site-lisp match the formula name exactly. This lets us provide better information in the caveats and will make it easier for helper methods to write to the correct location (as in in Homebrew/homebrew-emacs#13). | |||
| 2015-08-06 | more core file style updated by rubocop | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-01 | check_emacs_lisp(): bail unless site-lisp exists | Alex Dunn | |
| Closes Homebrew/homebrew#42345. | |||
| 2015-08-01 | formula_cellar_checks: check_site_lisp() | Alex Dunn | |
| 2015-07-13 | formula_cellar_checks: remove openssl expectation | Dominyk Tiller | |
| 2015-07-09 | formula_cellar_checks: ignore openssl. | Mike McQuaid | |
| Also: check based on the beginning of the formula name so these play nicer with e.g. homebrew-versions. Closes Homebrew/homebrew#41528. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-07 | add audit check for explicit Python linkage | Tim D. Smith | |
| Verifies that CPython extension modules are not explicitly linked to a Python framework, which should never be necessary. Python's distutils uses -undefined dynamic_lookup, as seen here: https://github.com/python/cpython/blob/9a77656/configure.ac#L2214-L2245 Closes Homebrew/homebrew#39405. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-05-07 | anticipate python 3.5 in .pth audit | Tim D. Smith | |
| 2015-04-20 | formula_cellar_checks: fix memcached shadowing. | Mike McQuaid | |
| 2015-04-20 | formula_cellar_checks: ignore memcached shadowing. | Mike McQuaid | |
| 2015-03-24 | add method to detect shell profile file based on users' preference shell | Xu Cheng | |
| Closes Homebrew/homebrew#38017. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-24 | formula_cellar_checks: ignore berkeley-db headers. | Mike McQuaid | |
| 2015-02-06 | formula_cellar_checks: tweak postgresql on 10.8. | Mike McQuaid | |
| It shadows system headers sometimes (probably just Server.app?) but we don't really care. | |||
| 2015-02-04 | audit_installed: give better Python advice | Tim D. Smith | |
| Update advice about easy-install.pth files. Closes Homebrew/homebrew#36547. | |||
| 2014-11-02 | FormulaCellarChecks: don't exempt formulas from ssl audit | Tim D. Smith | |
| Reverts b7b4c59. Closes Homebrew/homebrew#33414. | |||
| 2014-10-29 | Rename "f" to "formula" in the installer | Jack Nagel | |
| 2014-10-20 | doctor: exempt android-ndk from check_openssl_links | Tim D. Smith | |
| Closes Homebrew/homebrew#33415. | |||
| 2014-10-20 | add audit check for system OpenSSL linkage | Tim D. Smith | |
| 2014-10-17 | We don't need a Pathname just to stat the directory | Jack Nagel | |
| 2014-10-17 | formula_cellar_checks: Ruby 1.8 compatible check. | Mike McQuaid | |
| 2014-10-17 | formula_cellar_checks: check exists before glob. | Mike McQuaid | |
| Closes Homebrew/homebrew#33242. | |||
| 2014-10-15 | Exempt libtool and svn from the shadowed headers check | Jack Nagel | |
| 2014-10-13 | Reorganize post-install checks so we can share more code | Jack Nagel | |
| 2014-10-13 | Simplify post-install audit output | Jack Nagel | |
| 2014-10-02 | Audit formulæ for easy-install.pth files | Tim D. Smith | |
| Closes Homebrew/homebrew#32860. | |||
| 2014-10-01 | Post-install audit for shadowed header files | Jack Nagel | |
| 2014-05-21 | add start and stop as generic executables | Adam Vandenberg | |
| 2014-05-21 | Prefer pathname methods over regexp matching | Jack Nagel | |
| 2013-11-12 | audit generic binary names | Adam Vandenberg | |
| Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead. | |||
| 2013-10-19 | Make non-libs warning less judgmental | Jack Nagel | |
| 2013-10-19 | Fix truncation of printed paths in cellar audits | Jack Nagel | |
| 2013-08-05 | fix printing of unexpected bin/lib files | Adam Vandenberg | |
| 2013-07-17 | check_PATH: return early if (s)bin doesn't exist. | Mike McQuaid | |
