From 2d71732ef706a5a534f13a6d5def138c9f62a0b6 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 3 May 2023 17:33:06 +0200 Subject: sysutils/cfengine319: 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 this version has reached upstream EOL - cfenging actually gets only 6 months of support on non-LTS release. See: https://cfengine.com/blog/2015/releases-after-3-7-0/ - Based on the previous mentioned link and cfengine 3.19.0 release notes from https://cfengine.com/blog/2021/cfengine-3-19-released-collaboration/ this has already reached upstream EOL Approved by: portmgr (blanket) --- sysutils/cfengine319/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysutils/cfengine319/Makefile b/sysutils/cfengine319/Makefile index 30a9c0494984..baa4f7d1b3f1 100644 --- a/sysutils/cfengine319/Makefile +++ b/sysutils/cfengine319/Makefile @@ -10,6 +10,11 @@ WWW= https://cfengine.com/ LICENSE= GPLv3 +IGNORE_SSL= openssl30 openssl31 +IGNORE_SSL_REASON= error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later +DEPRECATED= Upstream EOL reached on 2022-06-30 +EXPIRATION_DATE= 2023-06-03 + CPE_VENDOR= gnu CONFLICTS= cfengine cfengine3[0-9] cfengine3[0-9][0-9] -- cgit v1.2.3