git: 652cf285144d - main - security/git-crypt: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:24 UTC
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