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

chore: bump osx Openssl to latest #5041

Merged
merged 5 commits into from
Jan 17, 2025
Merged

chore: bump osx Openssl to latest #5041

merged 5 commits into from
Jan 17, 2025

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Jan 16, 2025

Release Summary:

Resolved issues:

none

Description of changes:

Bump the version of Openssl we test on OSX to 3.4 (latest) from EOL 1.1.1.

Call-outs:

Based on discussions from #5010 - only add 3.4 to the version check test.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? CI

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dougch dougch marked this pull request as ready for review January 16, 2025 23:22
Copy link
Contributor

@boquan-fang boquan-fang left a comment

Choose a reason for hiding this comment

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

Can you add some context for why we are bumping the version for OSX Openssl? The issue mentioned in the PR description didn't explain that.

OPENSSL_1_1_1_INSTALL_DIR="${BREWINSTLLPATH:-"/usr/local/Cellar/openssl@1.1/1.1.1?"}"
BREWINSTLLPATH=$(brew --prefix openssl@3)
OPENSSL_3_INSTALL_DIR="${BREWINSTLLPATH:-"/opt/homebrew/Cellar/openssl@3"}"
Copy link
Contributor

@lrstewart lrstewart Jan 17, 2025

Choose a reason for hiding this comment

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

I wonder if this should just be OPENSSL_INSTALL_DIR or even LIBCRYPTO_INSTALL_DIR so we never have to update all the references again. But I don't think we plan to test awslc here, and we've probably got a while before openssl-4 :P

@dougch dougch added this pull request to the merge queue Jan 17, 2025
Merged via the queue into aws:main with commit 431f014 Jan 17, 2025
44 checks passed
@dougch dougch deleted the openssl-3 branch January 17, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants