diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 15:03:39 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 15:14:59 +0000 |
commit | 9793dcb865fa88355b5842e069da9a397e6d6b7b (patch) | |
tree | 2792ffde7b8ccf86f3bda0fa1e4238fcf345b3ca | |
parent | 594d40be0ea12114aafd6b714c2242595f224f3c (diff) |
security/sequoia: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
-rw-r--r-- | security/sequoia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/sequoia/Makefile b/security/sequoia/Makefile index 96a2a6970918..70a41680eca4 100644 --- a/security/sequoia/Makefile +++ b/security/sequoia/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS+= libgmp.so:math/gmp LIB_DEPENDS+= libnettle.so:security/nettle USES= cargo ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= sequoia-pgp |