From 527e800d51177cfa27c6f9dec7fe8ca385894e05 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Mon, 2 Mar 2015 09:36:01 +0100 Subject: brew audit: req https for archive.apache.org urls Closes #37313. Signed-off-by: Mike McQuaid --- Library/Homebrew/cmd/audit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 6a5c13a6a..220ccaa81 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -318,6 +318,8 @@ class FormulaAuditor case p when %r[^http://ftp\.gnu\.org/] problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})." + when %r[^http://archive\.apache\.org/] + problem "archive.apache.org urls should be https://, not http (url is #{p})." when %r[^http://code\.google\.com/] problem "code.google.com urls should be https://, not http (url is #{p})." when %r[^http://fossies\.org/] -- cgit v1.2.3