Skip to content

c2patool: migrate to openssl@4#282112

Merged
BrewTestBot merged 2 commits into
mainfrom
c2patool-openssl@4
May 12, 2026
Merged

c2patool: migrate to openssl@4#282112
BrewTestBot merged 2 commits into
mainfrom
c2patool-openssl@4

Conversation

@cho-m

@cho-m cho-m commented May 11, 2026

Copy link
Copy Markdown
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

@cho-m cho-m added the openssl-4-migration Related to switching to an OpenSSL 4 dependency label May 11, 2026
@github-actions github-actions Bot added the rust Rust use is a significant feature of the PR or issue label May 11, 2026
@cho-m cho-m marked this pull request as draft May 12, 2026 00:20
@cho-m

cho-m commented May 12, 2026

Copy link
Copy Markdown
Member Author

Need to figure out vendored OpenSSL

@cho-m cho-m force-pushed the c2patool-openssl@4 branch from 711b9f5 to e0a019b Compare May 12, 2026 00:36
@cho-m cho-m marked this pull request as ready for review May 12, 2026 01:47
@cho-m cho-m added the ready to merge PR can be merged once CI is green label May 12, 2026
@chenrui333

Copy link
Copy Markdown
Member

I thought the current strategy to get everything into the staging branch and merge over?

@p-linnane p-linnane 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.

@chenrui333 He's been taking care of ones with no dependents: #282103

@github-actions

This comment was marked as outdated.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 12, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 12, 2026 04:37
@BrewTestBot BrewTestBot added this pull request to the merge queue May 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch May 12, 2026
@daeho-ro

Copy link
Copy Markdown
Member

Conflicts with new version bottle..

@cho-m cho-m removed ready to merge PR can be merged once CI is green CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. labels May 12, 2026
@cho-m cho-m force-pushed the c2patool-openssl@4 branch from 98d507c to 6f99698 Compare May 12, 2026 09:39
@cho-m

cho-m commented May 12, 2026

Copy link
Copy Markdown
Member Author

I thought the current strategy to get everything into the staging branch and merge over?

@chenrui333 He's been taking care of ones with no dependents: #282103

The staging branch is best used to migrate the largest connected component. For large migrations, it helps to calculate the connected components and migrate each independently. The more formulae that are modified in a separate branch, the worse the general workflow becomes as you will need to manually handle conflicts and version bumps.

0 dependents + no mixed OpenSSL dependencies in runtime tree should be possible to migrate separately. Also should be possible to handle small number of connected dependents if all are revision bumped together similar to how we've handled Python dependents.

The main issue we want to avoid is mixed versions loaded by the same binary. When symbols in ABI overlap, then this can lead to crashes. We already check for this on macOS but Linux needs manual verification.


Conflicts with new version bottle..

Dropping bottle commit and rebasing to re-run on new version. Looks like a workflow change will need to be fixed before continuing.

@github-actions

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 12, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 12, 2026 12:23
@BrewTestBot BrewTestBot added this pull request to the merge queue May 12, 2026
Merged via the queue into main with commit f19d57c May 12, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the c2patool-openssl@4 branch May 12, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. openssl-4-migration Related to switching to an OpenSSL 4 dependency rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants