-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
sslyze: deprecate #145670
sslyze: deprecate #145670
Conversation
0e6a409
to
e247fb2
Compare
e247fb2
to
19e415e
Compare
19e415e
to
a264bd2
Compare
test failure seen before
rerun the failed build |
May be time to deprecate this. As I recall, |
you are right, looks upstream indeed still use openssl 1.1 stuff, just raised an issue for this, nabla-c0d3/nassl#114 |
Signed-off-by: Rui Chen <[email protected]>
a264bd2
to
9d93a02
Compare
# upstream openssl issue report, https://github.com/nabla-c0d3/nassl/issues/114 | ||
deprecate! date: "2023-10-22", because: "Use deprecated OpenSSL 1.1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hold off a few weeks to give upstream time to reply before deprecating, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closing as superseded by #152278 where |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?