Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:30 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: 0fa0e51a1638 - main - security/p5-openxpki: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKU6H051174@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=0fa0e51a16382510c81a1f97e3608a7126829ace

commit 0fa0e51a16382510c81a1f97e3608a7126829ace
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:45:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:20:00 +0000

    security/p5-openxpki: Mark BROKEN_SSL
    
    - Fails to detect OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 security/p5-openxpki/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index ab7beb2daa51..34249ae7a85f 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.openxpki.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to detect OpenSSL 3.0.0 and later
+
 MY_DEPENDS=	bash:shells/bash \
 		p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
 		p5-Cache-LRU>=0:devel/p5-Cache-LRU \



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