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. Sep 25, 2019
  2. Sep 24, 2019
  3. Sep 23, 2019
  4. Sep 20, 2019
  5. Sep 19, 2019
  6. Sep 18, 2019
  7. Sep 17, 2019
    • Caleb Xu's avatar
      utils/curl.rb: accept 1xx HTTP status codes · 78a0105f
      Caleb Xu authored
      RFC 2616 states:
      
      A client MUST be prepared to accept one or more 1xx status responses
      prior to a regular response, even if the client does not expect a 100
      (Continue) status message. Unexpected 1xx status responses MAY be
      ignored by a user agent.
      
      In the rare cases that we encounter a formula URL with a server that
      provides a preliminary 1xx status code, it seems that (at least during
      audit) we are failing on encountering this status code, even though
      retrieving the file will succeed without issues.
      78a0105f
    • Alec Clarke's avatar
      Check blacklisted Casks when auditing. · af10d133
      Alec Clarke authored
      In some cases, certain Casks shouldn't be resubmitted for specific reasons: difficult to maintain, developers maintain their own version, ...
      
      To make sure these cases are restricted - we can add them to a blacklist and have the blacklist checked as part of the `brew cask audit` steps.
      af10d133
  8. Sep 16, 2019
  9. Sep 15, 2019
Loading