git: 9793dcb865fa - main - security/sequoia: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 15:15:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9793dcb865fa88355b5842e069da9a397e6d6b7b commit 9793dcb865fa88355b5842e069da9a397e6d6b7b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 15:03:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 15:14:59 +0000 security/sequoia: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- security/sequoia/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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