wolfssl 3.14.0
Closes #24786. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f379f7fdc7
commit
e8d19ea402
1 changed files with 13 additions and 3 deletions
|
@ -1,11 +1,21 @@
|
|||
class Wolfssl < Formula
|
||||
desc "Embedded SSL Library written in C"
|
||||
homepage "https://www.wolfssl.com/wolfSSL/Home.html"
|
||||
url "https://github.com/wolfSSL/wolfssl/archive/v3.13.0-stable.tar.gz"
|
||||
version "3.13.0"
|
||||
sha256 "3bafeb0cb7eaff80002ba3f7cbb70023757bcc35fc4d82181945b143f1f927c6"
|
||||
head "https://github.com/wolfSSL/wolfssl.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/wolfSSL/wolfssl/archive/v3.14.0-stable.tar.gz"
|
||||
version "3.14.0"
|
||||
sha256 "4ab543c869a65a77dc5d0bc934b9d4852aa3d5834bd2f707a74a936602bd3687"
|
||||
|
||||
# Remove for > 3.14.0
|
||||
# Upstream commit from 6 Mar 2018 "Fix issue with the creation of dummy fips.h header."
|
||||
patch do
|
||||
url "https://github.com/wolfSSL/wolfssl/commit/a7fe5e3502.patch?full_index=1"
|
||||
sha256 "9e814ab006fd222fbf34bcec3fd214814b51fd7e765c5061c479a3ea3f29550d"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "a69bca9ea961cbc8ab86726dc5fdf5fd1c3d78782dfca1032256d3d25b995f54" => :high_sierra
|
||||
|
|
Loading…
Reference in a new issue