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. Feb 19, 2015
  2. Feb 17, 2015
    • Dominyk Tiller's avatar
      audit: extend ssl checks · 51956d34
      Dominyk Tiller authored
      
      Extends the audit checks to GnuPG, a significant chunk of Freedesktop
      domains, and Github Pages. I’ve somewhat hardened my stance towards
      Github Pages from the last time we extended this, hence the new
      inclusion - I did a pretty thorough check through the Homebrew formulae
      that use Github Pages for homepage links and found very few places
      where enforcing SSL/TLS would cause issues - I think a wider
      enforcement is worthwhile.
      
      I’ve also fixed the capitalisation of the taps, if only because at the
      moment it disagrees with what ` puts formula.tap ` outputs (We get
      Homebrew/homebrew-head-only rather than homebrew/homebrew-head-only for
      example).
      
      Closes Homebrew/homebrew#36719.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      51956d34
    • Xu Cheng's avatar
      audit: more information on build deps audit · f204e2e6
      Xu Cheng authored
      
      Closes Homebrew/homebrew#36892.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      f204e2e6
  3. Feb 14, 2015
  4. Feb 08, 2015
  5. Jan 26, 2015
    • Dominyk Tiller's avatar
      audit: stop red-flagging devel-only · 40ddea63
      Dominyk Tiller authored
      
      Currently the bot is failing certain devel-only formulae because it
      thinks having ` devel ` defined with an added ` head ` defined
      as well = a head-only formula.
      
      ```
      ==> audit problems
      docker-machine:
       * Head-only (no stable download)
      ```
      
      This is a pretty simple fix for that problem:
      
      ```
      ==> brew style docker-machine
      1 file inspected, no offenses detected
      ```
      
      Closes Homebrew/homebrew#36197.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      40ddea63
  6. Jan 23, 2015
  7. Jan 06, 2015
    • Dominyk Tiller's avatar
      audit: improve ssl/tls detection · 50d64da1
      Dominyk Tiller authored
      
      I don’t know how maintainers are going to feel about this, to be
      honest. If it’s too clunky, perhaps we could externalise the entire two
      main blocks here and then require that file into the audit instead?
      
      Basically, I’m pushing changes here to better detect a wide-array of
      SSL/TLS available links that either have no auto-redirect in place or
      is a common linking error in formulae. I haven’t spotted any false
      positives yet, but obviously, feel free to try and break the changes
      and I’ll fix as necessary ;).
      
      IMO, this would allow us gradual updates without having to mass-update
      everything at once and stress the bot and inform users they have
      hundreds of updates pending when really it’s just style/basic changes.
      
      Closes Homebrew/homebrew#35551.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      50d64da1
  8. Jan 05, 2015
  9. Jan 04, 2015
  10. Jan 02, 2015
  11. Dec 28, 2014
  12. Dec 27, 2014
  13. Dec 22, 2014
  14. Dec 20, 2014
    • Jack Nagel's avatar
      Deprecate made-up URL schemes · 0344d243
      Jack Nagel authored
      This deprecates URLs that begin with the following fake URL schemes:
        bzr://
        cvs://
        hg://
        fossil://
        svn+http://
      
      Despite their appearance, they are not actually accepted by the
      corresponding tools. They exist only as hints to the download strategy
      detection code, and are stripped from the URL before the URL is handed
      off to the VCS program.
      
      This is not documented, and may lead one to believe it is a valid URL
      that can be used elsewhere, when it actually only works inside Homebrew.
      
      We have a better mechanism for specifying the download strategy that is
      straightforward and explicit:
        :using => :hg
      
      Recommend that instead.
      
      Closes Homebrew/homebrew#35114.
      0344d243
  15. Dec 19, 2014
  16. Nov 13, 2014
  17. Oct 30, 2014
  18. Oct 19, 2014
  19. Oct 17, 2014
  20. Oct 14, 2014
Loading