Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 22:39:00 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: 234bec768bed - main - security/p5-Filter-Crypto: Mark BROKEN_SSL
Message-ID:  <202304302239.33UMd01x023472@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=234bec768bed1ee513c5ad9f5d79abc849c0f177

commit 234bec768bed1ee513c5ad9f5d79abc849c0f177
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-30 20:40:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-30 22:38:45 +0000

    security/p5-Filter-Crypto: Mark BROKEN_SSL
    
    - Cannot detect OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 security/p5-Filter-Crypto/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile
index 0242122113ff..41c36586f757 100644
--- a/security/p5-Filter-Crypto/Makefile
+++ b/security/p5-Filter-Crypto/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS=	p5-PAR-Packer>=0:devel/p5-PAR-Packer
 TEST_DEPENDS=	p5-CPAN-Changes>=0:devel/p5-CPAN-Changes
 
 USES=		perl5 ssl
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Cannot detect OpenSSL 3.0.0 and later
 USE_PERL5=	configure
 
 CONFIGURE_ARGS=	--prefix-dir=${OPENSSLBASE} --defaults



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