On 21 Jul 2025, at 15:10, Cy Schubert <c...@freebsd.org> wrote:
> 
> The branch main has been updated by cy:
> 
> URL: 
> https://cgit.FreeBSD.org/src/commit/?id=c7da9fb90b0b6385e99bb7747476359b712993fa
> 
> commit c7da9fb90b0b6385e99bb7747476359b712993fa
> Author:     Cy Schubert <c...@freebsd.org>
> AuthorDate: 2025-07-19 14:11:18 +0000
> Commit:     Cy Schubert <c...@freebsd.org>
> CommitDate: 2025-07-21 14:07:22 +0000
> 
>    KRB5: Enable MIT KRB5 by default
> 
>    Set WITH_MITKRB5=yes as the default.
> 
>    Rebuild all USES=gssapi ports is recommended.
> 
>    A clean buildworld is required.

That’s going to be quite annoying and cause a lot of issues given
WITH_CLEAN is now the default. Can we do something in depend-cleanup.sh
to delete everything from the obj tree that needs to be rebuilt if we
detect the wrong kerberos implementation was previously built?

Jess

>    Relnotes:       yes
> ---
> UPDATING             | 5 +++++
> share/mk/src.opts.mk | 2 +-
> sys/sys/param.h      | 2 +-
> 3 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/UPDATING b/UPDATING
> index 196443581158..3fd8a0fd0c0b 100644
> --- a/UPDATING
> +++ b/UPDATING
> @@ -27,6 +27,11 @@ 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".)
> 
> +20250721:
> + WITH_MITKRB5 is now enabled by default. MIT KRB5 has replaced
> + Heimdal in base. Ports that use USES=gssapi must be rebuilt.
> + A clean buildworld is required.
> +
> 20250719:
> Commits 392a82b225 and c00baac0ab both changed the
> internal API between the NFS modules.  As such, all
> diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
> index 387e570f8518..ef43d3c939b2 100644
> --- a/share/mk/src.opts.mk
> +++ b/share/mk/src.opts.mk
> @@ -143,6 +143,7 @@ __DEFAULT_YES_OPTIONS = \
>     MAIL \
>     MAILWRAPPER \
>     MAKE \
> +    MITKRB5 \
>     MLX5TOOL \
>     NETCAT \
>     NETGRAPH \
> @@ -211,7 +212,6 @@ __DEFAULT_NO_OPTIONS = \
>     LOADER_VERIEXEC_PASS_MANIFEST \
>     LLVM_FULL_DEBUGINFO \
>     MALLOC_PRODUCTION \
> -    MITKRB5 \
>     OFED_EXTRA \
>     OPENLDAP \
>     REPRODUCIBLE_BUILD \
> diff --git a/sys/sys/param.h b/sys/sys/param.h
> index bd739eacae6f..f941f021a423 100644
> --- a/sys/sys/param.h
> +++ b/sys/sys/param.h
> @@ -74,7 +74,7 @@
>  * cannot include sys/param.h and should only be updated here.
>  */
> #undef __FreeBSD_version
> -#define __FreeBSD_version 1500053
> +#define __FreeBSD_version 1500054
> 
> /*
>  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


Reply via email to