From 7812f6984e8696b14d4e87c8aee0b7e36edce883 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Mon, 15 Jul 2019 23:00:58 -0400 Subject: [PATCH] audit: whitelist openssl@1.1 in new formulae --- Library/Homebrew/dev-cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index a22c7c6e88..718c5f5d43 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -391,7 +391,7 @@ module Homebrew if @new_formula && dep_f.keg_only_reason&.reason == :provided_by_macos && dep_f.keg_only_reason.valid? && - !%w[apr apr-util openblas openssl].include?(dep.name) + !%w[apr apr-util openblas openssl openssl@1.1].include?(dep.name) new_formula_problem( "Dependency '#{dep.name}' may be unnecessary as it is provided " \ "by macOS; try to build this formula without it.",