Skip to content

Performs full dependency update#1041

Open
xarthna wants to merge 1 commit into
Rigellute:masterfrom
xarthna:master
Open

Performs full dependency update#1041
xarthna wants to merge 1 commit into
Rigellute:masterfrom
xarthna:master

Conversation

@xarthna

@xarthna xarthna commented Nov 9, 2022

Copy link
Copy Markdown

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

VoidAny commented Nov 17, 2022

Copy link
Copy Markdown

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.

3 participants