fix: build error with OpenSSL 4.0 - #10223
Conversation
X509_REQ_get_subject_name() now returns const X509_NAME * in OpenSSL 4.0. Per the OpenSSL migration guide, create a mutable X509_NAME, populate it, and set it on the request with X509_REQ_set_subject_name(). Fixes https://bugs.launchpad.net/ubuntu/+source/nextcloud-desktop/+bug/2154940 Signed-off-by: Ravi Kant Sharma <[email protected]>
4504e47 to
f358885
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-10223.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
nilsding
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
|
/backport to stable-33.0 please |
|
/backport to stable-34.0 please |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
X509_REQ_get_subject_name() now returns
const X509_NAME *in OpenSSL 4.0.Per the OpenSSL migration guide, create a mutable X509_NAME, populate it,
and set it on the request with X509_REQ_set_subject_name().
Fixes https://bugs.launchpad.net/ubuntu/+source/nextcloud-desktop/+bug/2154940