File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- # FIXME: This formula conflicts with the Homebrew official 'openssl@3' formula. (https://github.com/sqlitebrowser/homebrew-tap/issues/1)
2
- # Until fixed, you can install this formula before running 'brew unlink openssl@3'
3
1
class SqlbOpensslAT3 < Formula
4
2
desc "Cryptography and SSL/TLS Toolkit"
5
3
homepage "https://openssl.org/"
@@ -21,14 +19,11 @@ class SqlbOpensslAT3 < Formula
21
19
regex ( /href=.*?openssl[._-]v?(\d +(?:\. \d +)+)\. t/i )
22
20
end
23
21
22
+ keg_only :shadowed_by_macos , "macOS provides LibreSSL"
23
+
24
24
depends_on arch : :arm64
25
25
depends_on "ca-certificates"
26
26
27
- link_overwrite "bin/c_rehash" , "bin/openssl" , "include/openssl/*"
28
- link_overwrite "lib/libcrypto*" , "lib/libssl*"
29
- link_overwrite "lib/pkgconfig/libcrypto.pc" , "lib/pkgconfig/libssl.pc" , "lib/pkgconfig/openssl.pc"
30
- link_overwrite "share/doc/openssl/*" , "share/man/man*/*ssl"
31
-
32
27
# SSLv2 died with 1.1.0, so no-ssl2 no longer required.
33
28
# SSLv3 & zlib are off by default with 1.1.0 but this may not
34
29
# be obvious to everyone, so explicitly state it for now to
@@ -125,4 +120,4 @@ def caveats
125
120
assert_equal checksum , expected_checksum
126
121
end
127
122
end
128
- end
123
+ end
You can’t perform that action at this time.
0 commit comments