The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=962876cc24ee9fe1f0ee508f420f11fdeac02ee3
commit 962876cc24ee9fe1f0ee508f420f11fdeac02ee3 Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2025-07-24 18:24:33 +0000 Commit: Lexi Winter <i...@freebsd.org> CommitDate: 2025-07-24 18:25:05 +0000 UPDATING: Note the Kerberos package rename (c7da9fb90b0b) --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/UPDATING b/UPDATING index 3fd8a0fd0c0b..2be01f2c98c3 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250724: + The Kerberos packages which are built when WITH_MITKRB5 is enabled + have been renamed from FreeBSD-krb5* to FreeBSD-kerberos*. This + affects pkgbase users who manually enabled WITH_MITKRB5, *or* use + the default value of WITH_MITKRB5 and updated past c7da9fb90b0b + (20250721) which made WITH_MITKRB5 the default. + + In either case, if you have FreeBSD-krb5* packages installed, you + should remove them and (re)install the equivalent FreeBSD-kerberos* + packages instead. + 20250721: WITH_MITKRB5 is now enabled by default. MIT KRB5 has replaced Heimdal in base. Ports that use USES=gssapi must be rebuilt.