From nobody Mon Jun 16 06:43:02 2025 X-Original-To: dev-commits-src-main@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 4bLL6k23fGz5VgPT; Mon, 16 Jun 2025 06:43:10 +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 4bLL6j0hbHz3nfs; Mon, 16 Jun 2025 06:43:08 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=kkvqoUgF; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at; dmarc=none Date: Mon, 16 Jun 2025 08:43:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1750056182; bh=Cqqa4N/v15wu6AO9CMbsBDRF4K8/EldvKcaXN64bWZ8=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=kkvqoUgFGEESF1iPNIykKzHk+m63rzdYtT1m3esotFm1fsnXK1+NBNf6lUuAcJ7GB YC7/yC2Dd1Vf4tG8CYp8w+1M3BVZ26ofs7gfHtPY13D+vrLaDjempcZ8VvBTM6KW0O YOX+1GHpOBrHniYB7/G9af94ZHZMvMK3RoQ0xFFoKbkevQNmM6TpTpb9SDPsT7KBx9 ae0zvSzDLCgUjSdaZiCq/cmYQ9i8o+FqfQA5ePbXZhYdILC2/kbgIOo7m901oJmtgm po/2bc881pv+6ruxUc8JEKHceKa87XHC3HqF21Umg79t+QzH1KWK5zY0cuxr8PlTcz 2Az7/TyA/QcHg== 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: af2593e3212c - main - OptionalObsoleteFiles: Support MIT KRB5 Message-ID: References: <202506160251.55G2pvSW063193@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.22 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.987]; NEURAL_HAM_LONG(-0.93)[-0.928]; NEURAL_HAM_SHORT(-0.80)[-0.805]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; TO_DN_SOME(0.00)[]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[gojira.at]; MLMMJ_DEST(0.00)[dev-commits-src-all@freebsd.org,dev-commits-src-main@freebsd.org]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4bLL6j0hbHz3nfs X-Spamd-Bar: --- On Mon, Jun 16, 2025 at 08:09:09AM +0200, Herbert J. Skuhra wrote: > On Mon, Jun 16, 2025 at 02:51:57AM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=af2593e3212ce68d9eb5e5f20d2f0c11f6ee69bd > > > > commit af2593e3212ce68d9eb5e5f20d2f0c11f6ee69bd > > Author: Cy Schubert > > AuthorDate: 2025-06-11 02:54:37 +0000 > > Commit: Cy Schubert > > CommitDate: 2025-06-16 02:49:37 +0000 > > > > OptionalObsoleteFiles: Support MIT KRB5 > > > > If no Kerberos is wanted (MK_KERBEROS == no) remove whatever kerberos > > is installed. > > > > If MIT KRB5 is wanted (MK_MITKRB5 == yes) remove the Heimdal files. > > > > If Heimdal is wanted (MK_MITKRB5 == no) remove the MIT KRB5 files. > > > > Sponsored by: The FreeBSD Foundation > > Differential revision: https://reviews.freebsd.org/D50814 > > --- > > tools/build/mk/OptionalObsoleteFiles.inc | 3257 +++++++++++++++++++++++++++++- > > 1 file changed, 3251 insertions(+), 6 deletions(-) > > 'make delete-old' fails to remove the directories /usr/include/krb5 and > /usr/include/kadm5. The leftover files are: > > -r--r--r-- 1 root wheel 8150 Jan 29 2022 /usr/include/kadm5/admin.h > -r--r--r-- 1 root wheel 2420 Jan 29 2022 > /usr/include/krb5/locate_plugin.h > > Should they be added to OptionalObsoleteFiles? Sorry, the files are already listed (three times). So it must be a different issue.