From nobody Tue Jul 22 11:56:56 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 4bmbNW3x2yz62wX7; Tue, 22 Jul 2025 11:57:15 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 4bmbNV6Nbbz3TGB; Tue, 22 Jul 2025 11:57:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 56MBuuvx035114; Tue, 22 Jul 2025 14:56:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 56MBuuvx035114 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 56MBuuBa035113; Tue, 22 Jul 2025 14:56:56 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 22 Jul 2025 14:56:56 +0300 From: Konstantin Belousov To: Cy Schubert Cc: Jessica Clarke , Cy Schubert , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Subject: Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default Message-ID: References: <202507211410.56LEAD6J066633@gitrepo.freebsd.org> <47C3CC37-6F32-4376-900A-B5387B9817D5@freebsd.org> <20250721144645.3BA391BE@slippy.cwsent.com> 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: <20250721144645.3BA391BE@slippy.cwsent.com> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home X-Rspamd-Queue-Id: 4bmbNV6Nbbz3TGB 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:6939, ipnet:2001:470::/32, country:US] On Mon, Jul 21, 2025 at 07:46:45AM -0700, Cy Schubert wrote: > In message <47C3CC37-6F32-4376-900A-B5387B9817D5@freebsd.org>, Jessica > Clarke w > rites: > > On 21 Jul 2025, at 15:10, Cy Schubert 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 > > > AuthorDate: 2025-07-19 14:11:18 +0000 > > > Commit: Cy Schubert > > > 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? > > All binaries that depend on any kerberos libraries must be rebuilt. > WITHOUT_CLEAN will fail at various spots. Meta mode should take care of > this for us. Does the statement mean that ABI for the base libraries was broken? If yes, and the new libs have the same name as the old, we must bump dso versions.