git: f8051665e4d7 - 2023Q2 - sysutils/cfengine318: Mark IGNORE_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 04:19:05 UTC
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