Skip to content

dmg2img: migrate to openssl@4#284744

Merged
botantony merged 2 commits into
mainfrom
dmg2img-openssl4-mig
May 27, 2026
Merged

dmg2img: migrate to openssl@4#284744
botantony merged 2 commits into
mainfrom
dmg2img-openssl4-mig

Conversation

@daeho-ro

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.

Migrate to openssl@4,

dependency

> brew deps --tree --os linux dmg2img
dmg2img
├── openssl@4
│   └── ca-certificates
├── bzip2
└── zlib-ng-compat

> brew deps --tree --os macos dmg2img
dmg2img
└── openssl@4
    └── ca-certificates

linkage

System libraries:
  /usr/lib/libSystem.B.dylib
  /usr/lib/libbz2.1.0.dylib
  /usr/lib/libz.1.dylib
Homebrew libraries:
  /opt/homebrew/opt/openssl@4/lib/libcrypto.4.dylib (openssl@4)

@daeho-ro daeho-ro added the openssl-4-migration Related to switching to an OpenSSL 4 dependency label May 26, 2026
@daeho-ro

Copy link
Copy Markdown
Member Author

@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

Copy link
Copy Markdown
Contributor

⚠️ Bottle publish failed.

@daeho-ro

Copy link
Copy Markdown
Member Author

I have missed this PR

will cherry-pick soon.

@daeho-ro daeho-ro added the CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. label May 27, 2026
@daeho-ro daeho-ro force-pushed the dmg2img-openssl4-mig branch from 715c615 to a244530 Compare May 27, 2026 07:31
@github-actions github-actions Bot added the autosquash Automatically squash pull request commits according to Homebrew style. label May 27, 2026
@daeho-ro daeho-ro added CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. and removed autosquash Automatically squash pull request commits according to Homebrew style. labels May 27, 2026
@botantony botantony added this pull request to the merge queue May 27, 2026
Merged via the queue into main with commit aea6314 May 27, 2026
28 of 29 checks passed
@botantony botantony deleted the dmg2img-openssl4-mig branch May 27, 2026 10:31
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. CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. openssl-4-migration Related to switching to an OpenSSL 4 dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants