The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=d0309745e621dd0554f271f4b7e2bc5e8ff597e4
commit d0309745e621dd0554f271f4b7e2bc5e8ff597e4 Author: Cy Schubert <[email protected]> AuthorDate: 2026-01-19 15:51:47 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2026-02-02 16:47:21 +0000 ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins Fixes: 1f9da4793cb1, dd0ec030f8fd MFC after: 1 week Differential revision: https://reviews.freebsd.org/D54780 --- ObsoleteFiles.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 5231cbb3fe13..1bd4339f5cc2 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,15 @@ # xargs -n1 | sort | uniq -d; # done + +# 20260120: 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 + # 20260120: Made libkrb5profile INTERNALLIB OLD_LIBS+=usr/lib/libkrb5profile.so.122 OLD_FILES+=usr/lib/libkrb5profile.so
