-
Notifications
You must be signed in to change notification settings - Fork 268
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
(Solved) Broken opusfile-git #930
Comments
Brief excerpt from ab-suite.make.log (to include searchable keywords in this report):
Apparently incompatible with OpenSSL 1.1 – may be advisable to remove support for HTTP(S) URL's. |
edit file: For a fresh compile not yet run replace lines 594-604 with
The following lines are ultimately what I did to solve my specific build. Line numbers may vary. Search for this line to find your place. replace line 559 with
replace line 568 with
|
Should be lines 602 and 611 in the latest version. Creating patch and pull request... |
Removing http seems like a big feature loss. |
At least it can be reverted easily when it works again. Alternative? ... Force a dependency to a lower but supported OpenSSL version until a newer version is supported? And - damn, I wanted to test this patch before submitting it, but the next (unrelated) issue breaks it. |
Temporary workaround to avoid incompatibility issues with OpenSSL 1.1 – based on changes suggested by @slyfox1186 in m-ab-s#930 (comment)
Workaround in f77cb0b. |
Was checking why only mingw was affected since opusfile is working fine in Archlinux, but it's because of windows-specific code to get certificates. |
Broken opusfile-git
The text was updated successfully, but these errors were encountered: