Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 04:19:05 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f8051665e4d7 - 2023Q2 - sysutils/cfengine318: Mark IGNORE_SSL
Message-ID:  <202306250419.35P4J5l4017833@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8051665e4d798609e4ab08c0260960351d4eea0

commit f8051665e4d798609e4ab08c0260960351d4eea0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:22:30 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-25 04:18:26 +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)
    
    (cherry picked from commit 2d2556325079f9f4881d4954c4a8c463148e04cb)
---
 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?202306250419.35P4J5l4017833>