Skip to content

Commit

Permalink
sysutils/cfengine319: Mark IGNORE_SSL
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent 2d25563 commit 2d71732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sysutils/cfengine319/Makefile
Expand Up @@ -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]
Expand Down

0 comments on commit 2d71732

Please sign in to comment.