Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Upstream] OpenSSL #38

Open
elpiel opened this issue Aug 8, 2023 · 1 comment
Open

[Upstream] OpenSSL #38

elpiel opened this issue Aug 8, 2023 · 1 comment

Comments

@elpiel
Copy link
Member

elpiel commented Aug 8, 2023

After a recent update of dependencies, OpenSSL was failing to build and we had to apply a patch for openssl-src.
Our applied fix is this one:

alexcrichton/openssl-src-rs@release/111...Stremio:openssl-src-rs:release/111

Follow up on PR alexcrichton/openssl-src-rs#196 and issue alexcrichton/openssl-src-rs#188

@elpiel
Copy link
Member Author

elpiel commented Nov 15, 2024

Openssl was updated, however, an issue with openssl-sys when building the 32bit android library is still present in newer versions. See: sfackler/rust-openssl#2163

32bit library is used for the android tv emulator and is the recommended architecture for the emulator so for the time being we should also build it.

For now we use openssl-sys = { version = "=0.9.92" } with openssl = { version = "=0.10.57" }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant