git: 594d40be0ea1 - main - net/relayd: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 15:15:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=594d40be0ea12114aafd6b714c2242595f224f3c commit 594d40be0ea12114aafd6b714c2242595f224f3c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 14:42:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 15:14:59 +0000 net/relayd: Mark BROKEN_SSL - Fails to build with OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- net/relayd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 5b7459c96010..953174fc3bbe 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -12,6 +12,8 @@ LICENSE= ISCL BROKEN= fails to build USES= ssl uidfix +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to build with OpenSSL 3.0.0 and later USE_GITHUB= yes GH_ACCOUNT= mmatuska