git: b5ed862979ed - main - security/pam_ocra: Mark BROKEN_SSL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 30 Apr 2023 22:38:54 UTC
The branch main has been updated by bofh:

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

commit b5ed862979ede19a95849e855e4f3f032c92474a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-30 19:47:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-30 22:38:44 +0000

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

diff --git a/security/pam_ocra/Makefile b/security/pam_ocra/Makefile
index aa3d74482fc7..a20e5c0ada92 100644
--- a/security/pam_ocra/Makefile
+++ b/security/pam_ocra/Makefile
@@ -10,6 +10,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		ssl uidfix
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Requires OpenSSL 3.0.0 deprecated HMAC_ routines
 USE_GITHUB=	yes
 GH_ACCOUNT=	sg2342