Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 03, 2017
  2. May 02, 2017
  3. Apr 29, 2017
  4. Apr 27, 2017
  5. Apr 26, 2017
    • Mike McQuaid's avatar
      audit: fix audit of new formulae. · 5647fdb2
      Mike McQuaid authored
      When auditing new formulae without `--new-formula` the
      `audit_revision_and_version_scheme` method fails ungracefully. Instead,
      set some better defaults so fewer checks are needed.
      
      Fixes #2551.
      5647fdb2
  6. Apr 25, 2017
  7. Apr 24, 2017
    • Mike McQuaid's avatar
      Fix audit version_scheme and revision checks. · d5155256
      Mike McQuaid authored
      Another attempt at fixing `brew audit` issues around detecting
      `revision` and `version_scheme` changes correctly. First done in #1754
      and #2086 (reverted in #2099 and #2100).
      
      To ease future debugging a `ph` helper has been added to print a hash
      and a series of RSpec tests to verify that the `revision`,
      `version_scheme` and `version` formula version audits behave as
      expected.
      
      Fixes #1731.
      d5155256
  8. Apr 23, 2017
  9. Apr 22, 2017
  10. Apr 20, 2017
  11. Apr 18, 2017
  12. Apr 11, 2017
  13. Apr 05, 2017
  14. Mar 29, 2017
  15. Mar 27, 2017
  16. Mar 26, 2017
  17. Mar 21, 2017
  18. Mar 20, 2017
  19. Mar 17, 2017
    • JCount's avatar
      audit: online - limit download time based on HTTPS determination · 5e8a9fa3
      JCount authored
      Previously, the http_content_headers_and_checksum method always
      downloaded the entire url, including headers. These downloads
      periodically hang, outputting false positives or wreaking havoc on
      the CI. Therefore, use curl's --max-time arg to prevent this by
      setting a hard limit of 600 seconds when the entire file is going
      to be used to detect whether the url can be changed to use the HTTPS
      protocol instead of HTTP. Otherwise, if the url already is HTTPS, limit
      the download time to 25 seconds since only the headers, not contents, matter.
      5e8a9fa3
  20. Mar 13, 2017
  21. Mar 12, 2017
  22. Mar 06, 2017
  23. Mar 05, 2017
  24. Mar 04, 2017
  25. Mar 03, 2017
    • Jonathan Chang's avatar
      audit: reject versions starting with HEAD · 8385f179
      Jonathan Chang authored
      Many parts of Homebrew assume that a version string beginning with
      "HEAD" is, in fact, a head build. A stable version that begins with
      "HEAD" violates this assumption and causes problems, as it's treated
      as a head build in some places and as a stable build in others.
      8385f179
Loading