From e8d19ea402226b4aeb467e8617ab1d575b2cea16 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 3 Mar 2018 00:55:35 -0800 Subject: [PATCH] wolfssl 3.14.0 Closes #24786. Signed-off-by: ilovezfs --- Formula/wolfssl.rb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Formula/wolfssl.rb b/Formula/wolfssl.rb index 7788b0e1e384..702402a0c649 100644 --- a/Formula/wolfssl.rb +++ b/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