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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 18, 2021
-
-
Carlo Cabrera authored
The current offset results in ELF binaries returning an `#arch` of `:dunno`. Also, skip the `check_binary_arches` audit on the generic OS.
-
Carlo Cabrera authored
There have been a few instances I've noticed that we've been silently installing binaries built for x86_64 on ARM. There's probably more that I haven't found yet, so it seems useful to check this with an audit.
-
- Jul 08, 2021
-
-
Carlo Cabrera authored
The output format of `objdump` on Mojave is different from newer versions of macOS, so I've adjusted the relevant audit to account for this difference.
-
- Jul 06, 2021
-
-
Carlo Cabrera authored
Co-authored-by:
Rylan Polster <rslpolster@gmail.com>
-
Carlo Cabrera authored
1. Never install `binutils`. Instead, report an audit failure. 2. Tighten instruction check with a stricter matching strategy.
-
- Jul 04, 2021
-
-
Carlo Cabrera authored
This implements the second audit discussed in #11608.
-
- Apr 27, 2021
-
-
Sean Molenaar authored
-
- Mar 30, 2021
-
-
Mike McQuaid authored
-
- Mar 26, 2021
-
-
Kenneth Chew authored
-
- Mar 15, 2021
-
-
Kenneth Chew authored
Empty files sometimes indicate that problems occurred during building or installation.
-
- Jan 27, 2021
-
-
EricFromCanada authored
-
EricFromCanada authored
-
- Dec 18, 2020
-
-
Mike McQuaid authored
- Refuse to create bottles which have non-relocatable references to `HOMEBREW_LIBRARY`. This allows us to make all bottles ignore where `HOMEBREW_REPOSITORY` is (even those that aren't `cellar :any`). I cannot see any circumstances in which any bottle should link to anything within `HOMEBREW_REPOSITORY`. - Remove audit that becomes unnecessary given the above change. - Relocate references to `@HOMEBREW_LIBRARY@` but don't actually write any references yet. This will allow us to move to using `@HOMEBREW_LIBRARY` and remove all relocation of `HOMEBREW_REPOSITORY` in a future release (2.7.1, most likely).
-
- Dec 17, 2020
-
-
Shaun Jackman authored
-
- Dec 16, 2020
-
-
Shaun Jackman authored
Enable check_repository_references when HOMEBREW_PREFIX == HOMEBREW_REPOSITORY. Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Shaun Jackman authored
Ensure that any references to HOMEBREW_REPOSITORY are within HOMEBREW_LIBRARY.
-
- Oct 21, 2020
-
-
Rylan Polster authored
-
Rylan Polster authored
-
- Oct 10, 2020
-
-
Markus Reiter authored
-
- Sep 11, 2020
-
-
Mike McQuaid authored
-
- Aug 26, 2020
-
-
Markus Reiter authored
-
- May 03, 2020
-
-
Mike McQuaid authored
Check plists so https://github.com/Homebrew/homebrew-services/issues/219 does not occur.
-
- Apr 16, 2020
-
-
Bo Anderson authored
-
- Apr 04, 2020
-
-
Jonathan Chang authored
This avoids an unusual error message when Python is needed for building (e.g., code generation) but is not used at runtime. ``` ==> brew audit recode --online Error: 1 problem in 1 formula detected recode: * Packages have been installed for: but this formula depends on: Python 3.7 ```
-
- Apr 03, 2020
-
-
Bo Anderson authored
-
- Dec 22, 2019
-
-
Dawid Dziurla authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Apr 14, 2019
-
-
EricFromCanada authored
-
EricFromCanada authored
-
- Sep 17, 2018
-
-
Markus Reiter authored
-
- Aug 23, 2018
-
-
Maxim Belkin authored
-
- Aug 15, 2018
-
-
Shaun Jackman authored
-
- May 17, 2018
-
-
Reto Kromer authored
-
- Apr 08, 2018
-
-
Mike McQuaid authored
Fix various circular requirements, method redefinitions, etc.
-
- Oct 18, 2017
-
-
Markus Reiter authored
-
- Aug 03, 2017
-
-
ilovezfs authored
This check is overly opinionated and leads to audit failures no one cares to fix, so let's only run it for new formulae.
-
- Jun 03, 2017
-
-
Markus Reiter authored
-
- Jun 01, 2017
-
-
ilovezfs authored
-
Markus Reiter authored
-
- May 30, 2017
-
-
Misty De Meo authored
-