aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_cellar_checks.rb
AgeCommit message (Collapse)Author
2015-04-20formula_cellar_checks: fix memcached shadowing.Mike McQuaid
2015-04-20formula_cellar_checks: ignore memcached shadowing.Mike McQuaid
2015-03-24add method to detect shell profile file based on users' preference shellXu Cheng
Closes #38017. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-24formula_cellar_checks: ignore berkeley-db headers.Mike McQuaid
2015-02-06formula_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-04audit_installed: give better Python adviceTim D. Smith
Update advice about easy-install.pth files. Closes #36547.
2014-11-02FormulaCellarChecks: don't exempt formulas from ssl auditTim D. Smith
Reverts b7b4c59. Closes #33414.
2014-10-29Rename "f" to "formula" in the installerJack Nagel
2014-10-20doctor: exempt android-ndk from check_openssl_linksTim D. Smith
Closes #33415.
2014-10-20add audit check for system OpenSSL linkageTim D. Smith
2014-10-17We don't need a Pathname just to stat the directoryJack Nagel
2014-10-17formula_cellar_checks: Ruby 1.8 compatible check.Mike McQuaid
2014-10-17formula_cellar_checks: check exists before glob.Mike McQuaid
Closes #33242.
2014-10-15Exempt libtool and svn from the shadowed headers checkJack Nagel
2014-10-13Reorganize post-install checks so we can share more codeJack Nagel
2014-10-13Simplify post-install audit outputJack Nagel
2014-10-02Audit formulæ for easy-install.pth filesTim D. Smith
Closes #32860.
2014-10-01Post-install audit for shadowed header filesJack Nagel
2014-05-21add start and stop as generic executablesAdam Vandenberg
2014-05-21Prefer pathname methods over regexp matchingJack Nagel
2013-11-12audit generic binary namesAdam Vandenberg
Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead.
2013-10-19Make non-libs warning less judgmentalJack Nagel
2013-10-19Fix truncation of printed paths in cellar auditsJack Nagel
2013-08-05fix printing of unexpected bin/lib filesAdam Vandenberg
2013-07-17check_PATH: return early if (s)bin doesn't exist.Mike McQuaid
2013-07-17Remove stray quotation markJack Nagel
2013-07-17Escape interpolation examplesJack Nagel
2013-07-16add full lib path to auditAdam Vandenberg
2013-07-16FormulaInstaller: move Cellar checks to module.Mike McQuaid