git: ea4cf0d15120 - main - security/libpki: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 15:15:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea4cf0d151208a1116660e80e19f6d3a4fb5540c commit ea4cf0d151208a1116660e80e19f6d3a4fb5540c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-27 13:48:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 15:14:57 +0000 security/libpki: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0 or later Approved by: portmgr (blanket) --- security/libpki/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/libpki/Makefile b/security/libpki/Makefile index 178ad059e790..a39ce22b650b 100644 --- a/security/libpki/Makefile +++ b/security/libpki/Makefile @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gnome libtool ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0 or later USE_GITHUB= yes GH_ACCOUNT= openca USE_GNOME= libxml2