-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected]: add 1.1.1q bottle.
- Loading branch information
Showing
1 changed file
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
class OpensslAT11 < Formula | ||
desc "Cryptography and SSL/TLS Toolkit" | ||
homepage "https://openssl.org/" | ||
url "https://www.openssl.org/source/openssl-1.1.1o.tar.gz" | ||
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1o.tar.gz" | ||
mirror "http://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1o.tar.gz" | ||
mirror "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1o.tar.gz" | ||
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/old/1.1.1/openssl-1.1.1o.tar.gz" | ||
mirror "http://www.mirrorservice.org/sites/ftp.openssl.org/source/old/1.1.1/openssl-1.1.1o.tar.gz" | ||
sha256 "9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f" | ||
url "https://www.openssl.org/source/openssl-1.1.1q.tar.gz" | ||
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1q.tar.gz" | ||
mirror "http://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1q.tar.gz" | ||
mirror "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1q.tar.gz" | ||
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/old/1.1.1/openssl-1.1.1q.tar.gz" | ||
mirror "http://www.mirrorservice.org/sites/ftp.openssl.org/source/old/1.1.1/openssl-1.1.1q.tar.gz" | ||
sha256 "d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca" | ||
license "OpenSSL" | ||
version_scheme 1 | ||
|
||
|
@@ -17,10 +17,11 @@ class OpensslAT11 < Formula | |
end | ||
|
||
bottle do | ||
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/[email protected]-1.1.1o" | ||
sha256 aarch64_linux: "d3267068771aef6b78f025e314439f4c0af3715c482d1b97558821187fd43f04" | ||
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/[email protected]" | ||
sha256 aarch64_linux: "467822c4ddf5c17e4d3b2d9f938119c9d0e4776c4ce9e692748eb212c4532878" | ||
end | ||
|
||
|
||
keg_only :shadowed_by_macos, "macOS provides LibreSSL" | ||
|
||
depends_on "ca-certificates" | ||
|
@@ -45,17 +46,6 @@ class OpensslAT11 < Formula | |
end | ||
end | ||
|
||
# Fix failing test due to expired certificates. | ||
# Remove with the next version (1.1.1p). | ||
patch do | ||
url "https://github.com/openssl/openssl/commit/73db5d82489b3ec09ccc772dfcee14fef0e8e908.patch?full_index=1" | ||
sha256 "4b04ce0b7a3132c640bdc7726c7efaeb28572c5b8cdffcdc80fea700ded964e3" | ||
end | ||
patch do | ||
url "https://github.com/openssl/openssl/commit/b7ce611887cfac633aacc052b2e71a7f195418b8.patch?full_index=1" | ||
sha256 "6a81f4b2edb9ca3d56d897b4c85faac59fb488434dae6f0b5c525e9f96c879df" | ||
end | ||
|
||
# SSLv2 died with 1.1.0, so no-ssl2 no longer required. | ||
# SSLv3 & zlib are off by default with 1.1.0 but this may not | ||
# be obvious to everyone, so explicitly state it for now to | ||
|