Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 17:53:33 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2bda327dba81 - main - security/krb5-119: Flag broken with OpenSSL 3.0 in 14-CURRENT
Message-ID:  <202306251753.35PHrXZx074060@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bda327dba813d7d3506fbf9e0f93db2b451102e

commit 2bda327dba813d7d3506fbf9e0f93db2b451102e
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-25 17:50:33 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-25 17:53:14 +0000

    security/krb5-119: Flag broken with OpenSSL 3.0 in 14-CURRENT
---
 security/krb5-119/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile
index 96f2f892beb5..0ca19bae5549 100644
--- a/security/krb5-119/Makefile
+++ b/security/krb5-119/Makefile
@@ -27,6 +27,7 @@ USES=			compiler:c++11-lang cpe gmake gettext-runtime \
 			perl5 pkgconfig ssl
 BROKEN_SSL=	openssl30 openssl31
 BROKEN_SSL_REASON=	Requires OpenSSL 3.0.0 deprecated RSA_ routines
+BROKEN_FreeBSD_14=	Incompatible with OpenSSL 3.0 in 14-CURRENT
 USE_CSTD=		gnu99
 USE_LDCONFIG=		yes
 USE_PERL5=		build



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