Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 15:15:06 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: ea4cf0d15120 - main - security/libpki: Mark BROKEN_SSL
Message-ID:  <202304291515.33TFF6UL020968@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=ea4cf0d151208a1116660e80e19f6d3a4fb5540c

commit ea4cf0d151208a1116660e80e19f6d3a4fb5540c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-27 13:48:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-29 15:14:57 +0000

    security/libpki: Mark BROKEN_SSL
    
    - Fails to detect OpenSSL 3.0 or later
    
    Approved by:    portmgr (blanket)
---
 security/libpki/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/libpki/Makefile b/security/libpki/Makefile
index 178ad059e790..a39ce22b650b 100644
--- a/security/libpki/Makefile
+++ b/security/libpki/Makefile
@@ -15,6 +15,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf gnome libtool ssl
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to detect OpenSSL 3.0 or later
 USE_GITHUB=	yes
 GH_ACCOUNT=	openca
 USE_GNOME=	libxml2



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