Date: Wed, 3 May 2023 16:20:25 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: 2d2556325079 - main - sysutils/cfengine318: Mark IGNORE_SSL Message-ID: <202305031620.343GKPga051086@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=2d2556325079f9f4881d4954c4a8c463148e04cb commit 2d2556325079f9f4881d4954c4a8c463148e04cb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 15:22:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:59 +0000 sysutils/cfengine318: Mark IGNORE_SSL - Fails to build with error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later - Used IGNORE instead of BROKEN as upstream support for the community version has already ended. Approved by: portmgr (blanket) --- sysutils/cfengine318/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/cfengine318/Makefile b/sysutils/cfengine318/Makefile index 2ad1049516ea..087179479b68 100644 --- a/sysutils/cfengine318/Makefile +++ b/sysutils/cfengine318/Makefile @@ -9,6 +9,8 @@ WWW= https://cfengine.com/ DEPRECATED= Expire one year after cfengine 3.19.0 released EXPIRATION_DATE= 2023-07-02 +IGNORE_SSL= openssl30 openssl31 +IGNORE_SSL_REASON= error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later LICENSE= GPLv3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKPga051086>