git: dee3229f3d8d - main - dns/dog: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dee3229f3d8dfe24b76d6f8c91029b5b834b0387 commit dee3229f3d8dfe24b76d6f8c91029b5b834b0387 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 17:04:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:19:21 +0000 dns/dog: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- dns/dog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 5890a262dbfb..a416e6a54774 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cargo ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later USE_GITHUB= yes GH_ACCOUNT= ogham