git: 4ea503a4d146 - main - devel/kore: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 01:44:48 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ea503a4d146eacfde76402d8a7ca15e15db196c
commit 4ea503a4d146eacfde76402d8a7ca15e15db196c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:32:43 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000
devel/kore: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated RSA_* routines
---
devel/kore/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/kore/Makefile b/devel/kore/Makefile
index 2828be858372..04d61e8bb9f0 100644
--- a/devel/kore/Makefile
+++ b/devel/kore/Makefile
@@ -10,6 +10,9 @@ WWW= http://www.kore.io/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_SSL= openssl30 openssl31
+BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_* routines
+
USES= compiler:c11 gmake ssl
MAKE_ARGS= OPENSSL_PATH=${OPENSSLBASE}