Date: Sat, 29 Apr 2023 15:15:14 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: 20eb03b88d48 - main - audio/mumble: Mark BROKEN_SSL Message-ID: <202304291515.33TFFEA1021109@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=20eb03b88d48a2565569f39a3fc16a3e7b68ed4b commit 20eb03b88d48a2565569f39a3fc16a3e7b68ed4b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 15:07:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 15:14:59 +0000 audio/mumble: Mark BROKEN_SSL - Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON - There are more recent version available on upstream site and might have these fixed Approved by: portmgr (blanket) --- audio/mumble/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index fa996ad9871d..5f93ad019308 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS+= libspeex.so:audio/speex \ libopus.so:audio/opus USES= compiler:c++11-lang cpe desktop-file-utils gl gmake gnome pkgconfig python:build qmake qt:5 ssl xorg +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON PATCHVERSION= ${PORTVERSION} MINORVERSION= ${PORTVERSION:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304291515.33TFFEA1021109>