Skip to content

[stable-34.0] fix: build error with OpenSSL 4.0 - #10228

Merged
nilsding merged 1 commit into
stable-34.0from
backport/10223/stable-34.0
Jun 23, 2026
Merged

[stable-34.0] fix: build error with OpenSSL 4.0#10228
nilsding merged 1 commit into
stable-34.0from
backport/10223/stable-34.0

Conversation

@backportbot

@backportbot backportbot Bot commented Jun 23, 2026

Copy link
Copy Markdown

Backport of PR #10223

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]>
@backportbot
backportbot Bot requested a review from nilsding June 23, 2026 09:28
@backportbot backportbot Bot added this to the 34.0.0 milestone Jun 23, 2026
@nilsding nilsding linked an issue Jun 23, 2026 that may be closed by this pull request
@nilsding
nilsding enabled auto-merge June 23, 2026 09:29
@github-actions

Copy link
Copy Markdown
Contributor

Artifact containing the AppImage: nextcloud-appimage-pr-10228.zip

Digest: sha256:5d52de9debc788fcac7c70ec36fcb72bf61846fd638b7b8a545855b3c7888e5e

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
nilsding merged commit fae1d9e into stable-34.0 Jun 23, 2026
19 checks passed
@nilsding
nilsding deleted the backport/10223/stable-34.0 branch June 23, 2026 10:22
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)
3 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failure with OpenSSL 4.0

2 participants