Skip to content

Bump macOS build recommendations to OpenSSL v3.0 - #1112

Merged
erlend-aasland merged 2 commits into
python:mainfrom
erlend-aasland:macos-openssl3
Jun 9, 2023
Merged

Bump macOS build recommendations to OpenSSL v3.0#1112
erlend-aasland merged 2 commits into
python:mainfrom
erlend-aasland:macos-openssl3

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Jun 8, 2023

Copy link
Copy Markdown
Contributor

@erlend-aaslanderlend-aasland linked an issue Jun 8, 2023 that may be closed by this pull request
@erlend-aaslanderlend-aasland changed the title gh-1111: Bump macOS build recommendations to OpenSSL v3.0Bump macOS build recommendations to OpenSSL v3.0Jun 8, 2023
1. removing references to 3.7 which will be end-of-life shortly
and otherwise would require including OpenSSL 1.1.1 libs.
2. removing MacPorts recipe for 3.10 and earlier because there
are conflicts with the use of --with-openssl and the use of
CPPFLAGS/LDFLAGS.

@ned-deilyned-deily left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks! I've pushed some changes to the PR. Rather than try to differentiate between OpenSSL 1.1.1 and 3.x, which would complicate things (like the brew installs) and since we want to get to 3.0 anyway, let's just bite the bullet here. I've also simplified the MacPorts recipes by removing the suggestion for 3.10 and earlier as that doesn't quite build correctly.

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Thanks!

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

LGTM

@erlend-aasland
erlend-aasland merged commit 7620395 into python:mainJun 9, 2023
@erlend-aasland
erlend-aasland deleted the macos-openssl3 branch June 9, 2023 04:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Update macOS build recommendations to use OpenSSL 3.0

2 participants

@erlend-aasland@ned-deily