Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:24 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: 652cf285144d - main - security/git-crypt: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKOGG051066@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=652cf285144db35826a1e10730fe1b61cd7d6c28

commit 652cf285144db35826a1e10730fe1b61cd7d6c28
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:16:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:59 +0000

    security/git-crypt: Mark BROKEN_SSL
    
    - Fails to build with error: field has incomplete type 'HMAC_CTX' which
      was deprecated in OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 security/git-crypt/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/git-crypt/Makefile b/security/git-crypt/Makefile
index b27d09c2163d..ab35a8b53881 100644
--- a/security/git-crypt/Makefile
+++ b/security/git-crypt/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.agwa.name/projects/git-crypt/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	error: field has incomplete type 'HMAC_CTX'
+
 RUN_DEPENDS=	git:devel/git \
 		gpg:security/gnupg
 



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