FS#72779 - [cargo-crev] use system ssl library

Attached to Project: Community Packages
Opened by loqs (loqs) - Thursday, 18 November 2021, 00:03 GMT
Last edited by kpcyrd (kpcyrd) - Friday, 19 November 2021, 12:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To kpcyrd (kpcyrd)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
cargo-crev builds openssl from source instead of using system library [1]. This was fixed upstream by [2]. Thank you kpcyrd.
The PKGBUILD has not been update to pass --no-default-features so currently is using a source built openssl 3.0.0 and openssl 1.1.1.l-1 via curl e.t.c..

Additional info:
* cargo-crev 0.21.3-1
[1] cargo-crev-0.21.3-1-x86_64-build.log.xz
[2] https://github.com/crev-dev/cargo-crev/commit/8fef3d6c06a08baf311de5e0abb401d151e1e1cb
[3] PKGBUILD.diff

Steps to reproduce:
lddtree cargo-crev, shows no direct linkage to libssl.so.1.1
This task depends upon

Closed by  kpcyrd (kpcyrd)
Friday, 19 November 2021, 12:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.21.3-2
Comment by kpcyrd (kpcyrd) - Friday, 19 November 2021, 12:34 GMT
Thanks for the patch!

Loading...