Skip to content

Commit

Permalink
security/git-crypt: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent ee9305d commit 652cf28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/git-crypt/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 652cf28

Please sign in to comment.