Date: Tue, 25 Apr 2023 17:31:00 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: 6f8496f6087b - main - security/rubygem-openssl2: Mark BROKEN with openssl30 Message-ID: <202304251731.33PHV0Vw039031@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=6f8496f6087b9411417b55cae96fd323f3cceeb8 commit 6f8496f6087b9411417b55cae96fd323f3cceeb8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-25 16:50:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-25 17:30:46 +0000 security/rubygem-openssl2: Mark BROKEN with openssl30 Approved by: portmgr (blanket) --- security/rubygem-openssl2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/rubygem-openssl2/Makefile b/security/rubygem-openssl2/Makefile index 58b7c4f097a2..1f6bd2cbad71 100644 --- a/security/rubygem-openssl2/Makefile +++ b/security/rubygem-openssl2/Makefile @@ -13,6 +13,9 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL >= 1.0.1, < 3.0.0 + RUN_DEPENDS= rubygem-ipaddr>=0:net/rubygem-ipaddr USES= cpe gem ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251731.33PHV0Vw039031>