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

git-series: switch to openssl@3 #134476

Conversation

fel1x-developer
Copy link
Contributor

See #134251.

@github-actions github-actions bot added the rust Rust use is a significant feature of the PR or issue label Jun 21, 2023
@p-linnane
Copy link
Member

There are a few more references to openssl@1.1 lower in the formula that also need to be changed.

@p-linnane p-linnane added openssl-3-migration Related to switching to an OpenSSL 3 dependency staging-branch-pr This pull request targets a *-staging branch. labels Jun 21, 2023
@fel1x-developer
Copy link
Contributor Author

There are a few more references to openssl@1.1 lower in the formula that also need to be changed.

% brew deps --tree --include-optional --include-test --include-build git-series
git-series
├── libgit2
│ ├── libssh2
│ │ └── openssl@1.1
│ │ └── ca-certificates
│ ├── cmake
class GitSeries < Formula
desc "Track changes to a patch series over time"
homepage "https://github.com/git-series/git-series"
│ └── pkg-config
├── libssh2
│ └── openssl@1.1
│ └── ca-certificates
├── openssl@1.1
│ └── ca-certificates
├── pkg-config
└── rust
├── openssl@3
│ └── ca-certificates
├── pkg-config
├── cmake
├── ninja
│ └── python@3.11
│ ├── mpdecimal
│ ├── openssl@1.1
│ │ └── ca-certificates
│ ├── sqlite
│ │ └── readline
│ ├── xz
│ └── pkg-config
└── python@3.11
├── mpdecimal
├── openssl@1.1
│ └── ca-certificates
├── sqlite
│ └── readline
├── xz
└── pkg-config

#134463
#134264
#134255

Those dependencies seems to be resolved in openssl-migration-staging branch.

Copy link
Member

@p-linnane p-linnane left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions
Copy link
Contributor

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

@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 Jun 21, 2023
@BrewTestBot BrewTestBot merged commit 78ed001 into Homebrew:openssl-migration-staging Jun 21, 2023
@fel1x-developer fel1x-developer deleted the git-series-openssl3 branch June 21, 2023 22:14
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. openssl-3-migration Related to switching to an OpenSSL 3 dependency outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue staging-branch-pr This pull request targets a *-staging branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants