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

crackpkcs: deprecate in future with openssl@1.1 #120363

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Formula/crackpkcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class Crackpkcs < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fe6ba851498a7e734d172a966411bf9d2afed85ba6bd6c85cb3bac2f2d865af"
end

# Match deprecation date of `openssl@1.1` as current release segfaults with `openssl@3`.
# Last release on 2018-03-10.
deprecate! date: "2023-09-11", because: :unmaintained

depends_on "pkg-config" => :build
depends_on "openssl@1.1"

Expand Down