crackpkcs: deprecate in future with `openssl@1.1`

Closes #120363.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2023-01-11 11:51:39 -08:00 committed by BrewTestBot
parent 0676d626ee
commit c87893594f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 4 additions and 0 deletions

View File

@ -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"