Commit 74c66ce2 authored by Xavier Deguillard's avatar Xavier Deguillard Committed by Facebook GitHub Bot

openssl: update to 1.1.1i

Summary:
I've been trying to get EdenFS to compile on an M1 mac, and openssl only
support these starting with 1.1.1i. From their changelog:

    *) Add support for Apple Silicon M1 Macs with the darwin64-arm64-cc target.
     [Stuart Carnie]

Let's start by upgrading openssl.

Reviewed By: fanzeyi

Differential Revision: D26318433

fbshipit-source-id: dfe1a06ee7061dfcd026b0347eb050155895ebd9
parent 56effb5a
......@@ -9,12 +9,12 @@ openssl
libssl-dev
[download]
url = https://www.openssl.org/source/openssl-1.1.1f.tar.gz
sha256 = 186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
url = https://www.openssl.org/source/openssl-1.1.1i.tar.gz
sha256 = e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242
[build]
builder = openssl
subdir = openssl-1.1.1f
subdir = openssl-1.1.1i
[dependencies.os=windows]
perl
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment