Date: Mon, 09 Feb 2026 13:42:32 +0000 From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0e7db4109606 - stable/15 - ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins Message-ID: <6989e448.3c61a.49d7f016@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0e7db410960672e49c89e94edd8aaaffe8004391 commit 0e7db410960672e49c89e94edd8aaaffe8004391 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-19 15:51:47 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-02-09 13:41:56 +0000 ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins Fixes: 1f9da4793cb1, dd0ec030f8fd Differential revision: https://reviews.freebsd.org/D54780 (cherry picked from commit d0309745e621dd0554f271f4b7e2bc5e8ff597e4) --- ObsoleteFiles.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 670a15cfba06..6cb2b129a8fc 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,15 @@ # xargs -n1 | sort | uniq -d; # done + +# 20260202: remove obsolete MIT KRB5 plugin files +OLD_LIBS+=usr/lib/krb5/plugins/kdb/db2.so.121 +OLD_LIBS+=usr/lib/krb5/plugins/preauth/otp.so.121 +OLD_LIBS+=usr/lib/krb5/plugins/preauth/pkinit.so.121 +OLD_LIBS+=usr/lib/krb5/plugins/preauth/spake.so.121 +OLD_LIBS+=usr/lib/krb5/plugins/preauth/test.so.121 +OLD_LIBS+=usr/lib/krb5/plugins/tls/k5tls.so.121 + # 20260202: Made libkrb5profile INTERNALLIB OLD_LIBS+=usr/lib/libkrb5profile.so.122 OLD_FILES+=usr/lib/libkrb5profile.sohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6989e448.3c61a.49d7f016>
