sapling/build/fbcode_builder/manifests/openssl
Xavier Deguillard c9c3d39f06 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
2021-02-08 17:23:02 -08:00

21 lines
303 B
Plaintext

[manifest]
name = openssl
[rpms]
openssl-devel
openssl
[debs]
libssl-dev
[download]
url = https://www.openssl.org/source/openssl-1.1.1i.tar.gz
sha256 = e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242
[build]
builder = openssl
subdir = openssl-1.1.1i
[dependencies.os=windows]
perl