openssl@3 3.0.6

* openssl@3 3.0.6
* Remove patch

Closes #112888.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Patrick Linnane 2022-10-11 08:07:36 -07:00 committed by BrewTestBot
parent e9b3f9b06a
commit 645170afa4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 10 deletions

View File

@ -1,9 +1,9 @@
class OpensslAT3 < Formula class OpensslAT3 < Formula
desc "Cryptography and SSL/TLS Toolkit" desc "Cryptography and SSL/TLS Toolkit"
homepage "https://openssl.org/" homepage "https://openssl.org/"
url "https://www.openssl.org/source/openssl-3.0.5.tar.gz" url "https://www.openssl.org/source/openssl-3.0.6.tar.gz"
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-3.0.5.tar.gz" mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-3.0.6.tar.gz"
sha256 "aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a" sha256 "e4a10a2986945e3f1a1f2ebd68ac780449a1773b96b6a174fdf650d6bc9611f1"
license "Apache-2.0" license "Apache-2.0"
livecheck do livecheck do
@ -43,13 +43,6 @@ class OpensslAT3 < Formula
end end
end end
# Fix compile on older macOS (Xcode 10.1 and earlier).
# Remove with the next release.
patch do
url "https://github.com/openssl/openssl/commit/c95e2030c34646176b4843b5f0f48720d896f427.patch?full_index=1"
sha256 "91b4ef7049aec75bd3c2784472b70652cc1bad60e66f6a7129d5061d6004af43"
end
# SSLv2 died with 1.1.0, so no-ssl2 no longer required. # 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 # 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 # be obvious to everyone, so explicitly state it for now to