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

Upgrade to scripts to support building Wazuh with OpenSSL 3.0 #2783

Merged
merged 8 commits into from
Jan 19, 2024

Conversation

jr0me
Copy link
Member

@jr0me jr0me commented Jan 18, 2024

Related issue
wazuh/wazuh#17295

Description

Since Wazuh's upgrade to use OpenSSL 3.0 the way we compile it requires some additional changes to the scripts from wazuh-packages.

Tests

  • Build the package in any supported platform
    • Linux
    • Windows
    • macOS
    • Solaris
    • AIX
    • HP-UX

@jr0me jr0me added the level/task Subtask issue label Jan 18, 2024
@jr0me jr0me marked this pull request as draft January 18, 2024 18:24
@jr0me jr0me force-pushed the dev-19058-upgrade-to-openssl3 branch from b317789 to 5e55c0e Compare January 18, 2024 18:36
@TomasTurina TomasTurina removed the level/task Subtask issue label Jan 18, 2024
@TomasTurina TomasTurina marked this pull request as ready for review January 18, 2024 19:09
@TomasTurina TomasTurina linked an issue Jan 18, 2024 that may be closed by this pull request
4 tasks
When exporting PATH we moved the previously defined env PATH to the end
to favor the dependencies installed by the script over the pre installed by the system.

The clean() function no longer deletes the build folder containing gcc and cmake, it only
removes the folder when the -e option is passed to the script.
@jr0me jr0me force-pushed the dev-19058-upgrade-to-openssl3 branch from 82a2c11 to 2f6ac0d Compare January 19, 2024 14:14
@TomasTurina TomasTurina self-requested a review January 19, 2024 14:25
@TomasTurina TomasTurina merged commit aa41eb2 into master Jan 19, 2024
55 checks passed
@TomasTurina TomasTurina deleted the dev-19058-upgrade-to-openssl3 branch January 19, 2024 16:20
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.

Update OpenSSL dependency to 3.0
2 participants