Date: Wed, 3 May 2023 16:20:28 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: 32611605789e - main - security/sslsplit: Mark IGNORE_SSL Message-ID: <202305031620.343GKSJq051125@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=32611605789e8c0f34dc63a1ceb86844682f4f31 commit 32611605789e8c0f34dc63a1ceb86844682f4f31 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 15:39:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:59 +0000 security/sslsplit: Mark IGNORE_SSL - Fails to build with error: undefined symbol: ERR_GET_FUNC which has been deprecated on OpenSSL 3.0.0 and later - Mark DEPRECATED as upstream has mentioned inactivity with the possibility of returning --- security/sslsplit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile index 9bb295ef1525..5139411e6134 100644 --- a/security/sslsplit/Makefile +++ b/security/sslsplit/Makefile @@ -11,6 +11,10 @@ WWW= https://www.roe.ch/SSLsplit LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream has mentioned inactivity with the possibility of returning +IGNORE_SSL= openssl30 openssl31 +IGNORE_SSL_REASON= error: undefined symbol: ERR_GET_FUNC which were deprecated in OpenSSL 3.0.0 and later + LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKSJq051125>