git: c406a3acfcb1 - main - security/krb5-appl: Deprecate and expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 04:33:23 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c406a3acfcb1f970e58899230485a1c5d09d8a60 commit c406a3acfcb1f970e58899230485a1c5d09d8a60 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-07-30 04:27:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-07-30 04:32:13 +0000 security/krb5-appl: Deprecate and expire krb5-appl has not been supported by MIT for a while. The krb5-appl applications would still work with a kdc using a key encrypted with an older cipher. The older ciphers have been deprecated and subsequently removed, resulting in krb5-appl providing no function anymore. I am sure everyone is using ssh with GSSAPI enabled these days. --- security/krb5-appl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index e56467604614..85a50750172e 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -12,6 +12,9 @@ MAINTAINER= cy@FreeBSD.org COMMENT= MIT implementation of RFC 4120 network authentication clients WWW= https://web.mit.edu/kerberos/ +DEPRECATED= Desupported by upstream, uses old ciphers +EXPIRATION_DATE= 2023-10-01 + BUILD_DEPENDS= krb5-config:security/krb5 CONFLICTS= heimdal srp bsdftpd-ssl