git: 0f2702d9645b - main - net/freebsd-telnetd: Disable Kerberos support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Aug 2025 21:01:21 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f2702d9645b32fe365e1b8c6f2943411157ae6c
commit 0f2702d9645b32fe365e1b8c6f2943411157ae6c
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-08-05 20:37:10 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-08-05 21:01:15 +0000
net/freebsd-telnetd: Disable Kerberos support
15-CURRENT no longer supports the ancient crypto required by telnetd.
Under -STABLE Kerberos support is somewhat limited as telnet/telnetd
only supports principals encrypted using weak encryption. Disable
Kerberos support.
---
net/freebsd-telnetd/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/freebsd-telnetd/Makefile b/net/freebsd-telnetd/Makefile
index d2576741570e..ca4c8095aca0 100644
--- a/net/freebsd-telnetd/Makefile
+++ b/net/freebsd-telnetd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= freebsd-telnetd
DISTVERSIONPREFIX= v
DISTVERSION= 15.0
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= cy@FreeBSD.org
@@ -20,6 +21,7 @@ MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \
BINDIR=${PREFIX}/libexec \
MANDIR=${PREFIX}/share/man/man \
TELNETDIR=${WRKSRC}/contrib/telnet \
+ MK_KERBEROS_SUPPORT=no \
MK_WERROR=no
OPTIONS_DEFINE= IPV6