Skip to content
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

[openssl] Add new version of OpenSSL 3.4.0 #26530

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

datalogics-robb
Copy link
Contributor

Summary

Changes to recipe: openssl/3.4.0

Motivation

Bugfixes in 3.4.0 are needed that prevent using 3.3.2 on CentOS - bump version

Details

  • Add version 3.4.0 of OpenSSL
  • eliminate use of settings_build from the recipe

@datalogics-robb datalogics-robb changed the title Ossl340 [openssl] Add new version of OpenSSL 3.4.0 Feb 4, 2025
@@ -143,7 +147,7 @@ def validate(self):
raise ConanInvalidConfiguration("OpenSSL 3 does not support building shared libraries for iOS")

def build_requirements(self):
if self.settings_build.os == "Windows":
if self._settings_build.os == "Windows":

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why don't you use here if self.settings.os == "Windows": directly?

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.

2 participants