Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2023 17:19:55 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: afe976d2bdf7 - main - security/xca: Mark BROKEN_SSL
Message-ID:  <202304281719.33SHJtTD044745@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=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
 



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