diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-30 19:59:29 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-30 22:38:44 +0000 |
commit | 5b94c2c3fa6d6a5cca784dc990f35a2a526099fe (patch) | |
tree | 7d97b4c7c2525d9e6a39888b70a16c8eb758b089 | |
parent | 06ca1499635a7e85ccb814cf1d25c08acd4d0551 (diff) |
security/krb5-119: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated RSA_ routines
Approved by: portmgr (blanket)
-rw-r--r-- | security/krb5-119/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile index 2ce7ca72df8f..5b295da36e8d 100644 --- a/security/krb5-119/Makefile +++ b/security/krb5-119/Makefile @@ -22,6 +22,8 @@ KERBEROSV_URL= http://web.mit.edu/kerberos/ USES= compiler:c++11-lang cpe gmake gettext-runtime \ gssapi:bootstrap,mit libtool:build localbase \ perl5 pkgconfig ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_ routines USE_CSTD= gnu99 USE_LDCONFIG= yes USE_PERL5= build |