Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 22:38:56 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: 5b94c2c3fa6d - main - security/krb5-119: Mark BROKEN_SSL
Message-ID:  <202304302238.33UMcuLl023404@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=5b94c2c3fa6d6a5cca784dc990f35a2a526099fe

commit 5b94c2c3fa6d6a5cca784dc990f35a2a526099fe
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-30 19:59:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-30 22:38:44 +0000

    security/krb5-119: Mark BROKEN_SSL
    
    - Requires OpenSSL 3.0.0 deprecated RSA_ routines
    
    Approved by:    portmgr (blanket)
---
 security/krb5-119/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile
index 2ce7ca72df8f..5b295da36e8d 100644
--- a/security/krb5-119/Makefile
+++ b/security/krb5-119/Makefile
@@ -22,6 +22,8 @@ KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USES=			compiler:c++11-lang cpe gmake gettext-runtime \
 			gssapi:bootstrap,mit libtool:build localbase \
 			perl5 pkgconfig ssl
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Requires OpenSSL 3.0.0 deprecated RSA_ routines
 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?202304302238.33UMcuLl023404>