From nobody Mon Jun 16 08:13:16 2025 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bLN7P2wMDz5VmZX; Mon, 16 Jun 2025 08:13:53 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bLN7N6pHSz3YW3; Mon, 16 Jun 2025 08:13:52 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Mon, 16 Jun 2025 10:13:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1750061626; bh=KIUWY8TVpPOW9WswjgTbcfnRv8GmO+LEqaI/dHOk0qk=; h=Date:Message-ID:From:To:Cc:Subject:MIME-Version:Content-Type; b=SsWpxFjA/Cz8mCyPL4u7T5rYfM0NHlG09jBIStratKPdkNk/2ueVvN0PAjFH+yyje ZQQKhrl7HzO1fTmdOYRwKilNZQTSRUP+92o/p+OboP9xsQ0xzHFKQSUX3GXDtCvj7d fvJl1hR/eyxkZm+oqn+RsuNysjR2QX2jYPVFfsh/66L7UoJN5o/q+6gMS7dFsmFeAk r4khCCtZ2Ov9wsnXJlZO65SzoG5XLKWtPyHMRbbNyrIuI9zpmqqR/GV/YkhPFOnAdq VQAm26y1VXmUzFBfpgEGp2tb9LpDRXMrUlXTfkyg3RKReEBVzddkmnSo6Q/4EJvXHd UU/wQ+b6zAcgQ== Message-ID: <87ldpsumsj.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: Cy Schubert Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 29d0bcfd07e3 - main - UPDATING: Add an updating entry for MIT KRB5 MIT KRB5 is not default. People may wish to play with it before it does become default. Add an UPDATING entry to discuss the anything required to update. In-Reply-To: <202506160252.55G2q0m7063272@gitrepo.freebsd.org> References: <202506160252.55G2q0m7063272@gitrepo.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/31.0 Mule/6.0 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4bLN7N6pHSz3YW3 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] Hi. Sorry, me again!=20 On Mon, 16 Jun 2025 04:52:00 +0200, Cy Schubert wrote: >=20 > The branch main has been updated by cy: >=20 > URL: https://cgit.FreeBSD.org/src/commit/?id=3D29d0bcfd07e366bb5cf55b6341= 9c3976f0a80bd6 >=20 > commit 29d0bcfd07e366bb5cf55b63419c3976f0a80bd6 > Author: Cy Schubert > AuthorDate: 2025-06-15 04:58:35 +0000 > Commit: Cy Schubert > CommitDate: 2025-06-16 02:49:38 +0000 >=20 > UPDATING: Add an updating entry for MIT KRB5 MIT KRB5 is not default. > People may wish to play with it before it does become default. Add an > UPDATING entry to discuss the anything required to update. > =20 > Bump __FreeBSD_version to indicate that MIT KRB5 has been imported. > =20 > We will see an another __FreeBSD_version bump when MIT KRB5 becomes > the default Kerberos. > --- > UPDATING | 17 +++++++++++++++++ > sys/sys/param.h | 2 +- > 2 files changed, 18 insertions(+), 1 deletion(-) >=20 > diff --git a/UPDATING b/UPDATING > index b12d31f4bec9..80f9318d85d6 100644 > --- a/UPDATING > +++ b/UPDATING > @@ -27,6 +27,23 @@ 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 > +20250614: > + MIT KRB5 (MIT Kerberos5) has been imported into 15-CURRENT. To > + and install MIT KRB5, add WITH_MITKRB5=3Dyes to /etc/src.conf. This ^^^ Remove? > + will build and install MIT KRB5 1.21.3. And it will remove Heimdal > + 1.5.2 when delete-old and delete-old-libs are run. To revert back > + simply buildworld/installworld again with delete-old-libs and > + delete-old. > + > + At the moment we only know of a couple of ports that might be > + affected. Adjusting libmap.conf does not circumvent runtime issues. > + The few affected ports must be rebuilt. A successful exp-run will be > + run before MIT KRB5 becomes default. > + > + Those using the KDC in FreeBSD base may wish to wait. The Heimdal > + HDB is incompatible with the MIT KRB5 KDC. The migration procedure > + is a little involved. > + I've followed the steps and after running make delete-old I still have heimdal files (executables, headers, etc.) on my system, e.g: $ hxtool --version hxtool (Heimdal 1.5.2) Copyright 1995-2011 Kungliga Tekniska H=F6gskolan Send bug-reports to heimdal-bugs@h5l.org $ kcc --version kcc (Heimdal 1.5.2) Copyright 1995-2011 Kungliga Tekniska H=F6gskolan Send bug-reports to heimdal-bugs@h5l.org $ ls -l /usr/include/heim* -r--r--r-- 1 root wheel 2384 Nov 29 2024 /usr/include/heim_asn1.h -r--r--r-- 1 root wheel 1494 Nov 29 2024 /usr/include/heim_err.h -r--r--r-- 1 root wheel 7078 Nov 29 2024 /usr/include/heim_threads.h -r--r--r-- 1 root wheel 5226 Nov 29 2024 /usr/include/heimbase.h -r--r--r-- 1 root wheel 3870 Nov 29 2024 /usr/include/heimntlm-protos.h -r--r--r-- 1 root wheel 4970 Nov 29 2024 /usr/include/heimntlm.h