Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 15:15:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9793dcb865fa - main - security/sequoia: Mark BROKEN_SSL
Message-ID:  <202304291515.33TFFDHO021090@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304291515.33TFFDHO021090>