git: afe976d2bdf7 - main - security/xca: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=afe976d2bdf7a9806422210785e8bf6840e95732 commit afe976d2bdf7a9806422210785e8bf6840e95732 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 15:58:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:18:59 +0000 security/xca: Mark BROKEN_SSL - Uses deprecated and removed OpenSSL routines from OpenSSL 1.1.X Approved by: portmgr (blanket) --- security/xca/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/xca/Makefile b/security/xca/Makefile index 9d64c47d3390..fce533e9e296 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= compiler:c++11-lang desktop-file-utils gmake localbase \ pkgconfig qt:5 shared-mime-info ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Uses deprecated and removed OpenSSL routines USE_QT= buildtools:build core gui help linguist:build sql widgets USE_CXXSTD= c++11