Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 15:15:12 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: 594d40be0ea1 - main - net/relayd: Mark BROKEN_SSL
Message-ID:  <202304291515.33TFFCgG021071@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=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
 



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