Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 04:33:23 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c406a3acfcb1 - main - security/krb5-appl: Deprecate and expire
Message-ID:  <202307300433.36U4XNrF081964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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