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

compute_sha2: drop support for OS X Leopard #2502

Merged
merged 1 commit into from
Jan 22, 2025
Merged

compute_sha2: drop support for OS X Leopard #2502

merged 1 commit into from
Jan 22, 2025

Conversation

mislav
Copy link
Member

@mislav mislav commented Jan 22, 2025

When computing the SHA-2 checksum, openssl dgst is a potential candidate if openssl was found in PATH. Previously, openssl from Homebrew would also get explicitly added to the candidates list because, historically, Homebrew did not link it to PATH, OS X Leopard did not have shasum, and /usr/bin/openssl could not calculate sha256 checksums.

This drops support for OS X Leopard, which last had an update 15 years ago.

Ref. b396ad7

When computing the SHA-2 checksum, `openssl dgst` is a potential candidate if
openssl was found in PATH. Previously, openssl from Homebrew would also get
explicitly added to the candidates list because, historically, Homebrew did not
link it to PATH, OS X Leopard did not have `shasum`, and system openssl could
not calculate sha256 checksums.

This drops support for OS X Leopard which last had an update 15 years ago.

Ref. b396ad7
@mislav mislav merged commit 1db199c into master Jan 22, 2025
6 checks passed
@mislav mislav deleted the sha2-openssl branch January 22, 2025 21:33
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.

1 participant