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

Performs full dependency update #1041

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xarthna
Copy link

@xarthna xarthna commented Nov 9, 2022

Does not change Cargo.toml but issues a cargo update for full dependency update.

The reason for this PR is due to Artix Linux rolling release distro (and other distros) moving to openssl-3.* and dropping openssl-1.1. Therefore, spt cannot find libssl.so.1.1 at runtime and needs to be rebuilt against the newer ssl version. The main target package for upgrade is rust-openssl v0.10.42 which is not a top level dependency of the project. According to the rust-openssl project the new version v0.10.42 supports openssl 1.0.1 through 3.x.x. Therefore, I believe this update should be backwards compatible with openssl-1.1 installations.

@VoidAny
Copy link

VoidAny commented Nov 17, 2022

Yep. Running cargo update fixed the problem for me.

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

Successfully merging this pull request may close these issues.

None yet

2 participants