Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 18:06:56 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: 886dcab13ecb - main - www/kristall: Mark BROKEN_SSL
Message-ID:  <202306031806.353I6uot018815@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=886dcab13ecb1c7c5c02fbdfc41de5a2e479a6f5

commit 886dcab13ecb1c7c5c02fbdfc41de5a2e479a6f5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-03 16:13:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 18:03:22 +0000

    www/kristall: Mark BROKEN_SSL
    
    - Requires openssl 1.x branches
    - Mark DEPRECATED
    - Set EXPIRATION_DATE to 2023-07-02
    
    Approved by:    portmgr (blanket)
---
 www/kristall/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/kristall/Makefile b/www/kristall/Makefile
index 8baba5f69b23..e0430178bdc0 100644
--- a/www/kristall/Makefile
+++ b/www/kristall/Makefile
@@ -10,6 +10,9 @@ WWW=		https://kristall.random-projects.net
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	undefined symbol: RSA_generate_key
+
 LIB_DEPENDS=	libcmark.so:textproc/cmark \
 		libgumbo.so:devel/gumbo
 



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