Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:23 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: ee9305d0b3a6 - main - mail/archiveopteryx: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKNa3051040@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=ee9305d0b3a6ae111bacf063944e20de2e0ec82d

commit ee9305d0b3a6ae111bacf063944e20de2e0ec82d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:10:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:59 +0000

    mail/archiveopteryx: Mark BROKEN_SSL
    
    - Fails to build with OpenSSL 3.0.0 and later with
      error: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated
    - mail/archiveopteryx-devel builds fine with OpenSSL 3.0.0 and later.
      Considering using that.
    
    Approved by:    portmgr (blanket)
---
 mail/archiveopteryx/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index c3b176484a9f..b5f2435a0a92 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -10,6 +10,9 @@ WWW=		https://www.archiveopteryx.org/
 
 LICENSE=	MIT
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	error: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated
+
 BUILD_DEPENDS=	jam:devel/jam
 
 USES=		compiler perl5 ssl tar:bzip2



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