aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-04 01:32:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-04 01:44:29 +0000
commit4ea503a4d146eacfde76402d8a7ca15e15db196c (patch)
tree24a11176a45b1bab7aac799fd1496cdc2f2afa1d
parent2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad (diff)
downloadports-4ea503a4d146eacfde76402d8a7ca15e15db196c.tar.gz
ports-4ea503a4d146eacfde76402d8a7ca15e15db196c.zip
devel/kore: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated RSA_* routines
-rw-r--r--devel/kore/Makefile3
1 files changed, 3 insertions, 0 deletions
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}