Skip to content

Commit 741f6d5

Browse files
xavierdfacebook-github-bot
authored andcommitted
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
1 parent 588e97c commit 741f6d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/openssl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ openssl
99
libssl-dev
1010

1111
[download]
12-
url = https://www.openssl.org/source/openssl-1.1.1f.tar.gz
13-
sha256 = 186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
12+
url = https://www.openssl.org/source/openssl-1.1.1i.tar.gz
13+
sha256 = e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242
1414

1515
[build]
1616
builder = openssl
17-
subdir = openssl-1.1.1f
17+
subdir = openssl-1.1.1i
1818

1919
[dependencies.os=windows]
2020
perl

0 commit comments

Comments
 (0)