Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 01:44:47 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: 2bcf90e0816d - main - net/rpki-client: Mark BROKEN_SSL
Message-ID:  <202305040144.3441il7j079027@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=2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad

commit 2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:15:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000

    net/rpki-client: Mark BROKEN_SSL
    
    - Fails to build with error: libcrypto with RFC3779 support required
    
    Approved by:    portmgr (blanket)
---
 net/rpki-client/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile
index 82bc44ea71f5..ffe05fde1444 100644
--- a/net/rpki-client/Makefile
+++ b/net/rpki-client/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.rpki-client.org/
 
 LICENSE=	ISCL
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	error: libcrypto with RFC3779 support required
+
 BUILD_DEPENDS=	rsync>0:net/rsync
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libtls.so:security/libretls



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