Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2025 15:20:46 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Cy Schubert <cy@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default
Message-ID:  <47C3CC37-6F32-4376-900A-B5387B9817D5@freebsd.org>
In-Reply-To: <202507211410.56LEAD6J066633@gitrepo.freebsd.org>
References:  <202507211410.56LEAD6J066633@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21 Jul 2025, at 15:10, Cy Schubert <cy@freebsd.org> wrote:
>=20
> The branch main has been updated by cy:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3Dc7da9fb90b0b6385e99bb7747476359b=
712993fa
>=20
> commit c7da9fb90b0b6385e99bb7747476359b712993fa
> Author:     Cy Schubert <cy@FreeBSD.org>
> AuthorDate: 2025-07-19 14:11:18 +0000
> Commit:     Cy Schubert <cy@FreeBSD.org>
> CommitDate: 2025-07-21 14:07:22 +0000
>=20
>    KRB5: Enable MIT KRB5 by default
>=20
>    Set WITH_MITKRB5=3Dyes as the default.
>=20
>    Rebuild all USES=3Dgssapi ports is recommended.
>=20
>    A clean buildworld is required.

That=E2=80=99s 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(-)
>=20
> 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".)
>=20
> +20250721:
> + WITH_MITKRB5 is now enabled by default. MIT KRB5 has replaced
> + Heimdal in base. Ports that use USES=3Dgssapi 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 =3D \
>     MAIL \
>     MAILWRAPPER \
>     MAKE \
> +    MITKRB5 \
>     MLX5TOOL \
>     NETCAT \
>     NETGRAPH \
> @@ -211,7 +212,6 @@ __DEFAULT_NO_OPTIONS =3D \
>     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
>=20
> /*
>  * __FreeBSD_kernel__ indicates that this system uses the kernel of =
FreeBSD,




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C3CC37-6F32-4376-900A-B5387B9817D5>