Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:26 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: 2d71732ef706 - main - sysutils/cfengine319: Mark IGNORE_SSL
Message-ID:  <202305031620.343GKQG4051106@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=2d71732ef706a5a534f13a6d5def138c9f62a0b6

commit 2d71732ef706a5a534f13a6d5def138c9f62a0b6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:33:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:59 +0000

    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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKQG4051106>