Skip to content

Commit

Permalink
wolfssl 3.14.0
Browse files Browse the repository at this point in the history
Closes #24786.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed May 28, 2018
1 parent f379f7f commit e8d19ea
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Formula/wolfssl.rb
@@ -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
Expand Down

0 comments on commit e8d19ea

Please sign in to comment.