From nobody Tue Apr 21 15:52:25 2026 X-Original-To: pkgbase@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 4g0Rh40t4zz6WwMY; Tue, 21 Apr 2026 15:52:36 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g0Rh24zQqz3byZ; Tue, 21 Apr 2026 15:52:34 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cmplx.uk header.s=default header.b=l21sD149; dmarc=pass (policy=reject) header.from=cmplx.uk; spf=pass (mx1.freebsd.org: domain of lists@cmplx.uk designates 185.139.32.190 as permitted sender) smtp.mailfrom=lists@cmplx.uk Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63LFqPkZ081658 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 21 Apr 2026 15:52:26 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776786746; bh=iT/VrbmmiqlvCo7QYNX0D4oxeiuaEnQzhDRSB9ezkGM=; h=Date:From:To:Subject:References:In-Reply-To; b=l21sD1492vvu6+UjQdQq/XwLpciwjlaR7XE5xnmug9V/PpTVc/xf4xboq+gHbobpX v46s9pks0ZqSogKAW7mHngePJYqmor35lzf9ihvu8YHTHSAjjj7cTsqUyeGuNzjJf2 uxwiLuozEvXRe+uQrPJ+Pgs0NYcAovCNlk6+KNYw= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63LFqP9G081657; Tue, 21 Apr 2026 15:52:25 GMT (envelope-from lists) Date: Tue, 21 Apr 2026 15:52:25 +0000 From: Anton Shterenlikht To: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@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.97 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.973]; DMARC_POLICY_ALLOW(-0.50)[cmplx.uk,reject]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[cmplx.uk:s=default]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; MISSING_XM_UA(0.00)[]; ASN(0.00)[asn:25795, ipnet:185.139.32.0/24, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org,pkgbase@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[cmplx.uk:+] X-Rspamd-Queue-Id: 4g0Rh24zQqz3byZ X-Spamd-Bar: --- On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: > hello, > > i've just MFC'd two commits to stable/15[0] which add new packages for > OpenPAM (FreeBSD-pam*) and Zstandard (FreeBSD-zstd*). if you have > set-minimal installed, you do not need to do anything; the new packages > will be installed automatically the next time you run pkg upgrade. > > if you do *not* have set-minimal installed (because you didn't install > with bsdinstall, or because you removed it after installation), you MUST > install the FreeBSD-pam package, otherwise you will no longer be able to > log into the system after updating. > > to display the sets you currently have installed, use this command: > > % pkg query -e '%n ~ FreeBSD-set-*' '%n' > > [0] 95cc7f59b7ce "libpam: Move to a new "pam" package" > 8c61751d078e "zstd: Move to a new zstd package" I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. I'm still figuring out the use of pkg for base upgrades. For a few weeks all was working more or less well (some unexpected reboots, but I had no time to dig into that). After reading your mail, I typed the pkg query command you suggested, which returned nothing. I then did "pkg install FreeBSD-set-minimal". When that completed, I realised that my user is gone.... Looking at /etc/passwd and /etc/master.passwd I see that indeed my user is not there anymore. All my files are owned by my old uid. Is this the expected behaviour? What have I done wrong? I tried to manually add my user, with the uid/gid matching my files, but that didn't seem to work. How can I recover? Thank you Anton From nobody Tue Apr 21 18:57:59 2026 X-Original-To: freebsd-pkgbase@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 4g0WpG5zcYz6ZKGJ for ; Tue, 21 Apr 2026 18:58:14 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic301-22.consmr.mail.gq1.yahoo.com (sonic301-22.consmr.mail.gq1.yahoo.com [98.137.64.148]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g0WpG05GXz47k8 for ; Tue, 21 Apr 2026 18:58:13 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776797886; bh=kGQzlNXfvUKkeitu2ZuXjSOYP5QRmFXY3wlXrLAnP08=; h=Date:Subject:To:References:From:In-Reply-To:From:Subject:Reply-To; b=ccCJItOKT2kER5pInwdhNSkl/rvCUt03DuQ8TkzSCdY7iXeiv8fS9ljjg/kluVSqWEIGTkjlLc9uq7248H9bgJYMPShTjtOoJy1dqOEQne9Iv/NForFIgRwOwtK7F7iKM6fZ/bwlaT+i95y9iGw9gUMbz7FLzIljmUA/p02sA+dqqXAD/1wJo+CRa25bENzXGVcgjyD0Lv38D/boRW7m3Hk7vVXQSw33Upw5eO1zqad+mAMZsa+Db/N3Cug6Fruqf4/uvR4vx20AvXo+/k4MX22Z2rq8rwmTQgatM4Wp7p2yOkCH5j6m09/5A2TPfIrXozMVqaFWDRBSK7gnyb07yQ== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776797886; bh=3Nv7cZMtlSlZLYaOZLhTtMWRr6iX1yAkri+a+GeiTGd=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=oa40D6XnMqMEo+CWJk3Ugq/KHvTWoC74WLOMj90ZMXImga5cQQYoERe1BpTPgCYEUbMhPbhvoc61JBak5nHmenDtOS6wrPxUusa7qVkTCJFBx0D9zh+ZollJzfhtv72T8FLItgERe+DuszdRtJ54N1WWS9ykNdr5rqTKIabTdNrtocZiTLccUwYxfC7c8K3XedIVsKMkQfktpE6DBBGFCltlVQ7vw6TLegZQF8FE9g1JwPx5T6xYRLeJoJny0kYMl0G0kkLpvvoJYIsSghwzW14HQhlOQa2n2liWfE9DvZpaFE8YNwZS8d4wyBFVnsuZjcgtVvLpLxnChuX6wmNebw== X-YMail-OSG: bRO.kFYVM1nCRh6lHp0rTsCUmXJzD._wpzq9xRuzUS1MoQqarYpX67YtE1bSO3U Z9eYenO.mtFHfDC_26THzrWIsN8KKaMqMvN0eqH6EK5kwvTGtJpvP37BBvsP5VmocRVJUxIe6b8w Aohsrz5u1mFXxCjZdI93kuQrOEJEmuLD8hux0alt_7YzbfD3cog5e1tLGzzq5Fo1iXMWC595VN0a 3V85joqLjqYIWcyYi8Qc7KUWHLk4oG1SJG803boDcWfiMUJh8I9eqHHA8dzjdhtxkOoF3E3EPpOQ 7pJcdRuj5HSAXBiO.ivouWJ1kb_Z3vVz6WCp_XNoxLvdcBO6DikPw.E0sharHenngSO2Iv8oMPzF z2wtpp1DymacYvbbcUqQYm9MKBl06jP2C2ycyQViJ1VhSVbSMDDA0HLFDw5PoKpGEUhU2UIEcsIF S3rizo_DWTua3wyhV7cXv37H_40RmFUjBXqIidc95aJZaj45lbShFgs6YmpuVVWqiuImsxeeVqrr uSkCXlN3iEMbS2St6J3haE5gU8_YExB9B1o4OQURiAw96NPzwuAH8Qo3EtM9MUAD4ajpi38pei2n mDJtbGLoWXXr270ISAQc3KV0Kuam.BDpZ_9ZfGU1_sJw3Q6j2hI6gQ7psqRB4bNLQ6zzq8Vtn2ct k0MSZHHaOZiF7.jkMWz3.d4XysSjWbVkCN_6k8kFT7EIGCFwUgDkeZk1sEAhG9SVomYdZLEqeMgo xaUS0UkTxZRNPo3p0x0jrP0w1gzTobAttGmU91xx88GNlg_X9jShWogcKbBYJyWR6fWj1knRW4iV r3NqUQ.QvRA1P1VfjnIKqTTxFYxozibti5msJiLPnCrYH4M8ho9qWPVo2YgJtPWdpf0S.In38uZ5 yspvir_RUZr4JqdiFR0pHv4pqipqFAHoIxMQvhe_QYUAoHTcgRhWXpzfcYTB0E9iQ.dv5tzK6NyJ eL43rzcSobzCpm4vCrFTz3sckc_4iYJnAnww4xCm2S4CcT840IfT6cgXztvD4S2zNrzu6hzPmM7P FgwoVANyOZ3UF6Pl3HgIrpFJrN6Wl.S5iQPs7kzCL6h3mAfKWTk7Y45utqzzYeFyji9_9L1XDI5c l9qkn8qE3tvKq5r2SFnduVOX80UXIJ477OXolg54nv7iJK1OQ6n5pMD4xkwtwSTiF5injO97TFY. 5rftAoBgb_4uRYulTf4A0iAWNOSImLgDVmaBeCxoq7ipJTKkYNx6FGknY.xDSL8YZRAF2._nN69p Fpl61wrdAOvGTLcYfSSAUoGk0EYQWP16DMsODVzpCEkz5WMVKccFaBiDeKNhrTpuVtx8mwfni7J2 zq4vNqb_XuYSlmhHz8uxn8BE9cJmHddS4NmTEyWhhU7HSCZF6Gj6IQjKrQUmMPDMDWmAVe0TL0Lb al2UfQVSV7asmPYJARiGCQ.xisO4YDcTxgUmRXAfZzcnliXy_r8cE8hvS_jxNtfQu.SyWnWhENtQ IgZWqKeYy73wu7WYElhPi70sKa.vYyO4tgrFaAka6De8i9Gfqlg0WsPAspsIXEltjUhkQyBT4hjG FLmE7M5DseT8GfSmtFCEP.a.N7HcgvcFE1m3JIw8Ep5iA.M0r84sLid1nR69vZ1eLqdexEWd74fF a8tq3DjUAhuGRGzIIisTrHitUZxIOzPWZf68EfZ.dmxJlu4yrm1NKKvfdIOkSMHnCSPSJ0t9oFKc 2AhVwQM6qkD4WrBgLZ4QSHiwA1ptBsLUVnQI4uolOMf6Nvn6X_qTkTmdZIYzsVMXGzgY1AHbHvp. 5CDEX_07hbwH3cGTXZGtFjwr.CsAHaO4fYTcoKeLIylNiOuCYdr802OPQAABXPiDu74qK5Fb2LOq dAbjGhh7y8njBSPT3jwlbO0aE7kAvis.AVqHJGEOpdLWLxT8p6V8R2SXYXLYAY6kbL7RD5XEiXjh dxySln_G4ZO4xHx1U1dPoaQ8AledhEy9hmxE890DDXeRKuNShDuMRq0KtrW.dQBKp0o.rbhFsOab lbAbpxU7.3wAsie0rVFZcW6qJ1g5YJsCgT5pd5bCS23YgM4ua.cHucEV7fia3ZmCwuzmXA0_b5nJ fStpoSurTCMkw6Y9bsk7FFyUn0rEarqzzoY6G1_2beGMwhZ9PVhMG8QbIJRzQ0gH1moZm.ml5Ken CaFH7Fuf1MPRiuYKetZRtKhmQ8Gg8HFlH8sFARiF0Uc0PINcByk7mxL_MD30q9z8fKvEjR3R7SNv zOEEvuL9qSjeGj.gdhRNb1pQL1iqLgGX7VYr8hoGdEe191mwo2KUiQjk2gsPWzDWke1_59sWm4yj OeD60qqBdUr6iYsljEpGN0qohvVSWrgaTe.BrQ5pcaQ5QBB9kmQ-- X-Sonic-MF: X-Sonic-ID: 76d63488-b3ba-4bef-85e2-276b54b57ba5 Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.gq1.yahoo.com with HTTP; Tue, 21 Apr 2026 18:58:06 +0000 Received: by hermes--production-gq1-6dfcf9f8b-whkwz (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 09754b5a41b46fa11621ff07c84852e7; Tue, 21 Apr 2026 18:58:00 +0000 (UTC) Message-ID: <1913a8ad-b984-4496-b913-7e7d60d7dc56@yahoo.com> Date: Tue, 21 Apr 2026 11:57:59 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD Errata Notice FreeBSD-EN-26:07.pkgbase [Some notes/reminders about pkgbase /usr/src content and such] To: freebsd-pkgbase@freebsd.org, "freebsd-stable@FreeBSD.org" References: <20260421170210.C2E6B1FE10@freefall.freebsd.org> Content-Language: en-US From: Mark Millard In-Reply-To: <20260421170210.C2E6B1FE10@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4g0WpG05GXz47k8 X-Spamd-Bar: ---- Since this one is about pkgbase contexts . . . On 4/21/26 10:02, FreeBSD Errata Notices wrote: > ============================================================================= > FreeBSD-EN-26:07.pkgbase Errata Notice > The FreeBSD Project > > Topic: Base packages fail to build with newer versions of libucl > > Category: core > Module: packages > Announced: 2026-04-21 > Affects: FreeBSD 15.0 > Corrected: 2026-04-07 11:27:02 UTC (stable/15, 15.0-STABLE) > 2026-04-21 15:44:26 UTC (releng/15.0, 15.0-RELEASE-p6) > > For general information regarding FreeBSD Errata Notices and Security > Advisories, including descriptions of the fields above, security > branches, and the following sections, please visit > . > > I. Background > > The libucl library is used for parsing documents in the UCL markup format. > The base system private Lua (flua) exposes libucl to Lua applications via > the "ucl" module. > > II. Problem Description > > In libucl version 0.9.3, an API change was made in the Lua ucl module > to prohibit the use of certain syntax by default, specifically the > ".include" directive. This change causes the base system package build > ("make update-packages") to fail when the host system is using libucl > 0.9.3 or later. > > III. Impact > > Future versions of FreeBSD, which include libucl 0.9.3 or later, will > be unable to build FreeBSD 15.0 base system packages from source. > > IV. Workaround > > No workaround is available. > > V. Solution > > Update the base system source tree to a supported FreeBSD stable or > release / security branch (releng) dated after the correction date. > > No action is required on the host (build) system. > > To update your system via a source code patch: > > The following patches have been verified to apply to the applicable > FreeBSD release branches. > > a) Download the relevant patch from the location below, and verify the > detached PGP signature using your PGP utility. > > # fetch https://security.FreeBSD.org/patches/EN-26:07/pkgbase.patch > # fetch https://security.FreeBSD.org/patches/EN-26:07/pkgbase.patch.asc > # gpg --verify pkgbase.patch.asc > > b) Apply the patch. Execute the following commands as root: > > # cd /usr/src If /usr/src is from a pkgbase install/upgrade, it is not set up for use with git. That is relevant later below. > # patch < /path/to/patch For folks that do not build their own pkgbase, normally the technique would be to do a normal binary pkgbase update. In this case, using aarch64 as an example context, if that activity included FreeBSD-src-sys and FreeBSD-src (at or later than shown below): FreeBSD-src-sys-15.snap20260421090558.pkg FreeBSD-src-15.snap20260421100537.pkg that should have updated to have source files were based on having had the patch applied. (Snapshot date/time naming will vary across platforms.) > > VI. Correction details > > This issue is corrected as of the corresponding Git commit hash in the > following stable and release branches: > > Branch/path Hash Revision > ------------------------------------------------------------------------- > stable/15/ 976b2ebf4309 stable/15-n282865 > releng/15.0/ f3bbb238daa1 releng/15.0-n281021 > ------------------------------------------------------------------------- > > Run the following command to see which files were modified by a > particular commit: > > # git show --stat /usr/src supplied by pkgbase does not have normal/easy traceability to git hashes so far as I know. (For example, establish a git comparison tree and then recursive diff that and the pkgbase /usr/src --ignoring git infrastructure files that are not in /usr/src/ .) For pkgbase's base_latest distributions (so: stable/15 based in this context) the git hash that would be accurate for /usr/src/sys/ (which has its own .pkg file) might not be an exact match to what would match all of the rest of /usr/src/ (which has its own .pkg file): a commit can occur between the two separate source grabs and make the two hashes distinct. (main also has this property.) Looking at the appropriate (say, * being aarch64): https://pkg.freebsd.org/FreeBSD:15:*/base_latest/?C=M&O=D can help confirm things are in place. Similarly for looking at appropriate base_latest rows in: https://people.freebsd.org/~dbaio/pkg-master-report.html For example: For a while after the announcements went out, freebsd:14:aarch64:64 in pkg-master-report's display showed as "missing" (20 for % Synched) when I looked. (Now it shows 100.) > > Or visit the following URL, replacing NNNNNN with the hash: > > > > To determine the commit count in a working tree (for comparison against > nNNNNNN in the table above), run: > > # git rev-list --count --first-parent HEAD > > VII. References > > The latest revision of this advisory is available at > > > -- === Mark Millard marklmi at yahoo.com From nobody Tue Apr 21 19:52:43 2026 X-Original-To: pkgbase@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 4g0Y1N09yXz6ZRvL for ; Tue, 21 Apr 2026 19:52:56 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic301-22.consmr.mail.gq1.yahoo.com (sonic301-22.consmr.mail.gq1.yahoo.com [98.137.64.148]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g0Y1M3Q9fz4J6K for ; Tue, 21 Apr 2026 19:52:55 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776801168; bh=/Ea3xnUcYT/PMr9TNUWK5hkOnKbq3bwP3tNl1FjfWhc=; h=Date:Subject:To:References:From:In-Reply-To:From:Subject:Reply-To; b=hecN0RLD0PNka+DUtvAW32USdSNzkDph0s3CPkLRlBOe1wUpNmEJglx8LGYms4OtZVrz0TDQdnet53x+dJs0SIUchvvIKXd75a6TUbJZsDuAAhKd1mPnrepo2wdfd6jIbsjQ8GjinctY4sRdZcOPfBdS55b/99ZEXcQgGNl1cOA7A6IHuHouMFV+Sb/wndwYoc/UDyk0Ey/dIp+AmhZwuVPVvUvP+ozBdlNZvd/SSPc9XF7hafkcqg9CD7LdXtGDqkiqNckSinmsQWqqAUHlKS9LzGrBq93ZVs+UbZk4AX9Wcr0KOghBldiP0UVVdNRGsZ80HkWBCD7U3XzupqRJog== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776801168; bh=gjMQLckg9m018CwV2TB+5COVa+sNCyO1cWIUHfhL5cx=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=TVwtXBwg9dK0EdUnd5lDsr4IZOQV74Z15vCLx3wOiXdlyqv14Vt1o7G1AL7Uh5EwVZSF3Am82HFhdXGsi3Vb0/C+fMPyg+vOsgNIAHzQtzasU5nCg0t3f726HUv7qW2zNF5TjrLigZgnnRgKc/W7Xk9q7wxGzpBe80nVb2SIecQkB7SO1IsmrOoVh/w4+KLAKUXoPd55aEW6CUemLTk92ewhdceo9eNoRAqdPA7j7TgzJMlscjqShagEjOSVmcjgse6fhcqyozrJZGk3upk1tQz0A99wHzhClSYzRteLUAQVjVigHN2x9Zd4OE540RR0LbuvdXPNA3xj9opWXu349w== X-YMail-OSG: YnSm5ysVM1mcvOz7OFj__ed3IhnDRSjIJnJl9OH8yti9U_tU61kR8hUagmWNKHT V8j3mZcZRcGkMJaU4Jron7mz3Mr70JqAMELNfgHAl5UaTojzvCcGZsMnY.KGS3EVspSWRQd5vYi7 LdnBdp9v_N1NusYPFxLS8NzBUE6IW78o8w1Pae4h5VJ94C_ivrzI_bUKDtcF.xoTdw.wupNEgn00 TeDp0WE3BVIN_KWlDp.YEPttEiuabj_pNI2TiaK5bcXaVi3Vnpy48hYhkGC6KLOeZaj4qnykrBo0 HJ2_IQ.VSQ.FDWPRYPTuJqk9MLCW5K9yA6_fyDA9R8DSTpDKurkaSQFPOFFOc_xRe2q57GS_ietM 24jrho654OfsZ9wE5DOQphDmDdOv6Xx9xsChhK1_ZrDz9b72VVrGRUxbD2vbgoRVD.N2cFFQbH.B nJAHIehIkwoow9JIjem0SIu.sxz1o2U3pv0SAsAEcmpcwdD_d.JHXIfH_eujKuBPMpfYeNB8uAD1 LCGHywvvDYZ0od0h8wPmm2RzbP70.N_OnOobXY0jci.k_Ln1vC3cesxThtLCTJmD4rrOi1a0A.q4 anCIuXWnnVtU1bDLXTlcc69WK2I7wmqUzgc.sTqupVdVgqQlKimN7jaLIk05Vrr4iDGdDBS4SVpm e9XTCr1Y5Vq6esZcQ_8.6OKroWzZ9UisJDNVPlcvl2w729w5MhWsxZvssDYE9gZKKL.IjtRnr_IE GR6k.IN4Lmm7qLWDVfLzXeEfeolG2Bn2wzWpOyCqZ5JWwmV_Ag4qz_kkJDTtFgy6WcBIY5jB3h2d FgthtM_skWezKMd3ks0YqFdS1cqaL9rjq4UGglzX9RCuDcJXOY4GBYiJSTfpEavLRkf_i_JDEvQ1 ueSygmN0GiYCQccIVDuMM2xMukdy6b982eYaNe81y9VOPKNmRqPlux8GsT9.yLGXAIYT3HdbIgqW I0Y9fWGvnwP1a1Hv0tFEXiCarZdt8rvNue02QC09Dztj3gusynJxCGEd_rw9sR8su3_LeK_SlJy8 sew1r55LViiN1exZILH3wh11Y_rsjJFQ_RtkUl8IVokA037PU35r3Q5oa78tb7WKuqrWXd_8OVWS .mrN16Ijm.mSl3wcLrF_j.OJcKVdzmADkW_ahv.vnQuw8b3YCcq5BJSZCIaOrjI_MNhygHl7g_m. y2_tG5_UDtKHLiItNP2K.v4UyTu6Yvz1xB5LM6RuNfEDRwSKdpaVa3UaJ1lGjWDuHFo5rInJuxOk RkFmpViO41GwjWImUwBjQG4sp.Fz56rUyF94M6k7t_xbkBRnfq7H5hWsGnTP1LQW9tNDikdgRQgN MtAtqKp1_8VrZYCq2JXUa3QHyYR9tWmEhojaqMlvFDfMa9AUuRU4OxpVetwZtDA_HmNU2tpt9ren medSUUm1akLh.EGSDN2aC5.nm9zzk5URjAdrPZdWS4y89DlGJgmx.tl5D0LO5GA6Zngsjclic1bD 5L1AJudREmCos5EqdI9vZ53jJYrEbOS55WrZIL7Ef.N1frabP2K9m2bPRcl.QH2Ujp.z8RLKONQs W4iol83erD5_PKx0DdmemMENz15mhYgKD_iFQHfuvOPQ.uWFh4aQ3jN6UHoR_67Fp5X7wvJ3nh3x 7irJPrDLYowwbdnotn9G5e6bArXdI.taVVUIpstU4qXFsUaXF_FJZbzxofkfMWNL9092Fts.tf0p 6lDZc2s7CgXdvsjtCy4TESgLQ8ErhhIVzzTsdgZhHF2YqdJupvgVL6HcMOWOE0hdLUC4UN4pRQ6G wY.ev9r.Pv.CR_VcYA9M5xjOtARjfxZtjb4boAFCYhTrwhOIkF4iwaxCreU08_P8hVFRFEJz.Mj6 vQZOuM91cWfn8bhYbERGXaj5THiEeWs3hooq3PQ79qWV14ZWWBRGnIshR.dPn0Y4XSWlELvaNMBh Vk6vWxSynNuN4DeTrAfHE4vXNVJAIwghwB25ZxGMvouax4XX.OdoD8UTvItcOnSjEfC9rO1fFcQ7 89C_0WVg2u8RFp5lcyznhEtAz1clrLM9f6QF_6CGljSXOrilYoocpH3IuL1vxqLqS_BhvAgBKuN1 Sb_vB2SYHyRIZPyqL_9Jispqo.rfNeDuksJxyXiXzKl_PYIepmajBhCw0jTg1tTwhLhh0fcF03HS pfjsV7tSmj.3nZd.Xe0icwZmbxnRla02lEsvH_fJdgP53I_0plqn1SgDg9BqVMVcvC87v0lrGFeE 2GC4LyRE54KpAcL7.G5KQiVob0enZehppIsAaZ1yJMkpb8nJ6lTEDzB5XaIjmDPNqTSzfyjh3zW5 dUOFxH4L3pFkASU.PglrKReM8rkNugYCJzhjTK6xt5BT.OUg- X-Sonic-MF: X-Sonic-ID: 385cb539-52e9-4b6b-a048-b94a2181127a Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.gq1.yahoo.com with HTTP; Tue, 21 Apr 2026 19:52:48 +0000 Received: by hermes--production-gq1-6dfcf9f8b-7ggwq (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID f1f4e97252be5887e83b209bf7a24e8e; Tue, 21 Apr 2026 19:52:44 +0000 (UTC) Message-ID: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> Date: Tue, 21 Apr 2026 12:52:43 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht , stable@freebsd.org, pkgbase@freebsd.org References: Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4g0Y1M3Q9fz4J6K X-Spamd-Bar: ---- On 4/21/26 08:52, Anton Shterenlikht wrote: > On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: >> hello, >> >> i've just MFC'd two commits to stable/15[0] which add new packages for >> OpenPAM (FreeBSD-pam*) and Zstandard (FreeBSD-zstd*). if you have >> set-minimal installed, you do not need to do anything; the new packages >> will be installed automatically the next time you run pkg upgrade. >> >> if you do *not* have set-minimal installed (because you didn't install >> with bsdinstall, or because you removed it after installation), you MUST >> install the FreeBSD-pam package, otherwise you will no longer be able to >> log into the system after updating. >> >> to display the sets you currently have installed, use this command: >> >> % pkg query -e '%n ~ FreeBSD-set-*' '%n' >> >> [0] 95cc7f59b7ce "libpam: Move to a new "pam" package" >> 8c61751d078e "zstd: Move to a new zstd package" > > > I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. > I'm still figuring out the use of pkg for base upgrades. > > For a few weeks all was working more or less well (some unexpected > reboots, but I had no time to dig into that). > > After reading your mail, I typed the pkg query command you suggested, > which returned nothing. > I then did "pkg install FreeBSD-set-minimal". > When that completed, I realised that my user is gone.... > > Looking at /etc/passwd and /etc/master.passwd I see that indeed > my user is not there anymore. Did you end up with the likes of: /etc/passwd.pkgsave /etc/master.passwd.pkgsave (Another naming convention when the old file content is left in its original place by path/name is adding a .pkgnew suffix. There is also a prefix naming convention: a .pkgtemp. name prefix, But the prefix naming should not normally be seen.) > All my files are owned by my old uid. > > Is this the expected behaviour? > What have I done wrong? > > I tried to manually add my user, with the uid/gid matching my files, > but that didn't seem to work. > How can I recover? > > Thank you > > Anton > > > -- === Mark Millard marklmi at yahoo.com From nobody Wed Apr 22 07:36:21 2026 X-Original-To: pkgbase@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 4g0rd74Nlfz6bfkJ; Wed, 22 Apr 2026 07:36:27 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g0rd7014Fz3TM6; Wed, 22 Apr 2026 07:36:26 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; none Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63M7aMHk084641 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 22 Apr 2026 07:36:22 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776843383; bh=zJJo8LsTsqFUE4T5s1Agy4xRqdVVGGrXeQlUTblJ2qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=TvAjv0MqincEXiYuGmrvaAxcDfzFnZARvPy/f5HgoQUOlM8O8QPlIF0AoZCnkJbtY pupQ51TYLB1paLXs/z3TrWhh1f2dGJZHG2gccOZWGC3ihA2R2PzD1bfrKpIRNDq+ii J8L6F57CHdo86ou+htGjrwcBtog4x0wR1siibeus= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63M7aL4k084640; Wed, 22 Apr 2026 07:36:21 GMT (envelope-from lists) Date: Wed, 22 Apr 2026 07:36:21 +0000 From: Anton Shterenlikht To: Mark Millard Cc: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> 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:25795, ipnet:185.139.32.0/24, country:US] X-Rspamd-Queue-Id: 4g0rd7014Fz3TM6 X-Spamd-Bar: ---- On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: > On 4/21/26 08:52, Anton Shterenlikht wrote: > > On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: > >> hello, > >> > >> i've just MFC'd two commits to stable/15[0] which add new packages for > >> OpenPAM (FreeBSD-pam*) and Zstandard (FreeBSD-zstd*). if you have > >> set-minimal installed, you do not need to do anything; the new packages > >> will be installed automatically the next time you run pkg upgrade. > >> > >> if you do *not* have set-minimal installed (because you didn't install > >> with bsdinstall, or because you removed it after installation), you MUST > >> install the FreeBSD-pam package, otherwise you will no longer be able to > >> log into the system after updating. > >> > >> to display the sets you currently have installed, use this command: > >> > >> % pkg query -e '%n ~ FreeBSD-set-*' '%n' > >> > >> [0] 95cc7f59b7ce "libpam: Move to a new "pam" package" > >> 8c61751d078e "zstd: Move to a new zstd package" > > > > > > I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. > > I'm still figuring out the use of pkg for base upgrades. > > > > For a few weeks all was working more or less well (some unexpected > > reboots, but I had no time to dig into that). > > > > After reading your mail, I typed the pkg query command you suggested, > > which returned nothing. > > I then did "pkg install FreeBSD-set-minimal". > > When that completed, I realised that my user is gone.... > > > > Looking at /etc/passwd and /etc/master.passwd I see that indeed > > my user is not there anymore. > > Did you end up with the likes of: > > /etc/passwd.pkgsave > /etc/master.passwd.pkgsave Yes, I have /etc/master.passwd.pkgsave So what happened? Is it expected that "pkg install FreeBSD-set-minimal" should erase all ordinary users from /etc/master.passwd and save the original file as /etc/master.passwd.pkgsave? Was I wrong to do "pkg install FreeBSD-set-minimal" on 15.0-RELEASE-p4? Shall I just copy the /etc/master.passwd.pkgsave back to /etc/master.passwd? Thank you Anton From nobody Wed Apr 22 09:25:56 2026 X-Original-To: pkgbase@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 4g0v3b11ZCz6bqmR for ; Wed, 22 Apr 2026 09:26:03 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g0v3Y2wPsz3s3k for ; Wed, 22 Apr 2026 09:26:01 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cmplx.uk header.s=default header.b=KdRxQBF7; dmarc=pass (policy=reject) header.from=cmplx.uk; spf=pass (mx1.freebsd.org: domain of lists@cmplx.uk designates 185.139.32.190 as permitted sender) smtp.mailfrom=lists@cmplx.uk Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63M9PvMu086375 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 22 Apr 2026 09:25:58 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776849958; bh=I84P6PBbEeJvzec1VLqMmDcaK4ypODTE5NiYzavLnkc=; h=Date:From:To:Subject; b=KdRxQBF7rSFy7E2PJVvBZ9om0Ym06XaOv0vGjpIIGye0RBnKV7EjC00Iza4dUUyQr pEa5JgLXtBqFKWigtOuB2tfH8Y68jG7MdO9WkSd/yUQXXEIJggmyP9OJbpfAmGBdMl QjWgYnZaJcGMhai3wSXn5P+fUdqPKthj5/13/u+M= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63M9PvLE086373 for pkgbase@freebsd.org; Wed, 22 Apr 2026 09:25:57 GMT (envelope-from lists) Date: Wed, 22 Apr 2026 09:25:56 +0000 From: Anton Shterenlikht To: pkgbase@freebsd.org Subject: pkg upgrade -r FreeBSD-base minor version Message-ID: List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; DMARC_POLICY_ALLOW(-0.50)[cmplx.uk,reject]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[cmplx.uk:s=default]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[pkgbase@freebsd.org]; ASN(0.00)[asn:25795, ipnet:185.139.32.0/24, country:US]; RCPT_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[pkgbase@freebsd.org]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[cmplx.uk:+] X-Rspamd-Queue-Id: 4g0v3Y2wPsz3s3k X-Spamd-Bar: --- I'm new to pkgbase. I'm on 15.0-RELEASE-p4. Seems the latests 15.0 minor version is 6 (at least that's what I see in security advisories), but how do I upgrade to it? My FreeBSD.conf is: # cat /etc/pkg/FreeBSD.conf # # To disable a repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: # # mkdir -p /usr/local/etc/pkg/repos # echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf # echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf # # Note that the FreeBSD-base repository is disabled by default. # FreeBSD-ports: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } FreeBSD-ports-kmods: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } FreeBSD-base: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}", enabled: yes } I try to upgrade base like this: # pkg upgrade -r FreeBSD-base Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. FreeBSD-base is up to date. Checking for upgrades (1 candidates): 100% Processing candidates (1 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. But after that I'm still on p4, not p6. Is my FreeBSD.conf out of date? Thank you Anton From nobody Wed Apr 22 12:17:44 2026 X-Original-To: pkgbase@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 4g0yst45gZz6ZP87 for ; Wed, 22 Apr 2026 12:17:54 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo75.interia.pl (smtpo75.interia.pl [217.74.67.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4g0yss6Zmxz3F7f for ; Wed, 22 Apr 2026 12:17:53 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Received: from [10.0.0.3] (unknown [45.148.42.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Wed, 22 Apr 2026 14:17:45 +0200 (CEST) Content-Type: multipart/alternative; boundary="------------xb7GauE7ZHHIRTHYSw2F8R0d" Message-ID: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> Date: Wed, 22 Apr 2026 14:17:44 +0200 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: pkg upgrade -r FreeBSD-base minor version To: Anton Shterenlikht , pkgbase@freebsd.org References: Content-Language: en-US From: vermaden In-Reply-To: X-IPL-Priority-Group: 0-0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1776860266; bh=ehpCEFjA4mRG+4K+syxMlNwMVbG0SmNnaxUgs5d/soI=; h=Content-Type:Message-ID:Date:MIME-Version:Subject:To:From; b=iOr98htIYAa8JfantcmlDWMWsRU6Gb8dy+AcaGEowXoCvmAatWvMu8GXLK0ifLrcv YZl5X5lqiWIMOT6v2wSMIIL/ztCSsl6mmOb3yuBxyaHnwTSRKZapZoKB3pi9LuoVFH V/DJk9yJnHebp3D4Vq8bwtMODuz3+TsNfweIi0EM= 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:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Queue-Id: 4g0yss6Zmxz3F7f X-Spamd-Bar: ---- This is a multi-part message in MIME format. --------------xb7GauE7ZHHIRTHYSw2F8R0d Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, can You try to update the repos with 'force' option like that: # pkg update -f ... and then try again this one: # pkg upgrade -r FreeBSD-base Regards, vermaden On 4/22/26 11:25 AM, Anton Shterenlikht wrote: > I'm new to pkgbase. > > I'm on 15.0-RELEASE-p4. > Seems the latests 15.0 minor version is 6 > (at least that's what I see in security advisories), > but how do I upgrade to it? > > My FreeBSD.conf is: > > # cat /etc/pkg/FreeBSD.conf > # > # To disable a repository, instead of modifying or removing this file, > # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: > # > # mkdir -p /usr/local/etc/pkg/repos > # echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf > # echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf > # > # Note that the FreeBSD-base repository is disabled by default. > # > > FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > FreeBSD-base: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}", > enabled: yes > } > > I try to upgrade base like this: > > # pkg upgrade -r FreeBSD-base > Updating FreeBSD-base repository catalogue... > FreeBSD-base repository is up to date. > FreeBSD-base is up to date. > Checking for upgrades (1 candidates): 100% > Processing candidates (1 candidates): 100% > Checking integrity... done (0 conflicting) > Your packages are up to date. > > But after that I'm still on p4, not p6. > > Is my FreeBSD.conf out of date? > > Thank you > > Anton > > --------------xb7GauE7ZHHIRTHYSw2F8R0d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hi,

can You try to update the repos with 'force' option like that:

# pkg update -f

... and then try again this one:

# pkg upgrade -r FreeBSD-base

Regards,

vermaden




On 4/22/26 11:25 AM, Anton Shterenlikht wrote:
I'm new to pkgbase.

I'm on 15.0-RELEASE-p4.
Seems the latests 15.0 minor version is 6
(at least that's what I see in security advisories),
but how do I upgrade to it?

My FreeBSD.conf is:

# cat /etc/pkg/FreeBSD.conf
#
# To disable a repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#   echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
#
# Note that the FreeBSD-base repository is disabled by default.
#

FreeBSD-ports: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
FreeBSD-ports-kmods: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
FreeBSD-base: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",
  enabled: yes
}

I try to upgrade base like this:

# pkg upgrade -r FreeBSD-base
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
FreeBSD-base is up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

But after that I'm still on p4, not p6.

Is my FreeBSD.conf out of date?

Thank you

Anton


--------------xb7GauE7ZHHIRTHYSw2F8R0d-- From nobody Wed Apr 22 12:47:09 2026 X-Original-To: pkgbase@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 4g0zWm4l0dz6ZT5t for ; Wed, 22 Apr 2026 12:47:16 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-19.consmr.mail.gq1.yahoo.com (sonic314-19.consmr.mail.gq1.yahoo.com [98.137.69.82]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g0zWl5lD3z3JdY for ; Wed, 22 Apr 2026 12:47:15 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776862031; bh=Gfv8vKU40eYEwCLEmI7dEyg9AtfuUx2IjeWYJjrRQLs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From:Subject:Reply-To; b=ej+BxOICLqz0ADJytz9SQYZSgSzBHy+HtR0iHowB/RXvY5CbbDUW9ZQiashzG3kDF8JGFHOnFNI9b86fZqZEwaxw/b6lklJ9BdPRyILCAqctt4NvOs5OZw9nHCB2j/5jD5OrKEO8t5/3QsdtP5Qg3bet/czsr4JmSJSYu69G2ErWNdxMmdG12JEfu4pfM77rDPvyCC2dZdqNjg6QU3AlPo3MePDvMCKlzf3LgG+3VHxvtZ/K5ERYVoWLPnzY0xGnHMk+r8c0vVo3reLg57jW1NM/MMa1uHdgvnrPDNkabNOmAi0YBI46b3T97R42dfcMeGHDNXVBU3MB38g0l4ErTg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776862031; bh=Plf8l1OEPV3YvXP0qwiddNNhF1T2MNErCv6fA4Zz8i8=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=JNawnIDDmNk4kVpf9l1kRVaDGIBnwnlNcq0xxrrejaB2QBEUIOkw2lrNW6YvL4SVLnnV0FVhl5aiE1EKxq8Z8vMrZMMpvu1WtXuNtXougfZyrbiRirgQ9nyB05b3AvHxyg0FZ6Otz4lQMccV0DllBQYu2HiCH9yfrwbfGXucBAhpJeFbldyqwbzqy2n+7u74vwlqf9UtbiR5oPnyDCUXO+lNy+dJrPn1a2tKT5+ILClErJgr5h6TKUUC6JzNwR4h201P32XbnF88eKaP+xS3nwHpJyDupEf7odHc1wplNzoZHV617hEh9qxsMpZGxM9/Ew4ZD19RPi7ew0FomDoyyA== X-YMail-OSG: 0F01QH4VM1kLrfjslhi5aUp2kUov.tiJGga6gdjUbTl9iM3sVZOJ_pDgkgOiCxg 73aRoxrdkCaGSXpYj8XbWpGLtMgw6NnLAeQsIjGr41F05jJMnQEJURq12wCqpR.DkVJ5fpTW4XnP EB8_.CjmAeDJkMWXDrufnJ4RkNPqR1p2yporMf1Z5eqEoNuUd7AK.nMfx4ifxTJa11HFhOmWLNRi eETJZFiO12WHY23gRy4OEwywGz08lYghSY3NrYG.WT0DufcuwfiLOHLozJFo9H90w62ZYIErh35O 3Yap5z5hdBVAIUcggqxJbHCo6QZKNRAuLywpuLC5fVWN29wBgFbCOJKWs58JOvKQZPNrOU.a3gt7 X4FfgN.9_dgB599t4HUzQiU0o0YUbBsXQUtF4Nht5wJphP2MVgM3_mz9B5WlyqJjjsQKFfK0it1F ZQfloBNiSf0_hE7BL4t9z9Grip1omj0G.N8xkVMwIr7iGY_8A3b7RAeHZCgKpTCFIUDjv_JVbJZF JmRKEALmzqFMwb1RIt7xGGy7zw9b7DlAg9gOrjRj8kvNqMihxsONXyXhlbb0cBs.H4ewpAELF7lW sBBeahV6wx014zHlomT2838YQqo.HF8mMOXXMXv.T9Ql02uMxOGp1gjCpXau.L5Dt9j3oeGVIsy3 ar6AqeMcnyhW175o6EjdbOq6YT..zz5isdmMy1px62JG7eX.vqLrvm.ExJ2P_nCtzq4wkwHv7VlG FuAihIki74BvvKn0RzpYAxWiLsjkTMZhuDRrOglAxl_VR4Nba32LOUcoHPPAYD2v3YsU5.p3EJDT 8cyix6GDMoxB6D0LYuDwM5tN6Fve9Y.oHesH7DQVmwUEGVCdD7pozEVtKIOha_Wb9PTV8Nv7lCUj q8D7UK9v34FMxIrxpN0xbLRxkGjrq7E7pvHBYNF_FINJuL4oJ_EKtLPF6UWsWP9BxE2GLCxv5VZE Ih93SKscdaKAYkHYtiR0yW6GHKlG_kVyDML_o4EFBbhPFsgkEsLfCKD1oDzVhKNTWUZ7gQAe7aey xOuhtoe1zXm0LEVIoMTlsFSmDFC_fjFT.Z7RjayohAIcxi6apNZqLzHRppLSgttsL3j0JslM8Iyb aXPxbvAxhfTOCM9RzqkwclWeZaH4Zewm5JRCS5qEGmgDGsencm6Bdhv9y9Zr_tjCL4jZ1Qf5JbwJ 219XJT9QtWyecmGiKhJvZH0SCeqBsJNLuA9TWG7gG1.xoeaI4ND3kR_3JDreSY12J1wKR56be54i PwvFwufmf20ZEQetYyVSE9idv4bMtjBgJa2rm71bJYtKp2xw_aM5YP7cHOLwxsfpNnv0v2R6RRDK 9.OC17LB5hjuK5JjKxxiZ88BPzTW0ZsTCNWpw4FRXQE9UkEyRLnatmiLaRt2xhnbhkAFzRDjygFL MlcGAfhMqHoodomDBPq7b_Otg8yR3gStOLjEHj2a.rfMKnm8_RbTCpV0rOrjbD1dIP0qvb0mA20r A2e53TqxEa.cOJflPk09etYsBsrCsWTJCvq6jnvrmQ8vwRvFI4Oqfxiy1y2Yc8HMUsEdrm9gZ1tk hK5l_E.Y9Tk7CdHh3r12jltwYkBNK2G1jxDuwkxQciKi8ol5K1CBYkVy6RyERWzmAOcZII4rww5S LE.Iiogk9byXFtagyVx2t27QhtdGTILDlz4Gkv5aviSBvuruWazdw8vfRnkqFOga37ueGNRQByKd ..mvLReWbBWeqhZ98d4E02uwTQHpo2EX1e5_S4j5kQ3Z65jjvQbHQb.A_yEwgl.BGVpjF7rdQ3Ve nhW3bF.JMTN_LND0W5u5L5YCE5GXSnJXbcrYhPeCtMWClLaXmgcvaP9DnF1nvRh805seoTAd7NHU nSZey7_ge3jDOBN6uZapnm3RxWNoHZLa8WX8EprwnOQibdpr8.pWcqZ9MtaOJtITips_BGI6cTUX olgDnMLNobdb8sO2.f1JG4f2uglQGstlqtpHbui.UnkxwtqIj_JIx1OIiixj5E0JtuWMYV9n4ZOd PXQW08hdBGld3vnYdMQAax.X5vlHvoou4IFt6c_wLfRR6v_vJbRGbh84ZYmYLetz2TgNxbsc1n92 RVh5b.YY7W78Q3ZB9rqYbBUA.A9vIVocy0u5F7SvWVtNrKdwghUpJGWFCcD_hf16MxPoQ2uSnwAn xifFED5WijLgECDIabJW6bIHhB57WwtogYk8vN.27i2D_UW1J2vm8aPqJIlZG42DbLxAczq9Zb0U I0XSc2uXzxxg2inIBiKEdPmL99jNlX.TQhxyoTbFCFiZmrRUMcTmhQg3sk3O2nSk3QDGTXj7LNhO R0FyQyLT4fp0I.IJryj57MEk0lULX3ISm1EUcfWaDBfgO8wU- X-Sonic-MF: X-Sonic-ID: bf8a2023-59e4-4aef-8359-d4bacaf57715 Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.gq1.yahoo.com with HTTP; Wed, 22 Apr 2026 12:47:11 +0000 Received: by hermes--production-gq1-6dfcf9f8b-5skm9 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID fd22da300c42ebdc1f395a1f6cf9a72a; Wed, 22 Apr 2026 12:47:10 +0000 (UTC) Message-ID: <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> Date: Wed, 22 Apr 2026 05:47:09 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht Cc: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4g0zWl5lD3z3JdY X-Spamd-Bar: ---- On 4/22/26 00:36, Anton Shterenlikht wrote: > On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: >> On 4/21/26 08:52, Anton Shterenlikht wrote: >>> On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: >>>> hello, >>>> >>>> i've just MFC'd two commits to stable/15[0] which add new packages for >>>> OpenPAM (FreeBSD-pam*) and Zstandard (FreeBSD-zstd*). if you have >>>> set-minimal installed, you do not need to do anything; the new packages >>>> will be installed automatically the next time you run pkg upgrade. >>>> >>>> if you do *not* have set-minimal installed (because you didn't install >>>> with bsdinstall, or because you removed it after installation), you MUST >>>> install the FreeBSD-pam package, otherwise you will no longer be able to >>>> log into the system after updating. >>>> >>>> to display the sets you currently have installed, use this command: >>>> >>>> % pkg query -e '%n ~ FreeBSD-set-*' '%n' >>>> >>>> [0] 95cc7f59b7ce "libpam: Move to a new "pam" package" >>>> 8c61751d078e "zstd: Move to a new zstd package" >>> >>> >>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. >>> I'm still figuring out the use of pkg for base upgrades. >>> >>> For a few weeks all was working more or less well (some unexpected >>> reboots, but I had no time to dig into that). >>> >>> After reading your mail, I typed the pkg query command you suggested, >>> which returned nothing. >>> I then did "pkg install FreeBSD-set-minimal". >>> When that completed, I realised that my user is gone.... >>> >>> Looking at /etc/passwd and /etc/master.passwd I see that indeed >>> my user is not there anymore. >> >> Did you end up with the likes of: >> >> /etc/passwd.pkgsave >> /etc/master.passwd.pkgsave > > Yes, I have /etc/master.passwd.pkgsave > > So what happened? After pkgbase updates, one should always scan for *.pkgsave and *.pkgnew files (say via find) and then deal with possibly merging/updating/restoring the content --or possibly just deleting the *.pkgsave/*.pkgnew file, as appropriate based on the content. > Is it expected that "pkg install FreeBSD-set-minimal" > should erase all ordinary users from /etc/master.passwd > and save the original file as /etc/master.passwd.pkgsave? > > Was I wrong to do "pkg install FreeBSD-set-minimal" on 15.0-RELEASE-p4? > > Shall I just copy the /etc/master.passwd.pkgsave back to /etc/master.passwd? Do not forget to do something like: # pwd_mkdb -p /etc/master.passwd.pkgsave That would regenerate /etc/spwd.db (secure database) , /etc/pwd.db (insecure database), and /etc/master.passwd --and the -p means it would also regenerate a matching /etc/passwd as well. Once you know the password related files are okay, you may want to delete /etc/master.passwd.pkgsave . You should also check if this pkgbase update or prior ones left any other *.pkgsave or *.pkgnew files for you do deal with for finishing the file updates involved. pkgbase does not deal with picking how some configuration file updates should be done. > > Thank you > > Anton > > -- === Mark Millard marklmi at yahoo.com From nobody Wed Apr 22 14:42:11 2026 X-Original-To: pkgbase@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 4g124V6H4pz6ZgGh for ; Wed, 22 Apr 2026 14:42:18 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g124T6mc8z3khJ for ; Wed, 22 Apr 2026 14:42:17 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; none Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63MEgDuS088565 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 22 Apr 2026 14:42:13 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776868934; bh=MJpmuu10TVWe4UPOQrlPai3yShM6OedygDvgW9yRxmE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=vq444+BeaNH5App34TLdamObps94E7Vdegq1EuOvSANQodIYz5OILeztvdA1kpfVu 96RBTDbm0DrzA0ighRgnG6k5+IxM5bzRhU2CCnZ/iiIgnaYJhB0PWuHFzoo6071xHF ZQOANZFyMtUEV6wtDLVKGpiqsnw0DbqcQl28+evA= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63MEgC0N088564; Wed, 22 Apr 2026 14:42:12 GMT (envelope-from lists) Date: Wed, 22 Apr 2026 14:42:11 +0000 From: Anton Shterenlikht To: vermaden Cc: pkgbase@freebsd.org Subject: Re: pkg upgrade -r FreeBSD-base minor version Message-ID: References: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> 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:25795, ipnet:185.139.32.0/24, country:US] X-Rspamd-Queue-Id: 4g124T6mc8z3khJ X-Spamd-Bar: ---- On Wed, Apr 22, 2026 at 02:17:44PM +0200, vermaden wrote: > Hi, > > can You try to update the repos with 'force' option like that: > > # pkg update -f > > ... and then try again this one: > > # pkg upgrade -r FreeBSD-base > > Regards, > > vermaden That did not help, still the same result: # pkg update -f Updating FreeBSD-ports repository catalogue... Fetching meta.conf: 100% 179 B 0.2 kB/s 00:01 Fetching data: 100% 10 MiB 1.8 MB/s 00:06 Processing entries: 100% FreeBSD-ports repository update completed. 37050 packages processed. Updating FreeBSD-ports-kmods repository catalogue... Fetching meta.conf: 100% 179 B 0.2 kB/s 00:01 Fetching data: 100% 35 KiB 35.8 kB/s 00:01 Processing entries: 100% FreeBSD-ports-kmods repository update completed. 240 packages processed. Updating FreeBSD-base repository catalogue... Fetching meta.conf: 100% 179 B 0.2 kB/s 00:01 Fetching data: 100% 80 KiB 81.8 kB/s 00:01 Processing entries: 100% FreeBSD-base repository update completed. 496 packages processed. All repositories are up to date. # pkg upgrade -r FreeBSD-base Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. FreeBSD-base is up to date. Checking for upgrades (1 candidates): 100% Processing candidates (1 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. # uname -a FreeBSD aob 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 Thank you Anton From nobody Wed Apr 22 14:46:20 2026 X-Original-To: pkgbase@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 4g129F53Zyz6Zh42; Wed, 22 Apr 2026 14:46:25 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g129F3hdcz3kmy; Wed, 22 Apr 2026 14:46:25 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; none Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63MEkLHm088608 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 22 Apr 2026 14:46:22 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776869183; bh=htPfFD5Q/I3C9PdXbFBRdqc25SdNRN+bLUQX25VDRpI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=NU2wB6gfDS2Z+9vljLKuz3w2g6wa9ZL4QSRYUS985kHBFPO+NARTL4wXd2SgQuBwH zeX0vmY6mrNUxW416ledDEqhq2R2Mz1ZBTP5SCxKs9/SNaDU7rc29lKVCtmfy6XJ0z Aud7vjz/rxzpdfTKPGvb9GIvrZvwCkAQD8yoolds= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63MEkLJn088607; Wed, 22 Apr 2026 14:46:21 GMT (envelope-from lists) Date: Wed, 22 Apr 2026 14:46:20 +0000 From: Anton Shterenlikht To: Mark Millard Cc: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> 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:25795, ipnet:185.139.32.0/24, country:US] X-Rspamd-Queue-Id: 4g129F3hdcz3kmy X-Spamd-Bar: ---- On Wed, Apr 22, 2026 at 05:47:09AM -0700, Mark Millard wrote: > On 4/22/26 00:36, Anton Shterenlikht wrote: > > On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: > >>> > >>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. > >>> I'm still figuring out the use of pkg for base upgrades. > >>> > >>> For a few weeks all was working more or less well (some unexpected > >>> reboots, but I had no time to dig into that). > >>> > >>> After reading your mail, I typed the pkg query command you suggested, > >>> which returned nothing. > >>> I then did "pkg install FreeBSD-set-minimal". > >>> When that completed, I realised that my user is gone.... > >>> > >>> Looking at /etc/passwd and /etc/master.passwd I see that indeed > >>> my user is not there anymore. > >> > >> Did you end up with the likes of: > >> > >> /etc/passwd.pkgsave > >> /etc/master.passwd.pkgsave > > > > Yes, I have /etc/master.passwd.pkgsave > > > > So what happened? > > After pkgbase updates, one should always scan for *.pkgsave and *.pkgnew > files (say via find) and then deal with possibly > merging/updating/restoring the content --or possibly just deleting the > *.pkgsave/*.pkgnew file, as appropriate based on the content. > > > Is it expected that "pkg install FreeBSD-set-minimal" > > should erase all ordinary users from /etc/master.passwd > > and save the original file as /etc/master.passwd.pkgsave? > > > > Was I wrong to do "pkg install FreeBSD-set-minimal" on 15.0-RELEASE-p4? > > > > Shall I just copy the /etc/master.passwd.pkgsave back to /etc/master.passwd? > > > Do not forget to do something like: > > # pwd_mkdb -p /etc/master.passwd.pkgsave > > That would regenerate /etc/spwd.db (secure database) , /etc/pwd.db > (insecure database), and /etc/master.passwd --and the -p means it would > also regenerate a matching /etc/passwd as well. > > Once you know the password related files are okay, you may want to > delete /etc/master.passwd.pkgsave . > > > You should also check if this pkgbase update or prior ones left any > other *.pkgsave or *.pkgnew files for you do deal with for finishing the > file updates involved. pkgbase does not deal with picking how some > configuration file updates should be done. Mark, thank you. I missed that this is documented in: https://wiki.freebsd.org/action/show/pkgbase?action=show&redirect=PkgBase#A.pkgsave_files Anton From nobody Wed Apr 22 17:01:20 2026 X-Original-To: pkgbase@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 4g159C1QMzz6Zvp5 for ; Wed, 22 Apr 2026 17:01:35 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-19.consmr.mail.gq1.yahoo.com (sonic314-19.consmr.mail.gq1.yahoo.com [98.137.69.82]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g159549x2z42Hm for ; Wed, 22 Apr 2026 17:01:29 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776877285; bh=bD4yiR7nPA8MD7BEA08OigyEFYcjGv2cikYWdBj0jCc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From:Subject:Reply-To; b=b7Pn1YNvpeHWHFQlt5rCKIFjXyVY9s+bo1iuEFTP6GKIq01lw0wngfsd06ttjPCtrzgl8Yyo1jrdBWPf8VBjfqQlBXqhRTxVElzBa8O57tYkx2ps0rd9dEj+OmW/VOYyU0dG1hHUElh8jWa0Sr1htLoMkrn9ivmD8W02Ax+AfGUzu58KPDhdSmLrotlQ8vEyJpTwUpUCVg1keUBO+cnO4Jls1KPpgM8hwE7iOBWcTaMO7gyYUKx3BeR1yQPTNMOrPVsBNi+QxXekjMUZVKPwWnpcL90DWjfMZ8UpUeQMcNWkhTU7evQ1x6KbpSezvq3oMGDDfBVTL976zAkrdF6eAA== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776877285; bh=cZhpPCZgRiEZy5zlA9ovbgROKEe/gTx8grvkMAofNmJ=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=M9vFD1Mlu3tIaO0JfcxRQO4X77K1mchSTg2NH0msE3kNFjCZLhyx6tMsk/Z6l8hpLhG8gCMjDoizDPQPVD2oj/YnaWQ8dYvVWoEDFLOvW6fuK0OACnYj8Ilxt0CU4S30/cO+b/12THVf3J8o08odGysJ70sRWtocNHN1vLxaHq1rjop5W/Izmt0DR76OYzmjl89jJfwX+LJFVU5+D9KYP1AdfdbwRqU+pPhBZlK3ULQ44ZQd1xFGLMtEpEV63vW2zD0kLfflxf2a4jpBNOppyVDHnFRxn/J2t3ovJ/YXA1g4+Wjo5HEBRJLNNbAUpaMzYQ6dd/6XFHccCwbfutr6xA== X-YMail-OSG: TZTCl_UVM1miwj5Ajv31T2ojON1fzfw3OEU4RCRSbTydUlOQtfCWhn8Exoxp_jD v1UZglZjBClt7kJHi6iWJj9RL57N3qPdtCRGwVXPPkdSf66ScJ5Irmphdn.dYfoD_viecTAvK_kq f2fXEzfUHePAPy7ZetcvJhI1J13OfMQpTVUc6o98WOC.z3YfugTEufCLt._Z77b7ODZYy7szf1E7 _Ym.Wnq2GbITkhx70ONI1Ixlox.RH1sxubdE5diiLr_80vyNRnD4Xnli5cLnRGpIfJ5kIdYxuUJV r0qS9uw.hh01.8PoioKa4OaopSK3zDRrxBSuSqRt44pLaM_DVR_0Uo.48EXC1UQwiXGWpT3eIfs4 l4R6JNglmbuMr05olb3zOarBIneLVY4RpNJHdm.UHZ0qJdnkamb3fFxR5c06XuMMUpJgg0pozvGe VruD0rnGA1pWEJIbgAftguBIi8hB8bTG1FHUYabXBx804JloB0PSpeXjut0MEWwefNz9UjnJMfXl ttigMfLOJA9tEr.O2KSJhMurC2lIj1cvHdbGTBqJETJMTsO7K2q.GMN9WHAOBtSR3N9NYVSeWNAT rSWTUg4ZFpHI3nyBr8K47YxHoCU2NsNM8VpFuqu1laL1wZC.7ZJmYEwlaEwjh16Be4Z4KX4XXov6 o2Wuep7yvTRde0UHxAELAenyn4HKeesXEII4.nV55I3mfuyAvkujGIGuGtffv64yIJwERg9pGvTk CIviPmQaeglH26RA4TPoC.8rCVkFBGAIc69tIoueTHjds6ezCiUyOC01RICysh36rihAE6d5Yyao _pC3ReO7hs.1Ca0f3kmQdf9s1U1zxX_HK43U7HUZ2UPvKPCXJBHEdmHu6jHoh7pVaHyGfbQOiX.L V40aiQT3Y6xZJHOKKyLcQKkAT9buj0ybTWZWRP69SbMDzfujJiBl05XWgwTEPntQ2mcHVBgcEsNm q6wgAfTTzizdB8arQj0kr41wOUU.uTQEZGo95lIYCmwfitzLGOVrl9jxkAYdvvF8HML70UI.zMAh PLyPK8zLaFsBQ2voX2sVeBqZ3ZBjLW77YyUSkIxNjPoIR3VIY0do9N2tl00yJvUMhv5MWoIIRugZ JiDdldR3wb62Lg4zYV4mi960R4WbshEPe4IgWH7E7MTiYj.O1F_1ybUzi4py9y0xvt5PYCgCgFqA gPKKCRJZCmgtghJ.zuqiT93N4LrW5.tMSWJYq2PQ8gZZj_IjiyCXSB4TX_ir6BsiaG9tl9h0fzIK hlUJbBjgxctp9nxXxI1OoJGOifkgob88R_dscRaJugL_z6rlMEckC9Py1GUXX7MOKCDIZaj8pImZ R4ga53kXUOeH2rGqfvVm5lCMO3sHODBQSMYDa0ZqzrXP_vMLwWqBQp3KnutBPVPovojEmimvMHCC c7Qs9kqKY1icwppcNPvTvVT9yZzKtUsTNyM.8bCTpsiEDYOyrqrAWDV8H3uw2fGF70IPMjOb9RTb aABy5w08UA5E5uSMmoYjS90iB4SsJt_.1raLSvo2Ot83l0JVnJI6zo1rv1GixMmpySu02J3DvJQf mfr9Fa8NZ7iK73IibyWY0zkk8J987kSbKkiYO8nHTgTfqkhFissD0grrC6iSEA1tnn3hTIYjZqia CMtdF8KJRmI3ij4Xk5Tn50eS._xZqRa51FFOUu8E2bzpPvXNueli6hIchTwxYLHi_T9GbZQikgfH JFA8qm8H5p8IeKhW_k3KOt46BAXbpG_SYVzwGbF1nkGxPv6wIgCbWoOjyj6XdvyS8IHeBMpsCHie A6P4rlU5653vOsG3bY38fbdxwiopih1qx4eIiorUCJbwz_0NNEydLcnqfuKDlUZX9rFDQfzB5Lg3 twtMwfLcwo4Np.S80Ak6YdzeGxO_ALX5wlgIpFzVz74iuIr32EB6OSu72thhQS2Ok5GGchoUIe1Q VY7dpP_RLvvQKA6vqPfnI2qUKUIPySN7j1BUgh0R4Qh.g748ujNmC6wXA3RyCwReWaZ0pl6Z3J84 ghyc5VWgxwUMjxUU87pLDdocf0zuAWHWvs79zrwag7dvCE12NgegqqXjXaptfLKW6DOopFIfcWyP 26rtDlShjx1nwU3wyeWKO5_Ijzb046WH1.HwnK2rnXkp3ZZTWRNMd7LYLdIRQjMNVmxpJZPbV0fx LF3QxyPORbBP5i.DrNw0qi7LCSR8uG9BKtQQZBsWqNV_lyDVE0z.SEd5O4IIIoW2BgsGzwotwgrM I.92S3Ja8Tcw4LOqvpKOxPHIfGDa8Z5c.7AUrv0GrpIt5xmahQvDUghR_Em12xQ58qA5n4UtXl8N dqv_QyYOigJq.KxgXKd.hUXqh2Foq66qsFW_PzfaKSPZU2sVR X-Sonic-MF: X-Sonic-ID: 91e973d2-6461-4a4c-bc76-c703f2d894f0 Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.gq1.yahoo.com with HTTP; Wed, 22 Apr 2026 17:01:25 +0000 Received: by hermes--production-gq1-6dfcf9f8b-tpk9z (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 438bcf706974438d6339393f03274888; Wed, 22 Apr 2026 17:01:21 +0000 (UTC) Message-ID: <4d128a79-a9c0-4d03-8b5f-02255267511d@yahoo.com> Date: Wed, 22 Apr 2026 10:01:20 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht Cc: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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_FAIL(0.00)[82.69.137.98.asn.rspamd.com:query timed out] X-Rspamd-Queue-Id: 4g159549x2z42Hm X-Spamd-Bar: ---- On 4/22/26 07:46, Anton Shterenlikht wrote: > On Wed, Apr 22, 2026 at 05:47:09AM -0700, Mark Millard wrote: >> On 4/22/26 00:36, Anton Shterenlikht wrote: >>> On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: >>>>> >>>>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. >>>>> I'm still figuring out the use of pkg for base upgrades. >>>>> >>>>> For a few weeks all was working more or less well (some unexpected >>>>> reboots, but I had no time to dig into that). >>>>> >>>>> After reading your mail, I typed the pkg query command you suggested, >>>>> which returned nothing. >>>>> I then did "pkg install FreeBSD-set-minimal". >>>>> When that completed, I realised that my user is gone.... >>>>> >>>>> Looking at /etc/passwd and /etc/master.passwd I see that indeed >>>>> my user is not there anymore. >>>> >>>> Did you end up with the likes of: >>>> >>>> /etc/passwd.pkgsave >>>> /etc/master.passwd.pkgsave >>> >>> Yes, I have /etc/master.passwd.pkgsave >>> >>> So what happened? >> >> After pkgbase updates, one should always scan for *.pkgsave and *.pkgnew >> files (say via find) and then deal with possibly >> merging/updating/restoring the content --or possibly just deleting the >> *.pkgsave/*.pkgnew file, as appropriate based on the content. >> >>> Is it expected that "pkg install FreeBSD-set-minimal" >>> should erase all ordinary users from /etc/master.passwd >>> and save the original file as /etc/master.passwd.pkgsave? >>> >>> Was I wrong to do "pkg install FreeBSD-set-minimal" on 15.0-RELEASE-p4? >>> >>> Shall I just copy the /etc/master.passwd.pkgsave back to /etc/master.passwd? >> >> >> Do not forget to do something like: >> >> # pwd_mkdb -p /etc/master.passwd.pkgsave >> >> That would regenerate /etc/spwd.db (secure database) , /etc/pwd.db >> (insecure database), and /etc/master.passwd --and the -p means it would >> also regenerate a matching /etc/passwd as well. >> >> Once you know the password related files are okay, you may want to >> delete /etc/master.passwd.pkgsave . >> >> >> You should also check if this pkgbase update or prior ones left any >> other *.pkgsave or *.pkgnew files for you do deal with for finishing the >> file updates involved. pkgbase does not deal with picking how some >> configuration file updates should be done. > > Mark, thank you. > > I missed that this is documented in: > https://wiki.freebsd.org/action/show/pkgbase?action=show&redirect=PkgBase#A.pkgsave_files It is too bad that the pkg upgrade and the pkg install man pages do not document the .pkgsave and .pkgnew behavior and how to handle handle them. The wiki is not part of what installs on the local FreeBSD system as documentation. Far more files than the wiki materials list can be affected, including scripts and such. I've also had examples of configuration files: /etc/group.pkgsave /etc/group /etc/hosts.pkgsave /etc/hosts /etc/sysctl.conf.pkgsave /etc/sysctl.conf /etc/shells.pkgsave /etc/shells /etc/ssh/sshd_config.pkgsave /etc/ssh/sshd_config So, after adjustment, also needing: service sshd restart /.profile.pkgsave /.profile /.shrc.pkgsave /.shrc /root/.profile.pkgsave /root/.profile /root/.shrc.pkgsave /root/.shrc /usr/home/root/.profile.pkgsave /usr/home/root/.profile /usr/home/root/.shrc.pkgsave /usr/home/root/.shrc /etc/rc.subr.pkgsave /etc/rc.subr /etc/rc.pkgsave /etc/rc /etc/defaults/rc.conf.pkgsave /etc/defaults/rc.conf /etc/kyua/kyua.conf.pkgsave /etc/kyua/kyua.conf /etc/periodic/daily/223.backup-zfs.pkgsave /etc/periodic/daily/223.backup-zfs /etc/mail/*.pkgsave /etc/mtree/*.pkgsave Most of those I've not had an example of in a long time. Even normal system programs/libraries can get such *.pkg* files. For example, if one has patched a program or library locally and then a later update has to deal with the patched file. The patched file can be saved (.pkgsave) or the new file can be separately saved (.pkgnew). Checking for such files via find or the like is a good idea. Similar points apply to any chroot worlds and/or jail worlds that happen to be pkgbase based. > > Anton > > > -- === Mark Millard marklmi at yahoo.com From nobody Wed Apr 22 17:20:16 2026 X-Original-To: freebsd-pkgbase@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 4g15Zx38hrz6ZxZS for ; Wed, 22 Apr 2026 17:20:25 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic308-55.consmr.mail.gq1.yahoo.com (sonic308-55.consmr.mail.gq1.yahoo.com [98.137.68.31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g15Zx0BDhz44sn for ; Wed, 22 Apr 2026 17:20:24 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=O+8+EJgG; dmarc=pass (policy=reject) header.from=yahoo.com; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.68.31 as permitted sender) smtp.mailfrom=marklmi@yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776878417; bh=GcY5zLpOdF31u8yZ9x5dgA/+5ROfHvlVhC3R3UKsfzw=; h=Date:To:From:Subject:References:From:Subject:Reply-To; b=O+8+EJgGAoi7xG8ByMzzmZ6exa4AD/4EDSMny77L5HoEE+W6wy5/obvqINrOaJiRaCS2RDfL0Mk9uak5s3mYFjcyiNltB5AlBq0oAvPXbQKbRyv6bkkULeSPDsm0LsXSFk02oSD6CbCyo82VNcrVCv9hGh9lLVBXxxNWWkqEY81uwSzVl+yaM3iL4f7Otf5tHSVBA8aAEDTwmC8ws4Gtjx3rYfs/OVJG/pU18R2ojUZ4pIc3zOlZpY/WBFjzCOJ/9ADdwJGCPgOdQa+ewgDKQebIi7aka8w8pawTG9T33TMasgXv1xG7IiqpwHWCekXQyiMdn0SaD6kVrbkk+ldnWg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776878417; bh=yAs1NdNHb31hoDprgnR5s01KaIU4CcuDpXbqbTln2En=; h=X-Sonic-MF:Date:To:From:Subject:From:Subject; b=C/gqBD4cuV3i8RH8kPEjrLtPQKuMIWDDdEo1YYWLG2XuMx40UbgcWbiEl4zLrlKRMplU8MOqFD9g/mVAYk4d168u8gQsBH3MO5BuN4EqHazME2ljwD0nC1R4AN4/5jz83sbTOw/1XURdGldNJYr+MDjN1EqifK+cs1IyCHvtHgfeg0g2d0ZtEwcwGSiyCXbhMGLv1cTKn4J/ix/PrXznd10uhDpLIjj0SYa9UEr2JqKGTEzD9mMp5ADEZzlA5OqhVKWVwa+89jaog8H0ej+wxS6thtG4lwXkUykSipCpE91wXmTQjMT2GYaKGnTIMeFyOYlFmM2j6THCo01J1eVvyQ== X-YMail-OSG: K5WB9bgVM1mNVEwJL_Y3WiSFhKBMIKZamQpUE.rMN1rY.rLuuv7aaQkePZCUHbZ AiOFEDtpk_1eZk4_BYcCo3oC10uZScUiDKsp_oExQjbVUbWTl63bAWHKelLxKgevNd5P8SN6Skqq .GG4SLJteNNAb09th5vxDsijsR82T4Zx7K_g.zqegWRV2_Gf4.vIiuCDjH.xZFXbqOPYA7iDc1LS ywre0IPg8BD8gP16zgZ42R9B7VwG9lE03MAxj1xzSa3oGTWNpVDFhcTpwbKZH5.m4ea1eddXUcRD pv.H3EP4MLvymr3xa2tY5KgPsVbttClw8Fww6mGQ7KrHReZKMzckhZBzMnrCndhQtam0czSamDdZ .XXWZ_O4TZKOI1LbKdryYhYCKERrX7U0.zaTnsm.tFQfyzdhdlDcKBGmWwfCb3xWD7pkdeUJ7Ldt mSaHXvq505xqTkZBqaoV_qYJZBQakgSXsT1gMJKYnApGsiclI1QS1eHtFpDqJaF.SwyXFlZq1_5H 9S1GvYsKUrqpihgkHUUr0EKdahkwFNbDse4t8uOjahj4p4wyzriwlslqOU7FJKVqYPgn1gMBXmo6 TbpSF4xPXQ1jCL9uMrDSBj7L.V40VQjXdcPIhLArEX53Os_yAl35.ci2zwyRLv.Kdd0fLdfS6zQL 4U38lqiZ.fJ3dl_X4ZWsKCDIO82FjSJZjmjvHkLDVL3GTRtg01dHRdDe7dab4YZCsTiHJSUuzvdD YT0E168ooLlq.yg57hqYV_w.QvxzJ0Ux6uco_xPKhyiS2pliRuuwYDxR2ZOrQJT3aXKjE4IXo0GN Atmwr_.mykF.AS..QxpmoKKFKWktIg3g8kaDxNLTdYrunoVAiXaVj2fBe02aO3ik0ckSapNc3n41 CyNchR5rYXchrat6Csx6HZQBCnbvq4RT1fKuduczt.1LWEGcDDlr2pq7illX6Df_1.gmcJs7VAFJ 1gbOpaUgI11J42gL3RXRGFeE1PuUaYur.n7sbwniUiQm1Hvi1HjkSFw45MG8CMgtGbnrG.HZ3qcb Xo_cLy6mKOPqXwK0H.mrzQ6Qt6p1DLwCbMkiaO6eJ_I49iITrxeAmUVrDuk8G8xhwWZfQ25Y3Ffx ckR6oofI6V1BVIBn05b0ddYpBw7Aa5nqJroXWKJdCjBN.GlqTCcRqJxCcqoi5LE8F8ym4riNIJ0t 9cdrnRPu2douO9dPb1r.4zFumis9AUOvzrcmXl3UuDpFTXroVjqt1bI1AJYClWRGbM9kgdEx53I8 MPSGY.Ax.1OhPob4JpdiUFYdB._WoQoeI_yKji3gOI_1rd_ueWCY7RQJigqf8ughBToBJzluZNLj MkzcpibnyOqZpFnwiSsEB3WZL2BCNvblhvMR.kwd4MQLQ2NCHn7cVJTOAK6IXPYXtr6zgidBquZH 1vnWv5Ws7z2YBKyToF0vkO4axjo0EAixMNCZV7vJpCtTMXwzN14LKMuSXvfZeSRXoJDaIUiiDfA. JMh7H9FoP06O4kcJjuYTsKg2OMWYzHPLrqE0fvnTCBzzagezeNtmaQ_ZfDIZM88g6vIYZlzGSWpl cOKWMzFaGnQIBfBr8O019KXTihZewg2HwWDo77qyYfin89mPXS7pAb4ZTHcpfCk9fdW3llYjZMBB vKrDndLp7DLoWeRjoMrm0gqJm8Ns6MGSAhxZz6OqUkosS_DiHiBhIhp1K07zacUTdHntZRmePALh 87QmcOxnEe6JUTBoltp9lzA9bU5jEn9XOyK2c3bsX._jyAFsDVu.7nughiHkCFeV8T6THbyJAw5h DTs8GHIbdvNFUhE3fypygcazg0p4m7MbABOtJIuN9K3Ou216MHWnrIm1KQdTXxFWSN8K7iX7nYPt .A2ccugRPgisw4900UyxTai3PTHJPWllie2GeT_.a2SYge4ICdV3uQZcJ10xxjOO5Yo1pU2kiyiR XliQr0lhrZ8JqosutKsdvedA1lr_1lNaevRc3leKrE.P74km.0SOi6xuV0bP1VakcpN.RzEaXGQW XCsMzNHGkv6wKVxnjrTKfo3W3GWFSp3OcTOxoOfTOvP.Lq0b8sRdj1n8.d3UGDmt_CSzpCFlwwmE qJ.GSA5E3oQAEHLHLAbmxbzc.YKdHHUYUiY7cvyEyYP.NCev8X4uxGvFGC08gCLomzCs5EKLX56H 4ymPwY.o1npkX801vvQhwLvRb9YerxrwjZ94PI4eLMpyf29Au9Ao8ure3V0AYfDPmERiB40J7408 P3YK0ced4ghPFXsKVTQeBu8QRY1LzjjZgT0VAytEDg0cxIZEBlFdSyPUSkCLl.QgprlIe9XoMMMp 0TbVRWLs998udJ7n6RRZ51r6lOIUEL535ppoTasMLEjPo9Q-- X-Sonic-MF: X-Sonic-ID: 6a0ccc4a-674d-4bf3-bec6-2def746b3d50 Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.gq1.yahoo.com with HTTP; Wed, 22 Apr 2026 17:20:17 +0000 Received: by hermes--production-gq1-6dfcf9f8b-whkwz (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 44359d36ef3c6705f042d11d757d763a; Wed, 22 Apr 2026 17:20:16 +0000 (UTC) Message-ID: <23ec6888-fd81-4990-bae3-804567ba18e9@yahoo.com> Date: Wed, 22 Apr 2026 10:20:16 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Alexander Ziaee , Lexi Winter , freebsd-pkgbase@freebsd.org From: Mark Millard Subject: None of "man freebsd-base" (or "man pkgbase"), "man pkg-upgrade", or "man pkg-install" deal with documenting .pkgsave and/or .pkgnew behavior or how to handle such Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <23ec6888-fd81-4990-bae3-804567ba18e9.ref@yahoo.com> X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo X-Spamd-Result: default: False [-3.97 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.973]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; RCVD_IN_DNSWL_NONE(0.00)[98.137.68.31:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.68.31:from]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim] X-Rspamd-Queue-Id: 4g15Zx0BDhz44sn X-Spamd-Bar: --- As far as I have noticed, the wiki is still the only place with documentation or instructions for this aspect of using pkgbase. -- === Mark Millard marklmi at yahoo.com From nobody Wed Apr 22 21:18:39 2026 X-Original-To: pkgbase@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 4g1Bsr4BbXz6bLrb; Wed, 22 Apr 2026 21:18:40 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1Bsr2KJrz3Bq1; Wed, 22 Apr 2026 21:18:40 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BwgCLpn4E2lIKz5NKb6LlJfaTuVK1MX6yDDFhYHpGoQ=; b=mOm7LjzmkIuE7Fele8CsxAQOpbC4Mu9DbTP/a5K8ezfe8Cp7GJxZl6/0vn2GDrI2XSyFrl q8714Ij2CCh6rtwgbddRHgwIyx7YrugO0BrCmD3wmh9dhvbFL0NYCquL97TYx7LN5eAbza 5l/gJ/Y4Sr8gEmBUCizptEZYEvQOetMjkdR1gY94bU3Hs3yU68dSPQ0Fs8E/mJwoK6nFJ3 X47NtHjNs/hMp7t9WkQ+JRAtJ/f/V3yJgMRNG5wmO4mxu0yvTeC48NdskgiR4mGbEdV+P7 ksW2fEO+c3h0oxVXboWnZblZ9kOZMO+M6tsviF4K0RQoW5CVJO9pNOfY1B4kbg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776892720; a=rsa-sha256; cv=none; b=CjhjDbONwv6MlquqyQlxRmtIQAzllcWlJd9E74dmWzDtE0rgO4O8cP1sVAJCc98rFBGIHd 8wF3zwpLg0hJKOsV0J7HNoPfV6R+R8XvagdshEbcbxRE4f3FWUS6RVyliAF1+e1o+85JSU O+Tr7Fow9Mvz5E5BI0TeqYbA6DcbWAVqqzKKDgYVhC1HGB1hw/H+FdR7WRHWx/MeFRfU5P TLD/z5ubsT7inwmJ4ETGZEEV1f2LyheQfcMVZOEnpM7Qwqxwmp0nO1ziNpsUzL7+ir+cLa u5Oc36WdMuOtj//NT6Sg4DdBWDMC1yolSYjGPJUjfvqmVc9UPblhrOmYBOz8Zg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BwgCLpn4E2lIKz5NKb6LlJfaTuVK1MX6yDDFhYHpGoQ=; b=PEHxo72g1b+r+hpa5rsNwmk+J8aUblOMz0FJUSjVzZhUZf0FiPTfpUFwKBnv6+ZaDsQp1f 8Bomjd/XMylgrnb8a2g7eR1I+RIodUw6jtT/2ID4sWQoUqp/HFmRWqbj7oDcYHvzfnErUu jFUJFtxFHC2O8QcPP7Kr/SKamMy/UyEJmrnnhzIFt29urYRq2XCz6lrbXgLIItPDQO1WYa FEyk2JVuMsv5AnIyaGe2rJ7nTMop+CdugiRqn/hVVInX9gXKIy0fAPXDfuK0NMzKXpgWtF HB95FfkKq255GD8qWcjP5T0J03+wi4kpHtjXpJ2CesqtPnfKjE8V8A2hCM5N9w== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g1Bsq6QDHzFl7; Wed, 22 Apr 2026 21:18:39 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 22 Apr 2026 22:18:39 +0100 From: Lexi Winter To: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: Mail-Followup-To: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vf2m2KxpQRud23ma" Content-Disposition: inline In-Reply-To: --vf2m2KxpQRud23ma Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Shterenlikht wrote in : > On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: > > On 4/21/26 08:52, Anton Shterenlikht wrote: > > > On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: > > > I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-= RELEASE-p4. > > > I'm still figuring out the use of pkg for base upgrades. > > >=20 > > > For a few weeks all was working more or less well (some unexpected > > > reboots, but I had no time to dig into that). > > >=20 > > > After reading your mail, I typed the pkg query command you suggested, > > > which returned nothing. > > > I then did "pkg install FreeBSD-set-minimal". > > > When that completed, I realised that my user is gone.... > > >=20 > > > Looking at /etc/passwd and /etc/master.passwd I see that indeed > > > my user is not there anymore. > >=20 > > Did you end up with the likes of: > >=20 > > /etc/passwd.pkgsave > > /etc/master.passwd.pkgsave >=20 > Yes, I have /etc/master.passwd.pkgsave >=20 > So what happened? > Is it expected that "pkg install FreeBSD-set-minimal" > should erase all ordinary users from /etc/master.passwd > and save the original file as /etc/master.passwd.pkgsave? =20 no, something has gone wrong here. how did you install this system? /etc/master.passwd is in the FreeBSD-runtime package, which must always be installed on a pkgbase system. the only reason 'pkg upgrade' would overwrite it with a pristine copy is if you somehow didn't have that package installed, but if that was the case, the system would already be completely non-functional. the only way i can imagine this happening if you had a non-pkgbase system, then installed FreeBSD-runtime (e.g., as a dependency of FreeBSD-set-minimal), but this should not be possible in a normal non-pkgbase installation since the FreeBSD-base repository won't be enabled. --vf2m2KxpQRud23ma Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaek7KwAKCRD1nT63mIK/ YBeOAP9uXff7vp4ayd5qtZs1FmnUo3QosEG2tGhVVWjtiPKJOgD8DBfG1NLA4+wA mCX2CBcuV/9zhUgXPFcdJZMlCLzUkgc= =JRMg -----END PGP SIGNATURE----- --vf2m2KxpQRud23ma-- From nobody Wed Apr 22 21:20:51 2026 X-Original-To: freebsd-pkgbase@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 4g1BwN0dRzz6bMHK; Wed, 22 Apr 2026 21:20:52 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1BwM4kZRz3Gy9; Wed, 22 Apr 2026 21:20:51 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8sJjYP54llKt8B+X2P+495VVbQ4jsX/6vBxqfpPB4MI=; b=WH07++ceL1hZLRx2ZKp6d+0bHYRy7/7yqRfOISaUECy76X0uOW2bBbkgeaPkllBArcPGqE tLmQr70S6NCV5m2krbYYoBXRk97T4yFvAE1PUc9jJVQgIaRi1rIbQxcPWbUTMcuQiXtRJ2 btbCxJcoMva9uVYTIF37iYVVfDCyr0cUHYdeA82pJpkBYevAk7vnNHQCeOKtyLcqWYsH6o lLFAqz8c29S1/BnKbJzlXKEaIJn47eZnA15lqo1yWzXp0QVwMrQxIxtZYMqC1PYPDhfZsN GKckdV12I1Lh/P8KsxJXxpPhKq6y34yafLTHOXQ9o1v2oyQlOr8kb9nM1vHcpg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776892851; a=rsa-sha256; cv=none; b=CT364qsn19CM6FPIOkfRKaVAjZmCATl8gy8oxaGsj/QJgG8HBRFV1OlxZDURK+2AfTu6Cx maV+L3ID7Ou2CrZVYnWZlyLe6UhV5vIw9sDHdCG0QFdlX31vGntUmLx5+OL9Y6VysxCCXw ZeJouV0Kwwi7L2Hwld2o8Ms+H7rnLqPXhgVYF6eAj1MQu2NjLWxiVu2vmFJWVEMo640sEI vcoeCPHPWiCf/AR2pfSkIRkaV71t8AZfVHCgjMrhbIA8C2WLNVAurHe6rE1HSypSKkKMWl NHfY6aNUYfIENa+MPnqEHNsnifU1gbJOQ1pIJQXvCllZ0TAAQtH9DAp96uwpAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8sJjYP54llKt8B+X2P+495VVbQ4jsX/6vBxqfpPB4MI=; b=YLs1H+I3SEtTO6qHINXZUAi7bWKV+dLmPf0p21OS8XS3Xm89FuGK7wKHmhfFGYvvZdT8EL TmREXzYJD/ncKJJ1jEg2j7bbNVSyRXvIDCzzIBP2A6lvTXzgKlM1fE0qO2Zw5da4cCmvEp wpldDzS9FlGP8/YqR8wu0ZodeVxD4XlaG2SplRu3JRV1GEqv+MBtCj1/vEsz64erianYtU ZVIHsU9xEKQzCPBYTE1K8BrSzfNk94bgNPFxeSIY8Ff0tlyn+dkNCaPdcsy7pxDZ9n5PoX alvYfTR8UbiWNCIJaSbK+8T8nESFRibrQlox6Q/+OVP5HhO3hsowNKFao8xeow== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g1BwM1WjVzGt9; Wed, 22 Apr 2026 21:20:51 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 22 Apr 2026 22:20:51 +0100 From: Lexi Winter To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org Subject: Re: pkg upgrade -r FreeBSD-base minor version Message-ID: Mail-Followup-To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org References: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Kt+hjwlIJLqTqXzV" Content-Disposition: inline In-Reply-To: --Kt+hjwlIJLqTqXzV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Shterenlikht wrote in : > # pkg upgrade -r FreeBSD-base > Updating FreeBSD-base repository catalogue... > FreeBSD-base repository is up to date. > FreeBSD-base is up to date. > Checking for upgrades (1 candidates): 100% > Processing candidates (1 candidates): 100% > Checking integrity... done (0 conflicting) > Your packages are up to date. >=20 > # uname -a > FreeBSD aob 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 "uname -a" reports the kernel version. did you reboot after installing the package updates? --Kt+hjwlIJLqTqXzV Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaek7swAKCRD1nT63mIK/ YNetAP9t4RXG9FonD5PryySffizoLnRiPYLNlJzKSGOVfapGqgD/Wv6zQr+YKsQI lQaYOVdtDW5ncKJJvyKuI+ck3Qm+dgI= =EVVc -----END PGP SIGNATURE----- --Kt+hjwlIJLqTqXzV-- From nobody Wed Apr 22 21:20:51 2026 X-Original-To: pkgbase@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 4g1BwN0dRzz6bMHK; Wed, 22 Apr 2026 21:20:52 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1BwM4kZRz3Gy9; Wed, 22 Apr 2026 21:20:51 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8sJjYP54llKt8B+X2P+495VVbQ4jsX/6vBxqfpPB4MI=; b=WH07++ceL1hZLRx2ZKp6d+0bHYRy7/7yqRfOISaUECy76X0uOW2bBbkgeaPkllBArcPGqE tLmQr70S6NCV5m2krbYYoBXRk97T4yFvAE1PUc9jJVQgIaRi1rIbQxcPWbUTMcuQiXtRJ2 btbCxJcoMva9uVYTIF37iYVVfDCyr0cUHYdeA82pJpkBYevAk7vnNHQCeOKtyLcqWYsH6o lLFAqz8c29S1/BnKbJzlXKEaIJn47eZnA15lqo1yWzXp0QVwMrQxIxtZYMqC1PYPDhfZsN GKckdV12I1Lh/P8KsxJXxpPhKq6y34yafLTHOXQ9o1v2oyQlOr8kb9nM1vHcpg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776892851; a=rsa-sha256; cv=none; b=CT364qsn19CM6FPIOkfRKaVAjZmCATl8gy8oxaGsj/QJgG8HBRFV1OlxZDURK+2AfTu6Cx maV+L3ID7Ou2CrZVYnWZlyLe6UhV5vIw9sDHdCG0QFdlX31vGntUmLx5+OL9Y6VysxCCXw ZeJouV0Kwwi7L2Hwld2o8Ms+H7rnLqPXhgVYF6eAj1MQu2NjLWxiVu2vmFJWVEMo640sEI vcoeCPHPWiCf/AR2pfSkIRkaV71t8AZfVHCgjMrhbIA8C2WLNVAurHe6rE1HSypSKkKMWl NHfY6aNUYfIENa+MPnqEHNsnifU1gbJOQ1pIJQXvCllZ0TAAQtH9DAp96uwpAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8sJjYP54llKt8B+X2P+495VVbQ4jsX/6vBxqfpPB4MI=; b=YLs1H+I3SEtTO6qHINXZUAi7bWKV+dLmPf0p21OS8XS3Xm89FuGK7wKHmhfFGYvvZdT8EL TmREXzYJD/ncKJJ1jEg2j7bbNVSyRXvIDCzzIBP2A6lvTXzgKlM1fE0qO2Zw5da4cCmvEp wpldDzS9FlGP8/YqR8wu0ZodeVxD4XlaG2SplRu3JRV1GEqv+MBtCj1/vEsz64erianYtU ZVIHsU9xEKQzCPBYTE1K8BrSzfNk94bgNPFxeSIY8Ff0tlyn+dkNCaPdcsy7pxDZ9n5PoX alvYfTR8UbiWNCIJaSbK+8T8nESFRibrQlox6Q/+OVP5HhO3hsowNKFao8xeow== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g1BwM1WjVzGt9; Wed, 22 Apr 2026 21:20:51 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 22 Apr 2026 22:20:51 +0100 From: Lexi Winter To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org Subject: Re: pkg upgrade -r FreeBSD-base minor version Message-ID: Mail-Followup-To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org References: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Kt+hjwlIJLqTqXzV" Content-Disposition: inline In-Reply-To: --Kt+hjwlIJLqTqXzV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Shterenlikht wrote in : > # pkg upgrade -r FreeBSD-base > Updating FreeBSD-base repository catalogue... > FreeBSD-base repository is up to date. > FreeBSD-base is up to date. > Checking for upgrades (1 candidates): 100% > Processing candidates (1 candidates): 100% > Checking integrity... done (0 conflicting) > Your packages are up to date. >=20 > # uname -a > FreeBSD aob 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 "uname -a" reports the kernel version. did you reboot after installing the package updates? --Kt+hjwlIJLqTqXzV Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaek7swAKCRD1nT63mIK/ YNetAP9t4RXG9FonD5PryySffizoLnRiPYLNlJzKSGOVfapGqgD/Wv6zQr+YKsQI lQaYOVdtDW5ncKJJvyKuI+ck3Qm+dgI= =EVVc -----END PGP SIGNATURE----- --Kt+hjwlIJLqTqXzV-- From nobody Wed Apr 22 21:47:09 2026 X-Original-To: pkgbase@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 4g1CVr31zKz6bP50 for ; Wed, 22 Apr 2026 21:47:16 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic310-21.consmr.mail.gq1.yahoo.com (sonic310-21.consmr.mail.gq1.yahoo.com [98.137.69.147]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g1CVq6xjcz3MHK for ; Wed, 22 Apr 2026 21:47:15 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776894432; bh=12bCwaAuX3bn9DSmCW4A5/wCbzuEfrlXldZWR+0bDos=; h=Date:Subject:To:References:From:In-Reply-To:From:Subject:Reply-To; b=o4yg9cwK+TfmgHlu7MKZjv/Y5dQu/g0emuvqTMckiihFWHsXxJ+up7YDSmcrv8iyylgOB6g8ix7ClaCKkcLwXwxnLnKikC0tEbETXR/ZqC/KEa21XgSgPw1zh07fstPm4uWX/ds8ZQDMhnp+LhXHnSDWx82IbCm3bORea3AFiyAAP9nADxPE8DApbqh2fC0n85+4+Z6hh7Cs2qkeQ6PlD9sEotteVfDQdZ8oBvY2ogoLmgvfJHaPDPJrjyegfq0McfhKwjuUxn1q6scfplRBkDQoqEGPSh6uR0mm0SrIRz/qBtmrAuiHPmun4t1z0B5po+cjHgfROd1eWFYh6d68yA== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776894432; bh=n97TIphF6hGpujSsF/bDcEVJdKKbcTZtV8pSZyyA0ta=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=ZrcZkompjwlkDVh0wSBcj7RfRjkALlT/1TMlcNQStDqiYlPVgSWg1UHlYcHJhVmlZteun0H3lG8FSUKNrZCymqiqHazIYtIZDeQJcM5k+huADKki0xq2YONgSgpUSeSxgGKTd5eH1+inxLUzwXyzFe4Q5dhmoapRb8KIlMmlRjsWAYvQFskTuwarPStKOKY4cE8TsznoxaFBeTQ4RAQiHXfkM4E9/JNVLWMzcT7ADXpmp+h/uuTw40jXHJeKFCtjMTclySirTq8rN3M5YQeYl+xhLbdBxzqc8C0fmhbQuEFZ7x9x9Ptosz+UV1T6QEShQF1BLWD+IFc0i9C2w/Z6VQ== X-YMail-OSG: RIfG5UwVM1kCoyDKorWxRkxzpPS4uyFcGnoQR0fNU3WPKesEVLtIy2W7wMwhcoz 1ZT2G123XEyynELA745dQxDSNbL8Ov187VEucgEmJ.461CYppAk6kbiUVYrTSISWa_Vxb2SaFWG7 3rmfHd0rC67tOmu0DuUZCBzwQS0BySluMIPs9m7C8FIk8EUU21gf7fxIIIoHagGDvyEEj_pjeiSI ovDqXMxNdgSp_9xNj6OuoQFcwsdu8pB9ojRHEOIs.5xxrIK6vWCtTjYyKxEnlK4mnvUAkYAyggpB ufrpq5JgBaFWK2ZwvCqBtdsZky9En136u9LkN7NDhpF5066LfjuAEtLLesz2HACmQHw4LBqwUb23 XSFlNKHUNBo1uLLuw.16b8KWowOPtEjIDJ1xANDOM8xASSgD8jLLv4kgtqlY3yIQ7lLm1ptQWZI. 6AZY1dtiBYfjoIEcgyC9AWDP6Yh6bo6AK0XRTqQa8PMMqZamzu8YLQSR.zFnmLiW7FZfcnxMbu6B b25WKLAYAaUFelUD0ZGKUGMndAp7MS41mhngERiCXvi0xczWa63OuAQKeNQjTDeKjeXvbYKNXsYl VLbYZRwKnRGXcNXq_1OaDqZy6_o.kb6Nyh2TRiqkTfRnOrrEDyNEU98JH64hif2tLkvJqRmMu7JD 8EWMY6VCJnkrHO.Yhce1uJARhfFD9aLbkuQR.QEX9wTOrjP_TcdxdnJuYTO8pkjx3tmxiy_zM3Po m9LNEYtQQ7fKdIuLj34SLznUbPy3i.FOmfaVTspQUBkIQFpyJpKt0A5i_6NE26m9fhDj4VARBOiq ciobiQ.xx9MUiZD8UWN1LE.E0kFASHHyo4fwIw4peBlrGS_.uZqL1eRVupvnAigNOxej.m_uoFyv iV6Ebd4USDrCbIHmMkvZajw_pVVGXeNyStfZwpgOSCpQHJb8niowN3M66GXJU3LTnyCuaX0nNFge ZM7QblgLE_0viei.6LqBu5AJ4YaPGLQ8mmKEI.79kdamcOf6xUxBMJpoWAmZQ.eMhR19Iv6jJ_Io Ogetx_4byroOo_xqtVemLnrjhvZ4Fllqou7vC1Y191yqeS70dLD5Moskugp6w0abprYIvPVGNdwh fWbgihu2hQZ4Ly.cSjosZNWFyTwAxNIGtQDGbnDZy57iFhK4ppDZrgNwR0W2MM_s7mkdJvCJRfKo Odby8sIkMHIV1VODLnMsa5tepWv2OANYxbTBjMLmlyqT7Tnaht.763V2d_vUrKCt4jZFcIr.Okzt RhcB86Mye96Homj.8FBnLVhtPuru86jYjtdEPJXGzSyN.mF.7k4UnWZ92q9.P5QGI._6pkBfOTBm hYVWrVClPcvn8.__XuX9QiveTSnGrJgg1WczC4GNEWPVkziJw3OLv4QnrZNayIFqZJ6NDaMlIrtn PEP6H2R_90tLerc.7RbttCZIh_Cp3nb1RyiI5n6ZaNCFXItxU5Wc_.t8SlvKkn6KjeWb.yQgRtJC DsV6w5rdFa0FrYEN5DVuO26D6okdJ7Y3qxchNvZYSpPjXV2MIMhNnGqHG8Qlv28jCtTBWvKGm0sx y50ITmD2SF0mI7l3M4TMoSmQvqYBKL4A9JM0vBWeXKYhYrYNjIIiYOHTXh.CA4D34RTCv.hfpwOv tdXDdqbn9wLWKCQAr0xaAyp_B_c.QZbQbChpd34MTjrKU5b3gXxTyq7knhtiw_eg1I.A02OQ4URg BXI5V1BBxPg61whVMtrtjFr91cXR_p3L_je7xIvBGHFpk7bQLvPbc..2xgWbcqTmSw2dFbYdQCMY 0I..qXfUExvsdvILhSzXGwOeCIZV1d5w296VQDNfPpf3aJ2ycHg00xYin9afkXmfap8Vs1a9yiMD fJEnnnFKJVextoG7.bYIhBhf0bb7Rz1BssOt2.GYKC7xZf.1bJWrcg3z0DUZvbkJSHvge79GVEFK 7ZdnZoEzJImb97.UZP0wCHwhpvJ7cF1ew83G2XRBUhTg6QJ3tZ4qlto5cgGz.SZ3md7Up.4yKBhu 57.twlYcXMyWxarXTvrZ_RMQZMIOT5pG3WqwuMZw2D2HJEiiZchfYQur.KrukjesxB7E9ig1fYlM MMh.aCAxJ.dDM0c9byfELitYVmGYvpZfzkEDEPBUyfRGv707iegqvAz5MKYth5oOCgBEz_JT4JdO L1G5alCyRAIbteMhd6jy_q33YJHLigwU9a4PF3c7oL1m34sIFRM1.ZE3heL5sWG6W8cy_QmDjxv0 4mlZH3fZdNbiOSsJk2LXftOGo_lDA0SC13OKDtopAwFzNG9e0S49TrPOQAXqd_9GaZVFVU_ChQ2t 366ZzP6Y0QthI2k6.llLk5p94IeuIUtlnvwc3qQmGlRZhWwNg X-Sonic-MF: X-Sonic-ID: e829d6d3-f671-4cff-ad99-f0e7228c675a Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.gq1.yahoo.com with HTTP; Wed, 22 Apr 2026 21:47:12 +0000 Received: by hermes--production-gq1-7bb7df5c46-s8kx4 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 5763dc3ba3c1c0418eec9f6ccc10e028; Wed, 22 Apr 2026 21:47:10 +0000 (UTC) Message-ID: <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com> Date: Wed, 22 Apr 2026 14:47:09 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Lexi Winter , Anton Shterenlikht , stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4g1CVq6xjcz3MHK X-Spamd-Bar: ---- On 4/22/26 14:18, Lexi Winter wrote: > Anton Shterenlikht wrote in : >> On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: >>> On 4/21/26 08:52, Anton Shterenlikht wrote: >>>> On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: >>>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. >>>> I'm still figuring out the use of pkg for base upgrades. The above is not explicit about if the 14.x was pkgbase already or not. FYI for Anton: 14.*-RELELASE pkgbase is not officially Release Engineering/Security supported the way 15.0 pkgbase is, by the way. 14.* has not been updated to match what 15.0 did to have such pkgbase support. 14.x's pkgbase -> 15.0 pkgbase upgrade sequence is somewhat special because of that --and not fully documented. >>>> >>>> For a few weeks all was working more or less well (some unexpected >>>> reboots, but I had no time to dig into that). >>>> >>>> After reading your mail, I typed the pkg query command you suggested, >>>> which returned nothing. >>>> I then did "pkg install FreeBSD-set-minimal". >>>> When that completed, I realised that my user is gone.... >>>> >>>> Looking at /etc/passwd and /etc/master.passwd I see that indeed >>>> my user is not there anymore. >>> >>> Did you end up with the likes of: >>> >>> /etc/passwd.pkgsave >>> /etc/master.passwd.pkgsave >> >> Yes, I have /etc/master.passwd.pkgsave >> >> So what happened? >> Is it expected that "pkg install FreeBSD-set-minimal" >> should erase all ordinary users from /etc/master.passwd >> and save the original file as /etc/master.passwd.pkgsave? > > no, something has gone wrong here. > > how did you install this system? > > /etc/master.passwd is in the FreeBSD-runtime package, which must always > be installed on a pkgbase system. the only reason 'pkg upgrade' would > overwrite it with a pristine copy is if you somehow didn't have that > package installed, but if that was the case, the system would already > be completely non-functional. A 14.x FreeBSD-runtime package would be replaced by a 15.0-RELEASE-p4 package would it not (if that pkgbase -> pkgbase upgrade is the type of upgrade that was done)? Would that produce a .pkgsave file for the /etc/master.passwd (given the RE-unsupported nature of 14.* pkgbase)? > > the only way i can imagine this happening if you had a non-pkgbase > system, then installed FreeBSD-runtime (e.g., as a dependency of > FreeBSD-set-minimal), but this should not be possible in a normal > non-pkgbase installation since the FreeBSD-base repository won't > be enabled. -- === Mark Millard marklmi at yahoo.com From nobody Thu Apr 23 08:00:09 2026 X-Original-To: freebsd-pkgbase@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 4g1T6M5QqQz6brGB; Thu, 23 Apr 2026 08:00:27 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1T6D2q0mz3Yyj; Thu, 23 Apr 2026 08:00:20 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cmplx.uk header.s=default header.b="uyxxSN/g"; dmarc=pass (policy=reject) header.from=cmplx.uk; spf=pass (mx1.freebsd.org: domain of lists@cmplx.uk designates 185.139.32.190 as permitted sender) smtp.mailfrom=lists@cmplx.uk Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63N80AeJ092360 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Apr 2026 08:00:10 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776931211; bh=MNiH3/5HhtIA328fZoeAtacCz7Qr4lLzHmlRiHm6zAY=; h=Date:From:To:Subject:References:In-Reply-To; b=uyxxSN/gGRDXhgZA8AHAvroDw4Ag/5RSFRSL+lAPbbkDFUlx7a3KJiTy+KChFOD6a cycf4IS2Zi09uo10/+U//GThfgRhCmIdkT6rg7+bsRGuLwfOopZBFS94RD3XHe698B XdNEVwWnGSULLQzqH8MQITxcM81hpWf3cAL94UR0= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63N809KA092359; Thu, 23 Apr 2026 08:00:09 GMT (envelope-from lists) Date: Thu, 23 Apr 2026 08:00:09 +0000 From: Anton Shterenlikht To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org Subject: Re: pkg upgrade -r FreeBSD-base minor version Message-ID: References: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[cmplx.uk,reject]; R_DKIM_ALLOW(-0.20)[cmplx.uk:s=default]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:25795, ipnet:185.139.32.0/24, country:US]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org,pkgbase@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MAILSPIKE_FAIL(0.00)[185.139.32.190:query timed out]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[cmplx.uk:+] X-Rspamd-Queue-Id: 4g1T6D2q0mz3Yyj X-Spamd-Bar: --- On Wed, Apr 22, 2026 at 10:20:51PM +0100, Lexi Winter wrote: > Anton Shterenlikht wrote in : > > # pkg upgrade -r FreeBSD-base > > Updating FreeBSD-base repository catalogue... > > FreeBSD-base repository is up to date. > > FreeBSD-base is up to date. > > Checking for upgrades (1 candidates): 100% > > Processing candidates (1 candidates): 100% > > Checking integrity... done (0 conflicting) > > Your packages are up to date. > > > > # uname -a > > FreeBSD aob 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 > > "uname -a" reports the kernel version. did you reboot after installing > the package updates? yes, of course $ freebsd-version -kru 15.0-RELEASE-p4 15.0-RELEASE-p4 15.0-RELEASE-p4 Thank you Anton From nobody Thu Apr 23 08:00:09 2026 X-Original-To: pkgbase@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 4g1T6M5QqQz6brGB; Thu, 23 Apr 2026 08:00:27 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1T6D2q0mz3Yyj; Thu, 23 Apr 2026 08:00:20 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cmplx.uk header.s=default header.b="uyxxSN/g"; dmarc=pass (policy=reject) header.from=cmplx.uk; spf=pass (mx1.freebsd.org: domain of lists@cmplx.uk designates 185.139.32.190 as permitted sender) smtp.mailfrom=lists@cmplx.uk Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63N80AeJ092360 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Apr 2026 08:00:10 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776931211; bh=MNiH3/5HhtIA328fZoeAtacCz7Qr4lLzHmlRiHm6zAY=; h=Date:From:To:Subject:References:In-Reply-To; b=uyxxSN/gGRDXhgZA8AHAvroDw4Ag/5RSFRSL+lAPbbkDFUlx7a3KJiTy+KChFOD6a cycf4IS2Zi09uo10/+U//GThfgRhCmIdkT6rg7+bsRGuLwfOopZBFS94RD3XHe698B XdNEVwWnGSULLQzqH8MQITxcM81hpWf3cAL94UR0= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63N809KA092359; Thu, 23 Apr 2026 08:00:09 GMT (envelope-from lists) Date: Thu, 23 Apr 2026 08:00:09 +0000 From: Anton Shterenlikht To: freebsd-pkgbase@freebsd.org, pkgbase@freebsd.org Subject: Re: pkg upgrade -r FreeBSD-base minor version Message-ID: References: <9e448d77-82b9-4056-90bb-a15557621edd@interia.pl> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[cmplx.uk,reject]; R_DKIM_ALLOW(-0.20)[cmplx.uk:s=default]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:25795, ipnet:185.139.32.0/24, country:US]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org,pkgbase@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MAILSPIKE_FAIL(0.00)[185.139.32.190:query timed out]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[cmplx.uk:+] X-Rspamd-Queue-Id: 4g1T6D2q0mz3Yyj X-Spamd-Bar: --- On Wed, Apr 22, 2026 at 10:20:51PM +0100, Lexi Winter wrote: > Anton Shterenlikht wrote in : > > # pkg upgrade -r FreeBSD-base > > Updating FreeBSD-base repository catalogue... > > FreeBSD-base repository is up to date. > > FreeBSD-base is up to date. > > Checking for upgrades (1 candidates): 100% > > Processing candidates (1 candidates): 100% > > Checking integrity... done (0 conflicting) > > Your packages are up to date. > > > > # uname -a > > FreeBSD aob 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 > > "uname -a" reports the kernel version. did you reboot after installing > the package updates? yes, of course $ freebsd-version -kru 15.0-RELEASE-p4 15.0-RELEASE-p4 15.0-RELEASE-p4 Thank you Anton From nobody Thu Apr 23 08:06:00 2026 X-Original-To: pkgbase@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 4g1TDs1nbpz6bsLV; Thu, 23 Apr 2026 08:06:05 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1TDs0Mzsz3b8W; Thu, 23 Apr 2026 08:06:04 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; none Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63N861CU092390 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Apr 2026 08:06:02 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776931563; bh=Vp8zez900ZjOz6zaazRKdUUVyAxmUD9gA4G9CqzGFb0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nk2RaNZEto4+aW5SeSnpsgER63eiy4v7AD6JeO4RP/5p0rsQ0mFowTKdfeZAuIYNS Ur+EsaRSk7vFb2bEWq/jW/WMKPXbkiavU5b5E+rg44rsZwPjyFt80nzMzcT90/w8wJ rq7WdEn1odtpvkpzzeHSBwkrM7n1qVvBjq/Ber2I= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63N861MR092389; Thu, 23 Apr 2026 08:06:01 GMT (envelope-from lists) Date: Thu, 23 Apr 2026 08:06:00 +0000 From: Anton Shterenlikht To: Mark Millard Cc: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> <4d128a79-a9c0-4d03-8b5f-02255267511d@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d128a79-a9c0-4d03-8b5f-02255267511d@yahoo.com> 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:25795, ipnet:185.139.32.0/24, country:US] X-Rspamd-Queue-Id: 4g1TDs0Mzsz3b8W X-Spamd-Bar: ---- On Wed, Apr 22, 2026 at 10:01:20AM -0700, Mark Millard wrote: > It is too bad that the pkg upgrade and the pkg install man pages do not > document the .pkgsave and .pkgnew behavior and how to handle handle > them. The wiki is not part of what installs on the local FreeBSD system > as documentation. > > Far more files than the wiki materials list can be affected, including > scripts and such. I've also had examples of configuration files: > > /etc/group.pkgsave /etc/group > /etc/hosts.pkgsave /etc/hosts > /etc/sysctl.conf.pkgsave /etc/sysctl.conf > /etc/shells.pkgsave /etc/shells > > /etc/ssh/sshd_config.pkgsave /etc/ssh/sshd_config > So, after adjustment, also needing: service sshd restart > > /.profile.pkgsave /.profile > /.shrc.pkgsave /.shrc > /root/.profile.pkgsave /root/.profile > /root/.shrc.pkgsave /root/.shrc > /usr/home/root/.profile.pkgsave /usr/home/root/.profile > /usr/home/root/.shrc.pkgsave /usr/home/root/.shrc > > /etc/rc.subr.pkgsave /etc/rc.subr > /etc/rc.pkgsave /etc/rc > /etc/defaults/rc.conf.pkgsave /etc/defaults/rc.conf > /etc/kyua/kyua.conf.pkgsave /etc/kyua/kyua.conf > /etc/periodic/daily/223.backup-zfs.pkgsave > /etc/periodic/daily/223.backup-zfs > > /etc/mail/*.pkgsave > /etc/mtree/*.pkgsave > > Most of those I've not had an example of in a long time. > > Even normal system programs/libraries can get such *.pkg* files. For > example, if one has patched a program or library locally and then a > later update has to deal with the patched file. The patched file can be > saved (.pkgsave) or the new file can be separately saved (.pkgnew). > > Checking for such files via find or the like is a good idea. > > Similar points apply to any chroot worlds and/or jail worlds that happen > to be pkgbase based. yes, there are lots of those: # find / -type f -name "*.pkgsave" | wc -l 155 most under /rescue: root@aob:~ # find /rescue -type f -name "*.pkgsave" | wc -l 149 Anton From nobody Thu Apr 23 08:13:48 2026 X-Original-To: pkgbase@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 4g1TPs3LTtz6bsgD; Thu, 23 Apr 2026 08:13:53 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1TPr01Qdz3d4n; Thu, 23 Apr 2026 08:13:51 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cmplx.uk header.s=default header.b="Ps/BghaQ"; dmarc=pass (policy=reject) header.from=cmplx.uk; spf=pass (mx1.freebsd.org: domain of lists@cmplx.uk designates 185.139.32.190 as permitted sender) smtp.mailfrom=lists@cmplx.uk Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63N8Dmvs092427 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Apr 2026 08:13:49 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1776932030; bh=A1KQqMRqt9jPG6tfnwn8hlUX4L1DbmolmXdTQiDznrE=; h=Date:From:To:Subject:References:In-Reply-To; b=Ps/BghaQojnVKsPqKJSkMk6vpedptRSCfdRp7PZNHi+XbmhvhBf4woWmpLVBxU42m /o/7Qlui9XIaBIswHGmVBUMuuLgbVOHnsOhcfawQKL2EasEKKxuMq+TY/WH+4jbjgr 3oc8h9eehEVh69JKFJ5MEP5zWiQn6mHGLpHOred4= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63N8DmU5092426; Thu, 23 Apr 2026 08:13:48 GMT (envelope-from lists) Date: Thu, 23 Apr 2026 08:13:48 +0000 From: Anton Shterenlikht To: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[cmplx.uk,reject]; R_DKIM_ALLOW(-0.20)[cmplx.uk:s=default]; R_SPF_ALLOW(-0.20)[+a:c]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:25795, ipnet:185.139.32.0/24, country:US]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org,pkgbase@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MAILSPIKE_FAIL(0.00)[185.139.32.190:server fail]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[cmplx.uk:+] X-Rspamd-Queue-Id: 4g1TPr01Qdz3d4n X-Spamd-Bar: --- On Wed, Apr 22, 2026 at 10:18:39PM +0100, Lexi Winter wrote: > Anton Shterenlikht wrote in : > > On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: > > > On 4/21/26 08:52, Anton Shterenlikht wrote: > > > > On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: > > > > I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. > > > > I'm still figuring out the use of pkg for base upgrades. > > > > > > > > For a few weeks all was working more or less well (some unexpected > > > > reboots, but I had no time to dig into that). > > > > > > > > After reading your mail, I typed the pkg query command you suggested, > > > > which returned nothing. > > > > I then did "pkg install FreeBSD-set-minimal". > > > > When that completed, I realised that my user is gone.... > > > > > > > > Looking at /etc/passwd and /etc/master.passwd I see that indeed > > > > my user is not there anymore. > > > > > > Did you end up with the likes of: > > > > > > /etc/passwd.pkgsave > > > /etc/master.passwd.pkgsave > > > > Yes, I have /etc/master.passwd.pkgsave > > > > So what happened? > > Is it expected that "pkg install FreeBSD-set-minimal" > > should erase all ordinary users from /etc/master.passwd > > and save the original file as /etc/master.passwd.pkgsave? > > no, something has gone wrong here. > > how did you install this system? > > /etc/master.passwd is in the FreeBSD-runtime package, which must always > be installed on a pkgbase system. the only reason 'pkg upgrade' would > overwrite it with a pristine copy is if you somehow didn't have that > package installed, but if that was the case, the system would already > be completely non-functional. > > the only way i can imagine this happening if you had a non-pkgbase > system, then installed FreeBSD-runtime (e.g., as a dependency of > FreeBSD-set-minimal), but this should not be possible in a normal > non-pkgbase installation since the FreeBSD-base repository won't > be enabled. I admit I got a bit complacent... doing major and minor updates with freebsd-update for years about any issue, that I stopped reading UPDATING, and such. So all this is my fault probably. I used freebsd-update to upgrade from some 14.4 to 15.0. Once on 15.0, when updating ports, I noticed some differences, read some posts, and found out about pkgbase. It's possible that I missed some key steps going 14 -> 15, or made some other mistakes. But after upgrading to 15.0, all I did was "pkg upgrade". Thank you Anton From nobody Thu Apr 23 12:28:24 2026 X-Original-To: pkgbase@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 4g1b3Y1Lv4z6Zcb3 for ; Thu, 23 Apr 2026 12:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1b3Y0dGpz3NRL for ; Thu, 23 Apr 2026 12:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776947305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cAeyE8PRuaL3y49e/3ODn5Q9qT3mKouFJoMZeGCEcec=; b=rF9kEhD4aUiwsVWsdIhgvS7OsWD6IzmKtUFLKfQdHPUZkdYr+LEhDLwpBWU61j5Lz+PdTH w5u13s0v0f5un0HgW4lkF+PkZe8O+0yrvJk+vAmKtiifnlc3egucZsGH/9UYnpGGg+VYr4 i0ZkPQJqbaODBgiyA2SHNExkh4CIHRyvIZVaUFgZLXb9xwz01rA351IBH3Y9PbwSzzBxEK ActiyQ+4rNvlHhE9APAwO/IVayH2c3dtdaR+5yYfyObT9YJDpcfPFeFlm/7uBpEFK2GV8s i81pKe5o4ZAZLlIcv4XdIZR8KTGCYMSPNWLThTTgBsiXaWD1vI2b4JqwrLBGhw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776947305; a=rsa-sha256; cv=none; b=bo4IPV8y1JKfy1HMnWLJBNBB2pHPrcdETivIhzGARI3HHgCJn4cDfzi/VevwFr09U/IlPB fXVnOzhVnTlhHI2LdcFRMIXZYmtn+5RPui31v84uCMc62K1S6bXcuhBlik596sBXc1HrR5 6KsTkAcend82zm/XL9pYKrcfk+W2L/EwUJsP8t26/9LV/a+t6r6fYlc9Gg6sp/dm//xhMB T/i0aYaO3NsFVkOpdswsQeRQlCArN+i9Odi9shaqnTxUi1LelYV0C+ogNiVLwkYeNiqqz4 jDaNZFwlOphWIjcU5MBu5IkD656cO2yzlwz84ZvaR7hXwh4wyiGs3SMdqru3bw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776947305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cAeyE8PRuaL3y49e/3ODn5Q9qT3mKouFJoMZeGCEcec=; b=uqSuavSg1OWG9X8UHbVTGs3MaJ+BWcGR5VVv/bTVG9O85vXkKZxaVDUHilYoqNfrdB/8QF Q3IQBvUA0l3r31nkWmi+92inTe/skg08h4tatZHIktJqu1pM2+VdkfAABebRv92PRQBhxU nLkDiFy2LglInAhnhfty3FRae5U3VcpapGc0uUm6UdymLIn5dwNdrzDnFpCSHbI9i7gdcb C4JewDgssHcbrOBLN5yKUn/QedtHuAsjhuRtJsAF0aDyKT7ud5EVybr6GCA86YM3xOYYi9 i7ac9tXMlQPvaUWL2/q/qSqLhDK/ISgICKNf6jrlHZlM49/wy+ZBP5eLe456ug== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g1b3Y0CTdz2Hq for ; Thu, 23 Apr 2026 12:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63NCSOWR072494 for ; Thu, 23 Apr 2026 12:28:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63NCSOs5072493 for pkgbase@FreeBSD.org; Thu, 23 Apr 2026 12:28:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Thu, 23 Apr 2026 12:28:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 Lexi Winter changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|bugs@FreeBSD.org |pkgbase@FreeBSD.org CC| |ivy@FreeBSD.org, | |khorben@FreeBSD.org --- Comment #1 from Lexi Winter --- this was broken by b8352da33f343 and should be fixed by D56589. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Apr 23 12:54:09 2026 X-Original-To: pkgbase@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 4g1bdF5msTz6Zg3W for ; Thu, 23 Apr 2026 12:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1bdF2cvMz3Qnd for ; Thu, 23 Apr 2026 12:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776948849; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yldpv6kleaTmAe+BFQhGzzIOx9HH7ENELCDp9JqJr6M=; b=e8rIw9Ja+H1jzcfTyKdUaLsF5L2QdScLcpR/XBi0/LY6IcIt0C75EhZiFXJKenEFe8xM1r mtcVQJJyJvxb/p63oTpmEbRYJfc4DjySzrhy+ndSuN47WhaWDGNMA9mLpVs+Vc9PbInXsQ 2bIfDqODLYu1DVXphSCeXVe+bFxgoJpySvmYRpqzsjnTD35UOM2dESkpas3Mu338Xg623X B5Ie6AGoP/HtOwmRA9tqY2S5QhKAUd08M2rOV+Uq6AWicu+lPIBbNexry6+yt8j2CcpL/C 3AHkPg0+lu/rsK4Zzzx8s+OUiLKym+28P1jUlcQW+mkcfQO6XjSdUkKyCV9A7g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776948849; a=rsa-sha256; cv=none; b=Ob6NRcHasP4SPZYXexE9c1dWrQBzx0o/gD5NLYPX0EFAc3blXxqzR3v8omKSi1Flf3F2Oq TuqOq/QwQylJJ5r+5eVKCFmMH3QyM0c127jnysC1LJ45y8UQwzZnWtuYikwaXdTA4sEfm0 FqcD5tTULH0GwZy5nU6TCz1RqJkXXVkoYCGcmM/GpKqIPe0DruDtGSwqidM41bQzYHrWNy 7RA5+ZKdRXPDp7KmfGUrMPMEKnXYGvPdm5UGBVy26pvwUA05nHJZFkiE+b3AEICpQZ7yyt 5DpqvtcjtlVVMXlX/qf6f3ArR8Tvz3rdcpNBua5O66dnsHuuiHRCCJdoWERLAA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776948849; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yldpv6kleaTmAe+BFQhGzzIOx9HH7ENELCDp9JqJr6M=; b=Mc5ieG/Ne8IsuLzCtBeG4g4tLB4TgexZVsiYZx+qWwk0VjMbPoRikkimgEjrITmK/zNe3N /EzivRXAX6CYT02xS/P4kLCnLGv0BMLJVTnC7eRlEMrgaNUeCfrGb0rcx9BJqoGyhXYnTj z4jg58r/bNYvZ0YU/xwx3JoYgjjw9oZItZOrOTEsAOgJC/MpnaDHydEEdQolyqzeAixWx1 C9o3H+PEB4ngc4kscEf7GrWPPA54c0Xe2TXkxvW56zS+bUtlazCWNAM/Hp68IyX/2RlOAH 8Bq+MsZpSAS2InFEYkFCTsqRB5HilZn8LjbQ3iYnW+GLkbfe/Ly+2pc1WJHiYQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g1bdF2B1Cz2T5 for ; Thu, 23 Apr 2026 12:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63NCs92R022481 for ; Thu, 23 Apr 2026 12:54:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63NCs9Ut022480 for pkgbase@FreeBSD.org; Thu, 23 Apr 2026 12:54:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Thu, 23 Apr 2026 12:54:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://reviews.freebsd.org | |/D56589 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Apr 23 12:54:28 2026 X-Original-To: pkgbase@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 4g1bdc5D69z6ZfyZ for ; Thu, 23 Apr 2026 12:54:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1bdc25JHz3R0y for ; Thu, 23 Apr 2026 12:54:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776948868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=riGwg/AD+cww+B3L9GbM592mX+dSnmNRTZ3ao3KKExo=; b=sD4+y47k8j7qh+gGSjRTxbmSc7UHJx/8ah9S8/6b/FCZGTpC1trDwj3kf/LiDNTlA0pxE1 0V8dUStTwr8NfOOnWdtOUCL5qNjOLzaNtGM3IkaOHh82Zrs9CEViZIf3gHTjXFx8P1eT+F FJPSLh9vKXDGjYI6vAZEx/2HoDkjSTdQIiEBDrQ41L1Oba8EGM0D1j9pJK2WUVGQrsGiHW x+8mXspqLIGY8xQKMoS60Xu2SqOIPmBF7zjyaX3Yh90BaCcb/Eu/l87qvIGCGMzQ6raI9i FK2KTWmrlJTFEG7sTKd8yhQc8NMbGEvYtNlNZQ/LuqbQ8L5A0i7w+pPqpck6Cw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776948868; a=rsa-sha256; cv=none; b=T2+QFLsbA/QlerbVO8G22gy2Bi642LpFI69MbNuVHQWQ+QRPDWH8wzsYr1BoWUY1OdKmAH qNHgvOXAtwzje3fnOMXB9rUUUeu3YDNmbGdDr0mdcH4DzF9iuC7gBbKpaM9qYsN4AFm4lZ GnMFoRepGcoRDu81nmuPDgJJP02s8cjtSXYwXL+JmgIlO4tJLt6+OrDjBBVuyPyN08SusM dzTt0cwBAzeDf5tfLFcuWJGQizTNlXuQhHp0xSEbo8LjM5Kwd9pEQkoUI/dTNyKpJ8KAQN RtNos25ya/zy0nCMPCTNwmaSTdK98NFp1VMQoEf98tXhe3nBdLDx8WxP6doFzw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776948868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=riGwg/AD+cww+B3L9GbM592mX+dSnmNRTZ3ao3KKExo=; b=lIydQQsWXlQV8P8z9Cj8UkM8nGKc2A42cDETSOfgd/rN9ZJkNZbArPOhEq1e2V5xAmWizs NGY+kda7B4VZirn3l1ff3MIiT/fapRvnOkHUS6zX2h8w17ymZOqqNQ9qYZtTumyBBh7uOo XrqfKyhIkyfMClqZR9IitFWvC7/xRd03Q1udPKf44xXR7qL84CmW/fy4iqKTPCJQwF21Ai 0kR+7M+XBNWMr3wwLAv5JonV9UHFCnT4OjLCJDIpi8q5qnN0rQjjmnRLoHOPIDZAN+S0r3 HiazdOUvyb8xUlZzp5oht8asj1C9rf+EfyPImqhdnW64JZD3SW42/7uluBu8qg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g1bdc1Tlmz2Ns for ; Thu, 23 Apr 2026 12:54:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63NCsSR9022696 for ; Thu, 23 Apr 2026 12:54:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63NCsSiK022695 for pkgbase@FreeBSD.org; Thu, 23 Apr 2026 12:54:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Thu, 23 Apr 2026 12:54:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #2 from Alastair Hogge --- (In reply to Lexi Winter from comment #1) Awesome. Testing now. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Apr 23 13:52:22 2026 X-Original-To: pkgbase@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 4g1cwQ38Rlz6Zllx for ; Thu, 23 Apr 2026 13:52:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1cwQ0HZcz3ZD8 for ; Thu, 23 Apr 2026 13:52:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776952342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wHbuzBuIrBNbKvwaJN5YLX65lhUMIcqYvqqLpuntOfs=; b=S/iVxNNmNZRkBTavrILSaY5WhvmIC4DJwpJsNO2XoeYtBqx/TscmjmYsXdyE+2T6VZz/Y9 qMUZWNWp/Snf6Br4DU2uSX5kCThm7PL06BZbEeuH4nT0UOpIQMILnENhAN3zXml+L8QN5N zqeGJeKa7wDCZzLLt5FBMjwsLqmfbCRlC18piU9A88JZWDlw/KjrKurJz1ydG9Dhqyh+52 U2vcUym7STvoXLcUOgPNNFZ7QhXpuP5eaVPEuva6HOvzNfHpxHO0zhfzlCoUm+YY1xf0I9 Y7hxtjZO3BjXaGV2sOJj+Yyf4O6oiNbYObjGt/opN8n7WEB00rL58cDm62SO/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776952342; a=rsa-sha256; cv=none; b=hYLN7cmpBtib4sHdeQRLSkoRcwHSncicWom/11uj4shIAHQwStSN3oWyi81zLclxEtqqM8 1ZhBB/aNbMIh6rZgGMB8/qYY8DpgDC8iAzel8qncVQ7h/cC03RqmLp0DWOZFvO4RIVan1D edq81bBApIbetLL1090WZ4hpWXtDffnStcwvSRZVaCkocInQzeTKKKyFqahR7jH15ET2cd gT/Tscb50fcTbLxASBcv41zmhuVjM1/ysbOdpaw0N7z8WUah1UE8MMH1C22h6Q9zHTsC6J lV52O1w9nW36evAIRJdkLzAjPJb2eaCqUSjvdOiI7F+wEb7o4RM4SG802/vJCg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776952342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wHbuzBuIrBNbKvwaJN5YLX65lhUMIcqYvqqLpuntOfs=; b=ID5G1jyPPt7fOLAp0j//305Bufau8A/51d+lzHnY8yp2EhU8oWNIlbjMygYh0L3brLKgsx mi7N/UdspFSnyb3hxwR0PWC6pH+q/wSH5+P3OJk6cMcCj5fBNbygVqgGBb0KXSIY7M68k4 5fFONqyNI4uDG+Vzk9IKWmTNTKKW3YOQy4JRICn5uAhAY+KtzJGuPAqq+u3P8+EftZ7qOC EFhPghhCeE7STmkbG7QdJoK01ptKVL87HbJcaPowicqL5+macCPsFS2t4x1SpNoP5xMzmD 1pinVvXhENJU3QosrlRxNcmztHQOOf/dmaR/4HnnK5UgD66FHXxEfvdfYRMcvA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g1cwP6MVtz498 for ; Thu, 23 Apr 2026 13:52:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63NDqLM8032654 for ; Thu, 23 Apr 2026 13:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63NDqLID032653 for pkgbase@FreeBSD.org; Thu, 23 Apr 2026 13:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Thu, 23 Apr 2026 13:52:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #3 from Alastair Hogge --- review D56589 fixes this bug. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Apr 23 16:54:41 2026 X-Original-To: pkgbase@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 4g1hyz2nZ4z6b6Rg for ; Thu, 23 Apr 2026 16:54:51 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic303-24.consmr.mail.gq1.yahoo.com (sonic303-24.consmr.mail.gq1.yahoo.com [98.137.64.205]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g1hyw5l0Yz48cG for ; Thu, 23 Apr 2026 16:54:48 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=ZrXaXhBi; dmarc=pass (policy=reject) header.from=yahoo.com; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.64.205 as permitted sender) smtp.mailfrom=marklmi@yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776963285; bh=OlP4R6bCPtBiHLbw0d0W5ZufThy5WDUksZXYY/MJfsM=; h=Date:Subject:To:References:From:In-Reply-To:From:Subject:Reply-To; b=ZrXaXhBiv30bYFoZK7cAsNA84cbKdprIy/kzMP2uoJmXZHA6XVGORtyMBIiZk8oOSylRRlI1k8uKLsng/3YWbNYAELsc6C/7fkDdAIldn73q6WNC6cReJNw+jVydNzhQ2cxg6t+tsOKq0DyQmAi/yRdkf8XqKUoaJr5aVny4FgZQYYkxvemvcYkxxjpnOSjm7UdcIxNHWowyNLfKsIyrjkLnCqkrlyIO6DlT5rin2Jx4SnC9XuEgIxzdHKzF3QNU5rgL0zEOH8Ru/SIGpoGfV2iGGIWG+P8WBW1Gx/Z12wxaA44QlNQZXBssvfTGzxiWFOLNrsjQAE2LaU+JCxAbSg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776963285; bh=btQi42s3Te4LkqD4Rr4goTARtRO0APSw8Lzkidik+DH=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=W5wIFTSPf2eyUtUG7T3FlXDF92F7Wku8ezw5eWBZKAeQJrioHcBSlf6HgXDkj2eTDTmLvvU+nLt8TLtsxQw1VvCr05L121UoW1lTOkLywanWpCyTheH3nYTTpQumYCkbI5kyCsdRn5Vviexwwf07x49LMSaFsiGsHDJ6dKpD1+ErjL5uXprdCv/3oFisCaoumsNNzRzflRdePsNaCtKb3Z8SQo1WOBUbnRaUd+WV9VC/Af4j3or6E4fV7wtkvXg7hYo7fyi1iukYfzByREwQhsGTGz5THzn2+vtobX/FS2NLUKpSxxHUYvJUtOyU4F6VJgEjLf/ABcUaWgh6Iapfuw== X-YMail-OSG: Szlp4REVM1mSZV1sKA7o00Q5JYIk0oN_r9rvb9FpEufcJMl8G1PAWiWR8cWrDVK XCDXb0ECdB4BZqvORy45R5nMmfBQhQkeSoSfr3uT4j3ZXssVjzskbp2QFmduJuInwJ1B3RTULie0 o0Ddp6uTZ3KgXt50wT9NfnRrPTE8j5Vy0xCV8BSN17Jq.usqlvZBdOITPKAD7QZBn5ZY.eOG_fna E9i_3OLeTXorLHvvilp96yU2yH_aqQLKakcPPU9uWai33kzjg0_p3Q39r.bpP.r41V4Jg.t8fefZ P2YyKfxQOdYw9JZXC.ZEZ4ISzg8JfbS.cuZJCxttMQ0YJzgdA1p1ujhCGRTOMcO5EzJid5Zy1JX1 U9ftXwT4p4vmCZKgpHxSWlD1nLrd9mWUrV.3LfTA08SjlYMc7NJhxJMCwpOJrT5HHxi4.qUWGEYY Q6CzRTf86eDqTfLkIgY826ew.ncQ4p1ARzbmZK7mt0Dfjcdgy9csSX6qOj6FBR3V8sfB4dXVId66 JWoHPbjrhgmqbvYugZIb6GExnRjc5EVJuOdXC.yIOCnbvdDnqzrERylZNLIm.EpbVcOPOsYB7wnY pNTdPHQRi5kwNnUS1nSB7MLLvFuS9DBvaKhbERBUGSe5DJ9qEKHpllZKv758q8IYQDXMMqYJK846 w3CxUN4QUnwq4xJDc4dR0kl4TZ7_vTQnpaYMPAHd3BS2ShWworgCuTUMtDiuW9CFnSNmI6XhHiA2 9BbdmmEbvoW9NspWHMpO0e5vTAz29GC73b6pdRgkN8I6r4mN58AcK6QKFWV_6qigDbmd3k7KIie2 5jRNYq9r7pngrlVk4vn5gER20Wm4I9E7mlAxIEo6HScTEN6KDhjC3zMHjJxtGtqbDBHrcEVhUZWJ IgVT6fzpU4gCEIphDoLFLYtA6WJ2MwJu22Tq9aReuG9..MYYWHnyRgA1xpsrZi3reHf2K5ETuCRP l7QwPB8WdpIMW1IwJ2a4PM5p7sZk8jJxuixZTZl5ka_Y.HK.J_QdklWi6JyAlpkLbeBBD3k91Mxy AjHceiEUbv9ghOuLGFTE96TOQqFeogECif.86mNHlyEa6eMZ.JSX.foy9P.S_zuKgQ4R2THaDk70 sfJNG679.0uK8yVrd9wU8GvAlfyqR6A1SzlXKEVnyxDFDaAwJO.84SSvtGT5x0oe.G6I1QYQJUdA CZyYWqc2lc_NQRDppAdjhxv.5Ln5BtSsFbtgKRFmYUj_OdxTEulF48nOcWPj8qUHCLPLjMClhepz faWr7GZYkWsAnQ85wYpiewCFxuOZtc634UY1iKojLJCPnUpJt3YfptblC3KMc23MNiufRHT1Hnsv 1zGVi87HXoUdfqAfNIW4LoIHAIn_OLrRa53MRhX0TuR0R2BRXMgc7zl7WyFV417uw6pAen3qZuvA RMm1rXydhN.O0mebDV.sdWNGDMdex8DR7DH7IdSPTHryIESt8bIU.xaLWEr1gB1p0TNmPEIU9jYE HeSW22ukBk1VSryoNumiCBMUOfzsipV_kT3pLNjYK58tTg3mjZtan4hAh_eet5kRgrjDIipH_ECb 4HEv_gv59DMNaOM.HOvgqgT1n5kfJLck0R67OnYmHiEifyv6JtgHWtG.gKejxKQaRXHj4LVrutVZ kMuOs7S62bgwSr8U7C3TvVl7Afs82.32G.7ar80.1b7ORVB5zh4ZhbODouGNEGUJRUrrRazySX2W JXLLRzSagsv5ifJMzcP7BM1gdidlPOdCOCIHFqP4JVjmgQ_M_P0R3HdEcmWe1EK9jkQXXXo_iV6U ETdQrtZXXmbP069crRZBzokaaS8ry3IEU7VSkZZTKD4cn1CI7NrGe7xyaz6JMrWos_yqUQiQnl9M QKHYtkrhS_3HzM5bDIZMQSblPyHl5RDA4144nuLeS_wurnXNnPPHvf7c8oMb2iHa_z0x3KD70Vca 0lNEluMsrmqTZ4t9SeY3lPWDqmaU9Kk8jR8tCEIjigiHtmtJxq18oEWYv0jn4rEyaxswFZ99LsFy eckWBXhTnrHytpn3icohTtetXF6Y4.EKF_aYCpwlXAvOARaE.9p8icWzyWV4FETVAy51fUuEvUgz pVwtTpK3sLzNIhyBimJMBQjECmTexg_Cnu5YJNFNHLimGxM5TnqMUkZGcmPBvRAhA6GDm9VwtHYO aTPm5ahV.JA1GkkSQufO.MTPDBRhYxJ4hmGLaFtr6Pmi0GJPRDB1zw.CxKrJQ0fORhkgdhyBDvlc xCyW6Az_g4BIXgWtpP1uxHdGUAwhZ5deyr6e5fQwpx6TWFYBV8hOdKEClzNOY84_nzvrT_0WYa00 GhZQAebCefU8i75CizaiX5pCgvi90M_ZjJ1ExCnzMZbO2uH0- X-Sonic-MF: X-Sonic-ID: ad3c7f38-f88a-4620-b338-e519c8597bbf Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.gq1.yahoo.com with HTTP; Thu, 23 Apr 2026 16:54:45 +0000 Received: by hermes--production-gq1-7bb7df5c46-qhlmr (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 434060efb2f2cd8fd11a4c5e9c077be2; Thu, 23 Apr 2026 16:54:41 +0000 (UTC) Message-ID: <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> Date: Thu, 23 Apr 2026 09:54:41 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht , stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo X-Spamd-Result: default: False [-3.83 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; NEURAL_HAM_MEDIUM(-0.83)[-0.828]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; RCVD_IN_DNSWL_NONE(0.00)[98.137.64.205:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MLMMJ_DEST(0.00)[pkgbase@freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.64.205:from]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim] X-Rspamd-Queue-Id: 4g1hyw5l0Yz48cG X-Spamd-Bar: --- On 4/23/26 01:13, Anton Shterenlikht wrote: > On Wed, Apr 22, 2026 at 10:18:39PM +0100, Lexi Winter wrote: >> Anton Shterenlikht wrote in : >>> On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: >>>> On 4/21/26 08:52, Anton Shterenlikht wrote: >>>>> On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: >>>>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. >>>>> I'm still figuring out the use of pkg for base upgrades. >>>>> >>>>> For a few weeks all was working more or less well (some unexpected >>>>> reboots, but I had no time to dig into that). >>>>> >>>>> After reading your mail, I typed the pkg query command you suggested, >>>>> which returned nothing. >>>>> I then did "pkg install FreeBSD-set-minimal". >>>>> When that completed, I realised that my user is gone.... >>>>> >>>>> Looking at /etc/passwd and /etc/master.passwd I see that indeed >>>>> my user is not there anymore. >>>> >>>> Did you end up with the likes of: >>>> >>>> /etc/passwd.pkgsave >>>> /etc/master.passwd.pkgsave >>> >>> Yes, I have /etc/master.passwd.pkgsave >>> >>> So what happened? >>> Is it expected that "pkg install FreeBSD-set-minimal" >>> should erase all ordinary users from /etc/master.passwd >>> and save the original file as /etc/master.passwd.pkgsave? >> >> no, something has gone wrong here. >> >> how did you install this system? >> >> /etc/master.passwd is in the FreeBSD-runtime package, which must always >> be installed on a pkgbase system. the only reason 'pkg upgrade' would >> overwrite it with a pristine copy is if you somehow didn't have that >> package installed, but if that was the case, the system would already >> be completely non-functional. >> >> the only way i can imagine this happening if you had a non-pkgbase >> system, then installed FreeBSD-runtime (e.g., as a dependency of >> FreeBSD-set-minimal), but this should not be possible in a normal >> non-pkgbase installation since the FreeBSD-base repository won't >> be enabled. > > I admit I got a bit complacent... doing major and minor > updates with freebsd-update for years about any issue, > that I stopped reading UPDATING, and such. > So all this is my fault probably. > > I used freebsd-update to upgrade from some 14.4 to 15.0. So 14.* was never in pkgbase form? > > Once on 15.0, when updating ports, I noticed some differences, > read some posts, and found out about pkgbase. So the conversion to pkgbase started from a pnon-pkgbase 15.0 to produce a pkgbase 15.0? Did you use https://github.com/FreeBSDFoundation/pkgbasify to do the conversion (no matter which FreeBSD version was the starting point)? > It's possible that I missed some key steps > going 14 -> 15, or made some other mistakes. > > But after upgrading to 15.0, all I did was "pkg upgrade". > > Thank you > > Anton > > > -- === Mark Millard marklmi at yahoo.com From nobody Thu Apr 23 17:07:30 2026 X-Original-To: pkgbase@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 4g1jFm3Ng9z6b7TP for ; Thu, 23 Apr 2026 17:07:40 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic304-24.consmr.mail.gq1.yahoo.com (sonic304-24.consmr.mail.gq1.yahoo.com [98.137.68.205]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g1jFm0WYxz3CXV for ; Thu, 23 Apr 2026 17:07:39 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=uOxRYBBD; dmarc=pass (policy=reject) header.from=yahoo.com; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.68.205 as permitted sender) smtp.mailfrom=marklmi@yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776964053; bh=cWus93h3TZStogIVBeC6I/XC1hMpJidT6BrKPeN1WOo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From:Subject:Reply-To; b=uOxRYBBD/uvU54kpW0MgaXVWzlJx17jdbwyuF/UhWwRLsjLoo3cRysdTt23tUOyb+P7P9LJQkzAreMtVlvFBLqDj6sTCgx6pvWQ1KcJJ9x2XPSzDDsStZdbcvvGuVcODxSBZd4tFVTeSicZZd9472pbogF53gpeLi9fNhch0nLnsE3AkHvSK5MQZ5QhJRgZsAMDkzeOtEjuzNRmDOgqJkP4EqK6eccX+INpWy0TjMbdyfrp/QEar3otF0CI+TYzX+9k25ODnn+6swL9nGKLxbPtyeVEhHOS2G72Ua2a6a40E6vKQfw3GKEUvZWjBtlzSbOLELu3b961jHV6TTUsI/Q== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1776964053; bh=hEJ3YBKwU8AqCMWA1b2CZV6LjOqcSDzMe203a+ib8F9=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=NjR4ls2W2otq1n/SN3glqH2sMS3RSO0KZxUr5aBb9R5kiCHFkxQnidUV8j4jl0mBBq1/JIloo+7SifhlGml3gt4N2JnSopwTWc1MyyNHvAeNeGeNDmSpY8nsyUpF86E15cg/TLSupQF+n3MnP/W9ljLtaqkcwoTPWzk4ZgPFAELSYUdRxhxGL+GzjR5mal6TWDHq4cQ9GKPoJebcg4X3iJ8ZXjuXa0qVjiqj3aFkVW/Xb67F4qfAqB+vcX3KSmfwdG9XusbD7oUNX8e6NXsLvzSGBEN6CnfeMFGDeuFb1lxbJCFNXvvPdp9qOF86bIKDao3YAGMToEOdVo96rZo6mw== X-YMail-OSG: 6N53bH0VM1lDZCICYg.CHMZmnRE26mJQXaYK.58u7AD05Ww2erkrtD_AhviW1I5 R.vMKFAoxvBeGA_xPvulp.yH5Hz_4VqlA.DFcXmMfX2s6aDqp.0MKqClxZLnZzf7wsDN3q5IKVkJ 4AULmEhNsmP2hZDlwFUQonFVtv3ybscc7tE48RS.wGnWz.sGQg3_QKPdrmMWcXerahqNrEn_R_iv zTL1UrpO2MGSmdwKoMa0B7aJ4yjH5iF9Xt1cyHHHiBaGVcrciDQafezpnImszxP.LxhQP2cs9XYE HUtp_.vJs6gJRIb7847rX5cR.A37xAXUiSZTkm_CKrB.zTfWO6d4eumEmU3T7ZNbiD661mbFm0gF quRux60oBg6cCHgW9X7is3yVDGd5_M9mqZZPv18ip8R5PhwZyzuUDxe_.DUiwzahlMlRTkBbBxUL gGwRAT51pCZ1ZN8iAvvPRZVgn3EN_SHrdzVo7v9cLYMV9vH4pdXMlLbH1IWcPeRKxrujP1FKX6Sw BsQmnh1swJ2KepI3wdiP7k43.giADwcaDb9AUoYhj.dpvmBOnz.pG.kDQrE7laN1I6nU0GYapFQ4 w0D3gl3fWEeb35.o5QZjelCuQW3fTZMGyYU_lr0auaGdLIVim69AahJYzYxKRh1wDJLeom5fjNi5 W9Dv6jPEq9s5sSwBBdZN87T0axjf7MEJmg4dy2xgCXqLpZuviKKLa_hvGOAQk5c66ZFQhGdoaCsE xcnm.aE46VNhTfIJuDlYkOmyVDQxxnIEu3pv.9kHRhNli_WfajQNFRByxAbU67jWLA4TNYdaMqde zXM5bbx38xnlZxO8NzZKD2MR1L06yW7.uH7QyLyoI5PYkYkQ7OwJScipy0BPz6FV71n7B08ER.xZ DwweqVQOVsUdf2TzGUhUwMHiuSTUb3PGT0rt4xGZMYb538zVKikIVtpSP1qoPt1ltjagYQSCQhEz 8KYinVd.GDnbxHRYZhIuZ1Kr.UFWqP8OBUrajAm2b.DuYLJnkjs9gIL4nZTOG.5xkftP6FiC166U 3lCfHOaZsusPunB0epaNOWd0_5UBXnBT5NiJgozcjpi0mmkeVgiCJM3qa35J7aK3i5J1UQyiCDyF i5wOeafGyq7Gtz3pKlXXgh4412jdc6.tk7hfWJVGPPamTmntRXB4Mo7w7a72IpQbTdcAkwVoiR9q O_8BlqFlUE0F6UzvQosY0fC8eUIa8tjHTLu4ku92NKd_8ORaOV1ZwdKgibkA0OLkj.S5dqxaWUpx SKPhCKqSkeGbY8VMYg4ff0krY9y1KO3yebNHR7RIR_agQRofL.mxU245qy0eDYQ.gM9B_wg8wHEo xNW8YlE2qVpuZ6aNVoG8V8vPYtcdCQNbj6KOqhTdWcm.0xNIQzsB_a93NrzJfoWeUjofG060IgP9 c.I7Ab3irx_CRBt5dInXHz0lGQhj1xG0Fs_g6vFlVKZO_FeO3V225jjDBRtJtPf80Hw602FBy4bo M.YS0LAUzPz1fGFyPrOtrRh7xauWtzEo4Eeq.QhcCPpV3MUK1o.Dl3ZtmuFDkMkPfi_iGhNS8V8Y 0lGGzT8r9tdfqHM6zcTApz5WwbdHT2Be47Ysrtif_nkGwHh3dr8X8_fPHe_C1nHoMbpMZiScRFEm GNJ.8BP5K3qeEHluczKBvys6UEK3uP2GkhhzeHP9cYcDnIqHn9ph2h7RBSXHalDINmRObe_oOpD0 q5GDcHUYlGMYzLbTDW_nZ8ftpPZy.MANMfx65jSE38lB1kZDVeOO.nK8JdW6P2WqyOkOIO8bn778 wCyDPRS8wZIedKFfa_A.XA_2fXv2isuxYySVQZ.3xYvNo7AR5l43O0VnqWk0e0WyEHs9CpNXGJ2V ITXTlaxsioSbtuQvAPv32XkPXF3AR_mLQzLpLntUQUAY7Bxp0qVmB3zgjJIQUHHuIzAEfYtfM5aG zzHYr2_5pX1o0zJdjnzWg1axvqmoopzV7bhYaDTPbPhi0sb3UKx0JOMo.ZeHS38F7dLdghTLy5b6 vHQw9Vq_ECGuSYNWBsUlIm1cBmsmnvVkWE5.P164QB.6GV5Wu1IlhqbSCUQVxjdSY8HCTUiJu6vQ jc0qMSjPmMVSUtdTiZAIWAQjxiv8oeDi3qXKiTvJjL7TnJXKBLXDFoCQPyWv8Ra_bIwicHoVnQ7P WwSDb4fGlV1bOzazkZas7mjtbdSF.1NLrAuC3MgV5Ejp1.P0sZ1_v5IpU7iQBCjrjTLJdBxu_jtq PmalzWRuPMn6Ag2FNPi6UP8V_XNh1pdce_eS1px39yM4P9iO3HFIpGic1Lhsmh5Q.4JZ7muyDsV1 OJKTJjTjPudu29TydwIVyZEuKp3R8GiPcgLfMh1QW1w_C8tdz X-Sonic-MF: X-Sonic-ID: 999b5708-fe8d-4652-93b8-b7b050a1688c Received: from sonic.gate.mail.ne1.yahoo.com by sonic304.consmr.mail.gq1.yahoo.com with HTTP; Thu, 23 Apr 2026 17:07:33 +0000 Received: by hermes--production-gq1-7bb7df5c46-wmvqp (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 64c68493bcbee0ca0355066fa101ba36; Thu, 23 Apr 2026 17:07:31 +0000 (UTC) Message-ID: Date: Thu, 23 Apr 2026 10:07:30 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht Cc: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <583fb3e0-0a81-4ad5-9d1a-34bf3f82a14f@yahoo.com> <4d128a79-a9c0-4d03-8b5f-02255267511d@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo X-Spamd-Result: default: False [-3.83 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; NEURAL_HAM_MEDIUM(-0.83)[-0.832]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MLMMJ_DEST(0.00)[pkgbase@freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.68.205:from]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[98.137.68.205:from] X-Rspamd-Queue-Id: 4g1jFm0WYxz3CXV X-Spamd-Bar: --- On 4/23/26 01:06, Anton Shterenlikht wrote: > On Wed, Apr 22, 2026 at 10:01:20AM -0700, Mark Millard wrote: >> It is too bad that the pkg upgrade and the pkg install man pages do not >> document the .pkgsave and .pkgnew behavior and how to handle handle >> them. The wiki is not part of what installs on the local FreeBSD system >> as documentation. >> >> Far more files than the wiki materials list can be affected, including >> scripts and such. I've also had examples of configuration files: >> >> /etc/group.pkgsave /etc/group >> /etc/hosts.pkgsave /etc/hosts >> /etc/sysctl.conf.pkgsave /etc/sysctl.conf >> /etc/shells.pkgsave /etc/shells >> >> /etc/ssh/sshd_config.pkgsave /etc/ssh/sshd_config >> So, after adjustment, also needing: service sshd restart >> >> /.profile.pkgsave /.profile >> /.shrc.pkgsave /.shrc >> /root/.profile.pkgsave /root/.profile >> /root/.shrc.pkgsave /root/.shrc >> /usr/home/root/.profile.pkgsave /usr/home/root/.profile >> /usr/home/root/.shrc.pkgsave /usr/home/root/.shrc >> >> /etc/rc.subr.pkgsave /etc/rc.subr >> /etc/rc.pkgsave /etc/rc >> /etc/defaults/rc.conf.pkgsave /etc/defaults/rc.conf >> /etc/kyua/kyua.conf.pkgsave /etc/kyua/kyua.conf >> /etc/periodic/daily/223.backup-zfs.pkgsave >> /etc/periodic/daily/223.backup-zfs >> >> /etc/mail/*.pkgsave >> /etc/mtree/*.pkgsave >> >> Most of those I've not had an example of in a long time. >> >> Even normal system programs/libraries can get such *.pkg* files. For >> example, if one has patched a program or library locally and then a >> later update has to deal with the patched file. The patched file can be >> saved (.pkgsave) or the new file can be separately saved (.pkgnew). >> >> Checking for such files via find or the like is a good idea. >> >> Similar points apply to any chroot worlds and/or jail worlds that happen >> to be pkgbase based. > > yes, there are lots of those: > > # find / -type f -name "*.pkgsave" | wc -l > 155 Some of the 6 that are not in the below 149 might be important for some of their content? > > most under /rescue: > > root@aob:~ # find /rescue -type f -name "*.pkgsave" | wc -l > 149 That suggests to me that you did not use: to do the conversion. Did you?(If you did, this was an interesting result, at least at the time.) If you did not use pkgbasify, then only you know the detailed steps that you used and it may not be clear how to figure out how the above happened at this point. I'll note that /rescue/ content is normally special, being a bunch of hard links to the same file under different names for the most part, if I remember right. The *.pkgsave files might not be that way and might take a lot of disk space for that reason. My expectation here is that the 149 *.pkgsave files have no reason to be kept. -- === Mark Millard marklmi at yahoo.com From nobody Thu Apr 23 21:22:40 2026 X-Original-To: pkgbase@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 4g1pw31YP8z6b71j; Thu, 23 Apr 2026 21:22:43 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1pw26Lz6z43Hc; Thu, 23 Apr 2026 21:22:42 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776979362; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UuOj2B3TJRSNfW7cfiGxUKAWr/nAa4VCzo+ePFagFSQ=; b=yw0fhqYIwuUslR9V/bQ2P8WFlxe4lsVFEwS6cHshz5nnnxonsde66ftpyLG4geAnAstroU qq1Bbi/1zD4LOz3Jp5ud8TmAhhTKYsdhtL7iMX25jwbqCAzZvMqp096GaxyWUNPA1NyXjK 9+UrLLN+YVXiL0WaOVBFJmbTmEQFqqkC5cCFqHNfSosVm789uFQDQvEPs1FXFid+LTvVDj pXFqA4p/iPu+/Hn33MkFatwE9b56ueHSqcnFNYv4ZtYvLUNXoonc8CwvG/0JxZ1ZpR//0o aCIPISFFFtLILXp7dw+M45yJkRQ2lKL/+ngmqTQR3VnTwPCwpqSKI0Ec7xzczg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776979362; a=rsa-sha256; cv=none; b=im7edFPMhRY8iIqdTewqFCJUUFJzSglCIvz7S+KR6frgkqUFYho7GLCHIYALel7/duGITd 5PSCXTQq4mZR3mZbTS76dNa4T4JiJ4LtAQ8PJ49ksHf4MHNjHfxae/ZbePNyVLNKxuy8GV pxiFqp2rBz2Rot5FpkyaHr3cXkIUk1FzfakcLB9JXV9X3IIZhCWBHT2/80RpC2bdpN5PcD b4HxNykaifuKUveaAZ5DwcBldslarvHMDB5Uj3nwxJHwJcJCgU4fzvJaSw1n1cwrSvctFC tmsmTT+XXg5I/3VXz019i2Ro75WzK7Yy3MzMj75dpCrW67fqNAhaZ5C1T9bcag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776979362; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UuOj2B3TJRSNfW7cfiGxUKAWr/nAa4VCzo+ePFagFSQ=; b=v9kZLC8XH4fX6BVv/VrxgKK3kE6H8i0O7msIB7cImtP/QEQohJQ/Lj9YLdahI0ulhnyNQW sQjIFXDrd+8rbtGv7eXMSTi+up67guMaWEB09PunS3yORXtAqeZHwM8NBY+g+yeCQsym5S ZaiX6vQF1hMQhj6Zw4UoDVw2y0dHQ4k/A1Gzt+U/CTIflM02uJjvR/2QpmDXerOgQlHDG1 XcYON+ksbMD0d813W0URwsR5BvszlinfpxDJjgjZMThyqF+7kRpLCjkDC7sfYcgbz9Z7GQ qNU35wEkb/TsH8V76ZWClXA6DT6u6I/h0ZURwLvcbV1JlZFKfJuKQ3OG9lDFwg== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g1pw23DYJz13VQ; Thu, 23 Apr 2026 21:22:42 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Thu, 23 Apr 2026 22:22:40 +0100 From: Lexi Winter To: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: Mail-Followup-To: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E6qYEGDNakpfudpg" Content-Disposition: inline In-Reply-To: <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com> --E6qYEGDNakpfudpg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mark Millard wrote in <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com>: > A 14.x FreeBSD-runtime package would be replaced by a 15.0-RELEASE-p4 > package would it not (if that pkgbase -> pkgbase upgrade is the type of > upgrade that was done)? Would that produce a .pkgsave file for the > /etc/master.passwd (given the RE-unsupported nature of 14.* pkgbase)? =66rom pkg's point of view, it doesn't matter what the old version number of the package is; if the package is being upgraded, it will not overwrite configuration files. this would only happen if master.passwd was not marked as @config in 14, but i'm fairly sure it was. a couple of files were missing @config, but that wasn't one of them. --E6qYEGDNakpfudpg Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaeqNnQAKCRD1nT63mIK/ YEQ5AQDt+h3QtqORFjBZMh5NK/1rZndggnu8qPKqfWg9216KVAD/Urk9ijhOWLCI Wo01fFGh1+vjPG5r03jabMcpjY4B9ww= =0z41 -----END PGP SIGNATURE----- --E6qYEGDNakpfudpg-- From nobody Fri Apr 24 01:33:48 2026 X-Original-To: pkgbase@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 4g1wTm5pCxz6bZh9 for ; Fri, 24 Apr 2026 01:33:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1wTm5DJBz3WcL for ; Fri, 24 Apr 2026 01:33:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776994428; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s8Boid8EvdB5CH/rJW5gaIcPZTyNq9OrbwX1HF4qtTE=; b=fwmIcNwdwDcP3A4wr0CFtL+yZeeYuAPUVi+NHAQHkgmXtHD4sxHizUT1vxvokRvxiqvO6U prsfmSrfYqnO7/QWXXS9YUFg+N8+NJi1hI5OXo2WCW5x/sQA5X8qmEAW/aF5/4cQVhw2PJ EmQm+Wglxjp3+wdf/ed6uZD5qWKdMD148TsFItjDIiEsixFyrjX46TBqTKuZG6VQWxbNJH u4nHcCAWD2MWo74h59rn5mMq1Vrp/E+4OD5ORMqgUvyKryQvF1TfmTLZjWu6IQy9bEduBC 65qxcodIl6hTuX/jIBODJ76Jh/MhQ3COSAxp7SkYEFqgF1IypIKz1KqCfGck6g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776994428; a=rsa-sha256; cv=none; b=AmKvWvsLeCrlbvfwHGYfiwUW4u96IA5DDmW6aQto4Nf7E8qTGFPQDwh0AVFWglPN70DwGB 3XMTShrwGik4dSR+9TY0mp+/U/i6taFTS2tvJbY+TLBBfRgX6ur+lFhWLms5NwYLUOsRUD aMzgSGfU1AG/v9H6jXruR4SDBcxNsIFdUN8mSmCWBgUdDcPAj92ysk4F9OilrMs2GvQjhw zyxm81ftQJEeuiBmfwu8WkYBM6LFscjVY/J94vFk5j3WUheypB/pDMYnyASz9xxBce+TcO vkDYuFt+i1wWMpeXS3fUaJeECjjtKJsRB/IYmIlmvXIOTKExM5F/9JGsAzTzVA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776994428; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s8Boid8EvdB5CH/rJW5gaIcPZTyNq9OrbwX1HF4qtTE=; b=KM+oegVmMxVdurnxb4ClZuiHpIxCNbKvw8r+TZE0jXh9huvkrnyZedchkZn1bKRDeh0ENd B7pAxfgS+19nR4gmMBKFLMk8NgcZ2b6o72guyPg67sfP+sn0l/Fu8CokRsP639wlZCEovD CYsJLKRELvpnjvOBzZf1LRWahqdNNO+eB6VHcURljZzowo70Em8o58qzwsw2d02x6Mm9KJ WmTkHB2eN58RBmwYH4Aui4Gim2VXJuLo+kgV0lQX+KhyjehPmDmCHZWg6t24bbPHAiHXIA lQgYYrupY4KZap7YyWysUj1GxuNXTXzbgqQAQmIf5bgFt9h/5Xg9mTjQ2mJuXw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g1wTm4pGLzjPB for ; Fri, 24 Apr 2026 01:33:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63O1Xmi9078881 for ; Fri, 24 Apr 2026 01:33:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63O1Xmtb078880 for pkgbase@FreeBSD.org; Fri, 24 Apr 2026 01:33:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Fri, 24 Apr 2026 01:33:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dc875afcbcdf70e61826f3461aa77008f9= f08ae75 commit c875afcbcdf70e61826f3461aa77008f9f08ae75 Author: Pierre Pronchery AuthorDate: 2026-04-22 20:59:55 +0000 Commit: Pierre Pronchery CommitDate: 2026-04-24 01:13:50 +0000 packages: Register pkgconf This should fix the creation of the new packages introduced by the import of pkgconf into the base system. Fixes: b8352da33f34 ("pkgconf: import into the base system") PR: 294724 Reviewed by: ivy, ngie Approved by: ngie Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D56589 release/packages/ucl/pkgconf-all.ucl (new) | 38 ++++++++++++++++++++++++++= ++++ 1 file changed, 38 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Apr 24 06:20:50 2026 X-Original-To: freebsd-pkgbase@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 4g22s74XvHz6ZYPl for ; Fri, 24 Apr 2026 06:20:59 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (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 4g22s66hW4z4130 for ; Fri, 24 Apr 2026 06:20:58 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of list_freebsd@bluerosetech.com designates 2607:f740:c::4ae as permitted sender) smtp.mailfrom=list_freebsd@bluerosetech.com Received: from chombo.houseloki.net (chombo [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 0F9261259D2 for ; Fri, 24 Apr 2026 06:20:51 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id BCD036702 for ; Thu, 23 Apr 2026 23:20:50 -0700 (PDT) Message-ID: <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com> Date: Thu, 23 Apr 2026 23:20:50 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US To: freebsd-pkgbase@freebsd.org From: list_freebsd@bluerosetech.com Subject: Can't safely remove pkgbase pkgs (delete -f needed) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.29 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-0.99)[-0.992]; R_SPF_ALLOW(-0.20)[+ip6:2607:f740:c::4ae]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_NO_DN(0.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; DMARC_NA(0.00)[bluerosetech.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-pkgbase@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4g22s66hW4z4130 X-Spamd-Bar: --- I'm trying to delete some of the pkgbase pkgs I don't need. They were installed as a pkgbase install from the 15.0-R amd64 bootonly ISO, not a pkgbasify'd system. pkg does not work correctly with FreeBSD-base pkgs: # pkg info -E pkg pkg-2.6.2_1 # pkg delete FreeBSD-local-unbound-15.0 Cannot solve problem using SAT solver, trying another plan Cannot solve problem using SAT solver, trying another plan Cannot solve problem using SAT solver, trying another plan Cannot solve problem using SAT solver, trying another plan Cannot solve problem using SAT solver, trying another plan Checking integrity... done (0 conflicting) 1 packages requested for removal: 0 locked, 1 missing If I use pkg delete -f it finds it, but it leaves broken deps: # pkg delete -f FreeBSD-local-unbound-15.0 Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: FreeBSD-local-unbound: 15.0 Number of packages to be removed: 1 The operation will free 2 MiB. Proceed with deinstalling packages? [y/N]: y [1/1] Deinstalling FreeBSD-local-unbound-15.0... [1/1] Deleting files for FreeBSD-local-unbound-15.0: 100% ==> Running trigger: mandoc.ucl Generating apropos(1) database for /usr/share/man... Generating apropos(1) database for /usr/share/openssl/man... # pkg info -d FreeBSD-local-unbound-dev-15.0 FreeBSD-local-unbound-dev-15.0: FreeBSD-local-unbound-(null) FreeBSD-clibs-15.0 (libc.so.7) FreeBSD-openssl-lib-15.0p2 (libcrypto.so.35) FreeBSD-openssl-lib-15.0p2 (libssl.so.35) FreeBSD-clibs-15.0 (libthr.so.3) What am I doing wrong? From nobody Fri Apr 24 08:09:12 2026 X-Original-To: pkgbase@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 4g25GB6MlJz6ZkY9; Fri, 24 Apr 2026 08:09:22 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from cmplx.uk (cmplx.uk [185.139.32.190]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cmplx.uk", Issuer "cmplx.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g25GB3KNcz3CBR; Fri, 24 Apr 2026 08:09:22 +0000 (UTC) (envelope-from lists@cmplx.uk) Authentication-Results: mx1.freebsd.org; none Received: from cmplx.uk (localhost [127.0.0.1]) by cmplx.uk (8.18.1/8.18.1) with ESMTPS id 63O89C58096281 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 24 Apr 2026 08:09:13 GMT (envelope-from lists@cmplx.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmplx.uk; s=default; t=1777018154; bh=ZxdavmMMPvy2+Z0UCv/1j7Lwie5LUnL4EpR+rEhCh9w=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=TXteA0VF+pxbhqee9pQrbRWl9jnu8lPCxSZp0IWk6r97es1NGsja/8EN/KThqe2q5 gkpQTNxakzuH+Y6oLUZkEBwSLxabnD9vpw0/U2OL/SSa4nfY1ydaNxoOL6f1mBy99D f6DWfikmierJvDATzALW+ae/LvZeJCj8vFwz3tVs= Received: (from lists@localhost) by cmplx.uk (8.18.1/8.18.1/Submit) id 63O89CYT096280; Fri, 24 Apr 2026 08:09:12 GMT (envelope-from lists) Date: Fri, 24 Apr 2026 08:09:12 +0000 From: Anton Shterenlikht To: Mark Millard Cc: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> 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:25795, ipnet:185.139.32.0/24, country:US] X-Rspamd-Queue-Id: 4g25GB3KNcz3CBR X-Spamd-Bar: ---- On Thu, Apr 23, 2026 at 09:54:41AM -0700, Mark Millard wrote: > On 4/23/26 01:13, Anton Shterenlikht wrote: > > On Wed, Apr 22, 2026 at 10:18:39PM +0100, Lexi Winter wrote: > >> Anton Shterenlikht wrote in : > >>> On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: > >>>> On 4/21/26 08:52, Anton Shterenlikht wrote: > >>>>> On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: > >>>>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. > >>>>> I'm still figuring out the use of pkg for base upgrades. > >>>>> > >>>>> For a few weeks all was working more or less well (some unexpected > >>>>> reboots, but I had no time to dig into that). > >>>>> > >>>>> After reading your mail, I typed the pkg query command you suggested, > >>>>> which returned nothing. > >>>>> I then did "pkg install FreeBSD-set-minimal". > >>>>> When that completed, I realised that my user is gone.... > >>>>> > >>>>> Looking at /etc/passwd and /etc/master.passwd I see that indeed > >>>>> my user is not there anymore. > >>>> > >>>> Did you end up with the likes of: > >>>> > >>>> /etc/passwd.pkgsave > >>>> /etc/master.passwd.pkgsave > >>> > >>> Yes, I have /etc/master.passwd.pkgsave > >>> > >>> So what happened? > >>> Is it expected that "pkg install FreeBSD-set-minimal" > >>> should erase all ordinary users from /etc/master.passwd > >>> and save the original file as /etc/master.passwd.pkgsave? > >> > >> no, something has gone wrong here. > >> > >> how did you install this system? > >> > >> /etc/master.passwd is in the FreeBSD-runtime package, which must always > >> be installed on a pkgbase system. the only reason 'pkg upgrade' would > >> overwrite it with a pristine copy is if you somehow didn't have that > >> package installed, but if that was the case, the system would already > >> be completely non-functional. > >> > >> the only way i can imagine this happening if you had a non-pkgbase > >> system, then installed FreeBSD-runtime (e.g., as a dependency of > >> FreeBSD-set-minimal), but this should not be possible in a normal > >> non-pkgbase installation since the FreeBSD-base repository won't > >> be enabled. > > > > I admit I got a bit complacent... doing major and minor > > updates with freebsd-update for years about any issue, > > that I stopped reading UPDATING, and such. > > So all this is my fault probably. > > > > I used freebsd-update to upgrade from some 14.4 to 15.0. > > So 14.* was never in pkgbase form? correct > > > > > Once on 15.0, when updating ports, I noticed some differences, > > read some posts, and found out about pkgbase. > > So the conversion to pkgbase started from a pnon-pkgbase 15.0 to produce > a pkgbase 15.0? Not sure, maybe I never converted. What does it mean to have a "pkgbase" system? How can I check? BTW, I noticed that my versions diverged somehow: # freebsd-version -kru 15.0-RELEASE-p4 15.0-RELEASE-p4 15.0-RELEASE-p6 > > Did you use https://github.com/FreeBSDFoundation/pkgbasify to do the > conversion (no matter which FreeBSD version was the starting point)? no Does this mean my system is *not* a pkgbase system? I.e. one must use pkgbasify, as per https://wiki.freebsd.org/action/show/pkgbase to convert an non-pkgbase 15.0 to a pkgbase 15.0? I assumed that all I need is /etc/pkg/FreeBSD.conf with ports, ports-kmods and FreeBSD-base. Time to rtfm I guess... Thank you Anton From nobody Fri Apr 24 10:10:07 2026 X-Original-To: pkgbase@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 4g27xf1mytz6Zy4l for ; Fri, 24 Apr 2026 10:10:14 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic303-24.consmr.mail.gq1.yahoo.com (sonic303-24.consmr.mail.gq1.yahoo.com [98.137.64.205]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g27xd56h0z3bdy for ; Fri, 24 Apr 2026 10:10:13 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1777025410; bh=NtlcoHCIzd02l6lPafhpxTKwx8bOUbmBNWyQM5DR6IY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From:Subject:Reply-To; b=lxuhHYm1GHXCR8rhAQgBFvyoNnZDf9uuQP60P5y5gjEldGxUxR/j1Y4oBc2kInXNsuPPPb9sgVQbOKMBjkuI8Pk//fHfbZIhkOO+4kmgkpLwMHArEiiiw0WaVavyK/Ko6qZ+6hDjjop073fU+wrsnFMDfi6iEpEi2Y5Ds5kdnTYk0yeOY3VSt+sRr/bMOXQb0n74exL2RKl2n532+QaK5h1B7j08BvJ84ugZZHMXAbAVhNAUr5MJhq2wuaCTGl6W67QnWst/Go8aXpUEbnq7ZvdBhjw0295HMoOyMBXjikPCWhasoZ/LG/8f3ashAKQ34CIDJ8dxvtIHXp6AHCW6Tw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1777025410; bh=NzMqCGI6Z/5+11OGu8bDYPrOfnOe9LbvPPi+iVjfo4r=; h=X-Sonic-MF:Date:Subject:To:From:From:Subject; b=KrCpqNRvtc4hUFazfQd7GnplMbUERzDa+TnxJ+XDAX+7jihZi12Anq7tgge4edNJhCYKaAkpwZiNKnRP/S5wNi7AA28U3YztpcnQg2XnlZLcgneCaoU+pZErPBrenITKD7ilKLy3PggerbZ/pHG4CtVlIphr+8lDRny1IcHjA7lEMvBpBK50bP1irCax3P8BFcE6CHRV0S7QeONElAAGi9fkxyTuKpM9pivqqi1/jdGtC4PDtiBMKdVEg6iTzb6NjzEK56NwYVN5NZU1g8um39TX/i4NkTjYYDfGbhQOi157PbsEJmWPOQwVnPy68wrchl1oFK0KAAYDodcA9NZWfw== X-YMail-OSG: 8cLYIYMVM1nBh7hFAhaJ6GrkDetpdhAzoNkyPmaqJCFCNr59I1.7zyIFesiR7Xk xG_SXXsnQNTGLa0Wf8smHKkVW5iS11XVLXNOw6hSRtv3ph1XY5KjEIwBEiWNafzfu98.EKGQ.IKI zmIqRqxVOVes.TKXfAmlf5RlgwTbmoXi7Ho.febjI5B7rLOciPyuMWQp2YjgFVWS9Mu8yB1UHwYT tU7TnjOyGtp9D4XumSCD7IKL_hGRA00iSwkddDAm3v5yJdt1I9URyPX6RDnA6o8E_oRWy4Cjuj5s oVfi8EwzxRYYfA0c0oAC8GcQ74D3I0NNH8u1wHu0yFqsgUt3qQ6kzwMWSc2KRj09XflDG52_3Jjm Pnv7XHlCRVRvt86Nnx5wF6xFDst5hgOiHm0UHcEAr2569ta31Gj8U0jPLGMVjakToQghqAzZhSSA 0QMMyw65fC2PFINEqZ1ZrPymXlozL0KLtDVaEJkuRAiL8GCDGD3Gd4RC_IMrJOMrZ5cNkGRUE9Qg 9KTTUVvHnfmzH6mRZZpXH1IvKzjEXPNpP41uIo9..PJoZw8XGoNGZkga7TjhcrbPwnXeqXW9qnlJ y9THx2KFhvOKanz_WdVRuOhJIH6upWub79.8DrOOFdJPrN1uGa4FthKCoWTfvgovOzX_MTpgHAru 86YbjMDBX1rAlJ.qWkZb4MQCX7qArH.qDEDJ9A0BXiWrwBQZuZ.CFAY8tIaYkMc5gj5VQpEEtQNg wNRQNG_9UzaiGNhfAsxUe2XzitOyY3ZlH8nctW904UnN5VmWeYUKi11KMW2lIkV737kN76o4hzgN hX1ca_qymzYuPE2f1ZlNELRA6bt1WE8MJDzUL.hfHuTns.FsTRiw4gGT.3hb7JIIHELbQ9QRiQgt cRc8RLYHtwYWTKc2IanQuvITJgReKzZ_EJbl9dCIvZrj68P_K6tIxn8JjC4h0qMmgjg4BIvq.R0S hQgJ1EpCruUafQeyOVMGEAfXJttO9w2YFNPAPwZRXshgXZ_CGx1JMlsOCSf8zMdpgzBEx1BU3jVk MYQS7irqDLayb.7vE4bLSe_rPb7chzqOrBNvFPAwmReyKpo2Jw.OT6ERk9JSerdAP3NpS_rJxaFC dQ7pRzkEzXKrkLQxsDLle_mom9HuIGg1isVVksSNLoHxJ0AIyzcYsY8nWsAqYVr_bRdzAj7UyK51 szLuxYF02qvdU8Ce3Gkiegij9pzx6UFZMkYDjqInGBLDwnySPDVbrZPBHFST_7WlB3Ym6EbG_5sl TgB6185c3Bz2a3M6cadD25TIb1j35pBBQF8zSFLCkFwIRsXN.tBg.zQaweSrMUEqUKsideeEmHop WoTapJ4xNF2WLFOk025omDMe4R08c_rSn7I06EMBzTJkWhV2krOcqR2I_pIcgdzLw6_vrIt5qXH_ Bd9ql5bXIEAmMpweUws_DIZixxdpvTko0chnHSSOcwRMfYIMVrAN6c8S4vX5MmeEHuvoeQpyITLi PHea0HQTo_tJTa3jBxJEpmeKirUl6J4ltW.AWqyK_ezwayrwVoES905_9DOzQwc.zRhPMwk3e5H. Ayabu5gTJjFB5PRDOv_suUOz7f9g92q4CmhkpaD2kG5URx1tVym6ow4tbBIdjTzZm1X.HH4v7G_0 HL62QoVthIIyiFQkLh2YnDZ_tPW_jNA8EOfGtEC_JHbti.pwkupTg2VHQ_6a70_GNyE0tcE5Icht tr7BblbSeFiiXG.VUJFMtaKHR4FdpAY6OPrOBQ4ZIpLR7y391RZdh90x819iWdLJ.y2vH8CZqpMv bXX1QsqNRjOuI4WHiNWbdcuKjoDrpyX93o39oYywX0xvh.5s_GYx8LV8W1zW1MoCtTY_dVRJj_mB 6KTaGyjBFmj8geM9_3YRDttCuFIHINVVjpMbmNqsX2Smov9_Qmpg6zxd.eDR9FjvWZD6Um9DoB8L AdjQoYssA_spI4Bwt96Ifeh3rsbRMps7ePXOVSev9k3pOMp2ubgXrFlM7ksi.7bzEvPyAZDyRJ9R .jeL01qy3PJH48Hx40uhiykgQ1uuEvGiS.EyUtEMVz_KD2aqfEO0xVwdowZxJhAt1EwE64rCgJ5w MyZh0p7ZNwBkx9eogK3jN5rAt25Y4pFZqh0DA.iAuSUJomB7JKuC88lRlqZ9xJ5FLfAteNmDThUB TfzT37afJtQDF6277RXMudJS2GIvXNI0UxunGksAVkpekYp5WFFcSRC0Kfks5jFIhp4NAw_Dg_yf ZOefmdsc2Lu.RM9HNjP2foM9t6JCpGU6_GmwHBKRp3yO_5jcCIXjpZGySf6JKsmay8ujKAM5LwBk R2R75KmHDd6Ul_JSEYd1CdDPv3tfQLYn90ig7RR.vSRi1wBNP_A-- X-Sonic-MF: X-Sonic-ID: d8e342b6-58cc-42a8-a01d-1d4f2e45d3e3 Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.gq1.yahoo.com with HTTP; Fri, 24 Apr 2026 10:10:10 +0000 Received: by hermes--production-gq1-7bb7df5c46-bdzch (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 5c11ae9ac71a3e927e7f24e51d64e792; Fri, 24 Apr 2026 10:10:08 +0000 (UTC) Message-ID: <351d3db5-19d0-4652-a44e-b029a8105937@yahoo.com> Date: Fri, 24 Apr 2026 03:10:07 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Anton Shterenlikht Cc: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> Content-Language: en-US From: Mark Millard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo 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:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4g27xd56h0z3bdy X-Spamd-Bar: ---- On 4/24/26 01:09, Anton Shterenlikht wrote: > On Thu, Apr 23, 2026 at 09:54:41AM -0700, Mark Millard wrote: >> On 4/23/26 01:13, Anton Shterenlikht wrote: >>> On Wed, Apr 22, 2026 at 10:18:39PM +0100, Lexi Winter wrote: >>>> Anton Shterenlikht wrote in : >>>>> On Tue, Apr 21, 2026 at 12:52:43PM -0700, Mark Millard wrote: >>>>>> On 4/21/26 08:52, Anton Shterenlikht wrote: >>>>>>> On Tue, Apr 07, 2026 at 12:30:50PM +0100, Lexi Winter wrote: >>>>>>> I recently upgraded Lenovo T480 laptop from some 14.x relase to 15.0-RELEASE-p4. >>>>>>> I'm still figuring out the use of pkg for base upgrades. >>>>>>> >>>>>>> For a few weeks all was working more or less well (some unexpected >>>>>>> reboots, but I had no time to dig into that). >>>>>>> >>>>>>> After reading your mail, I typed the pkg query command you suggested, >>>>>>> which returned nothing. >>>>>>> I then did "pkg install FreeBSD-set-minimal". >>>>>>> When that completed, I realised that my user is gone.... >>>>>>> >>>>>>> Looking at /etc/passwd and /etc/master.passwd I see that indeed >>>>>>> my user is not there anymore. >>>>>> >>>>>> Did you end up with the likes of: >>>>>> >>>>>> /etc/passwd.pkgsave >>>>>> /etc/master.passwd.pkgsave >>>>> >>>>> Yes, I have /etc/master.passwd.pkgsave >>>>> >>>>> So what happened? >>>>> Is it expected that "pkg install FreeBSD-set-minimal" >>>>> should erase all ordinary users from /etc/master.passwd >>>>> and save the original file as /etc/master.passwd.pkgsave? >>>> >>>> no, something has gone wrong here. >>>> >>>> how did you install this system? >>>> >>>> /etc/master.passwd is in the FreeBSD-runtime package, which must always >>>> be installed on a pkgbase system. the only reason 'pkg upgrade' would >>>> overwrite it with a pristine copy is if you somehow didn't have that >>>> package installed, but if that was the case, the system would already >>>> be completely non-functional. >>>> >>>> the only way i can imagine this happening if you had a non-pkgbase >>>> system, then installed FreeBSD-runtime (e.g., as a dependency of >>>> FreeBSD-set-minimal), but this should not be possible in a normal >>>> non-pkgbase installation since the FreeBSD-base repository won't >>>> be enabled. >>> >>> I admit I got a bit complacent... doing major and minor >>> updates with freebsd-update for years about any issue, >>> that I stopped reading UPDATING, and such. >>> So all this is my fault probably. >>> >>> I used freebsd-update to upgrade from some 14.4 to 15.0. >> >> So 14.* was never in pkgbase form? > > correct > >> >>> >>> Once on 15.0, when updating ports, I noticed some differences, >>> read some posts, and found out about pkgbase. >> >> So the conversion to pkgbase started from a pnon-pkgbase 15.0 to produce >> a pkgbase 15.0? > > Not sure, maybe I never converted. > What does it mean to have a "pkgbase" system? It seems that you have some sort of partial update to pkgbase. What do the following show: # pkg -v # pkg repos -d # pkg repos -e # pkg info FreeBSD-\* That last could produce over 500 lines. > How can I check? > > BTW, I noticed that my versions diverged somehow: > > # freebsd-version -kru > 15.0-RELEASE-p4 > 15.0-RELEASE-p4 > 15.0-RELEASE-p6 This is what happens when one of the following is true: ) only the world had updates available, the kernel had no changes ) there were kernel updates that were not applied > >> >> Did you use https://github.com/FreeBSDFoundation/pkgbasify to do the >> conversion (no matter which FreeBSD version was the starting point)? > > no > > Does this mean my system is *not* a pkgbase system? You appear to have at least some pkgbase packages installed, but possibly not an appropriate set of them. > I.e. one must use pkgbasify, as per > https://wiki.freebsd.org/action/show/pkgbase > to convert an non-pkgbase 15.0 to a pkgbase 15.0? For your conversion . . . Did you try to follow the steps of the "Manual initial setup", despite them being older than covering conversion for 15.0? Did you instead try one of the U[pgrades proedures (Minor vs. Major?)? "13 to 14"? "Building'? > > I assumed that all I need is /etc/pkg/FreeBSD.conf > with ports, ports-kmods and FreeBSD-base. You had to use something that involved actual pkg commands in order to have the .pkgsave files generated. Merely having the configuration file(s) present would not cause that. > > Time to rtfm I guess... > > Thank you > > Anton > > -- === Mark Millard marklmi at yahoo.com From nobody Fri Apr 24 11:39:18 2026 X-Original-To: freebsd-pkgbase@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 4g29wS34y9z6b5pv for ; Fri, 24 Apr 2026 11:39:20 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g29wS2Y6Zz3lxr for ; Fri, 24 Apr 2026 11:39:20 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777030760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Ohc65sMz6n3JXmOZccZQBuf/cWMCKxhKsGBxQY5qnE=; b=Jdlo2PJLfP2IJCbZd8tfTMoK/mfFORYf+6082KFCYho0OPZTHmRsDc4yJmbl1FFjAxc3wI MA9IBExPiAr49pkap4wzlwOCu9teOZZN8GXVUhO7qm83bWA9192EA4XCG0/D0yFFw/YSXO 0oja7K2+1OFfnZF/V4kTTN0MhbhG8UzoVUIm1NttrgDvctlBj7j4orl9CDD2OoU7LKnIy9 sRF8vgKtFuOSf04QlVVV5RHmbzkmc8VcoPLhmrTsQYCszg9qn7A7izxezyhZGhbP+fhclI Fub3DGOgi2gz3LrlPCVGB4kLFWm+yKIC4ucX6MAlhDR6x5bz8YKi7fa6XDjudg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777030760; a=rsa-sha256; cv=none; b=ENcpsc6Aig+zr1OYbO8IUfTIUgf/wBW+hUHEbVQqrhHCe7sbtY20Fhb2oG9cVE/NbgAENs NW2m6Kbo3fy6ER0aL9wAJ/MwHeG32buQwvDuLJTXVEZWoXfE6YSFAW1TQcJxUGthkQTKxA K+5BGBsS8LDV1rcYZreNTA1IENjo0kT6XfVYAdKQegbBKe87AXB3PL2LyFbvR3RjX2/rgl qlmcLnrGmNJrtmifnmxmgHvgXJa5NSKI8zQtgwl9PSKKiwQlGcBSJx4s94rqvapJzr2iIs zann5BZP4ttxczWdo0+MiEk0+ixqtF4M6JEM2aqE52yzXKjw2ewM84xdaRQROA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777030760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Ohc65sMz6n3JXmOZccZQBuf/cWMCKxhKsGBxQY5qnE=; b=gySJ4OTiRKcqD9y/chuzKVcPvqKsM9QcfnC9UIq4V78cao7IMDapsYOBFOh6j6X5pLfUJ/ NUq3NkvYy4vQpyah1YOBT+xzWvw2qWxZpsjgbHn0DOBnh807wceK9V6a//gC+fmTzU/OOt SM1M6+GUDZ8+ReduSG92OHhiZCPE0MVUARAIkkaPqQR7Av/Y6huUBBzFtzgLl9Z46hRp08 kRiKG6kpFfbCjT7IwQz8OdDrRs3b6GfSLQIjQgIMYrXVQKP3GrTWpbg8PCF9qWrNRDNSDF sOiu9YmhfzI7aSPc6WjnX1avrEQ9BKOH9Pt/oY83EvNFPThDt1WdcWXckEf4Sg== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g29wS0D9Wz80H for ; Fri, 24 Apr 2026 11:39:19 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Fri, 24 Apr 2026 12:39:18 +0100 From: Lexi Winter To: freebsd-pkgbase@freebsd.org Subject: Re: Can't safely remove pkgbase pkgs (delete -f needed) Message-ID: Mail-Followup-To: freebsd-pkgbase@freebsd.org References: <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="z/KB8cBR0lfZrSLn" Content-Disposition: inline In-Reply-To: <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com> --z/KB8cBR0lfZrSLn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable list_freebsd@bluerosetech.com wrote in <2471349e-05d4-e482-4366-3ff757afd54= c@bluerosetech.com>: > # pkg delete FreeBSD-local-unbound-15.0 > Cannot solve problem using SAT solver, trying another plan > Cannot solve problem using SAT solver, trying another plan > Cannot solve problem using SAT solver, trying another plan > Cannot solve problem using SAT solver, trying another plan > Cannot solve problem using SAT solver, trying another plan > Checking integrity... done (0 conflicting) > 1 packages requested for removal: 0 locked, 1 missing >=20 > What am I doing wrong? you have a set package installed, probably set-optional or set-base. before you can remove packages which are part of this set, you need to remove the set package. for example: # pkg set -v0 FreeBSD-set-base # pkg set -v0 FreeBSD-set-optional # pkg remove FreeBSD-set-base FreeBSD-set-optional # pkg remove FreeBSD-local-unbound after doing that, you should remove the autoinstalled flag for any remaining packages, to avoid pkg autoremove trying to remove them: # pkg query -e '%o ~ base/FreeBSD-*' 'pkg set -yA0 %n' | sh i sugest *not* doing this for set-minimal (or set-minimal-jail), because if you remove that set, you will not get any new required base packages installed automatically when updating. this is safe for any other sets. these set packages will eventually be replaced by package groups, once pkg supports that, which will provide a more useful and less confusing user interface. --z/KB8cBR0lfZrSLn Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaetWWwAKCRD1nT63mIK/ YJjjAQC/Y7FZJY4mv84slhj+F3CMvhOm8acgw7omQqk1F0ZozgEA3m+UdFGhuvrE 16/ua3w4e8yy4qWmErOCG6GOnOluDAM= =v6ZA -----END PGP SIGNATURE----- --z/KB8cBR0lfZrSLn-- From nobody Fri Apr 24 12:01:30 2026 X-Original-To: pkgbase@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 4g2BQ41w3Zz6b7lF; Fri, 24 Apr 2026 12:01:32 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2BQ354GTz3plc; Fri, 24 Apr 2026 12:01:31 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777032091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LNE2N1kCCKJQ1dTWDpSj5uhP3cvaEqIoqlOlH365R60=; b=A+YpOSFtPVa3cYiqtL9xHnsgqqPCUgV6/5vxYF8dcsKni809OL9Q8cGsuHzbxEw6fRkRPt cbqa7/Z/TZWzvW+n0yiSMWRW3XU0Y9oW+kSVdPxFlp/e5NLcLlXT4VBZOGPXbNUpjYGawu UAyl7x6E/Qmgml8mwq3ZW+ERSO2AROMn8K0oHrTJER/Jgy5E3ye5g/0n+zE5ORQ08G3329 Vl2J+3vnHx2e4OsOrLz5Auos4H+spUI6HSrc9mZXT3WHYzmf+JpeVyjEoJf0fldQpG2elv SqiqucQgensx54O/y3HG6/hsKheuCwqBS02k0JsYEbTyD5jo82JhWFFFU1loOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777032091; a=rsa-sha256; cv=none; b=S+3bQCz5nxsQIhMML4cwsLL16rSh+rB93AAOc7jIzq39gRVkr7geHmon99jNxt5M7hI6QW uFalT/EHK0PbSssjtEwWy7RKKTE88fcELeIQZSlWOCmiRvwIu15bzNs8g3hFworbWt6anC Ek5KS3xtAnxc9F8dg7DdZ4D7coZQUk+MLD3EtMM7+FZHvw+AOWeo79uSlWRf5RXOFIbOoh Wg6eOoJkWQwUdd31H0hs266beRtS2tFUjJcISZWlbqARLUOuIIcHlNB0arGcQ6fXwmZA1x j97TSWgYMlWKzW/4684vAd1g5vYug0lIKJzUkrWIAkCxrKsCYr0O/dWwyNwHkA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777032091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LNE2N1kCCKJQ1dTWDpSj5uhP3cvaEqIoqlOlH365R60=; b=RPB7Ewe6eVFhfQbJJa+xMhFAizNk+Cfbz+5oQg94lwzH1Hf1ZWGovs65uTDxQTgkhGaqFR pz9/DD3bYzc2FvcCI/FndgahkWScbkRgfNqgNkS6PkcGOIwyD5z4hlUwQVWw6mY7Jb9pjq cwcGY5Dqvfnjuff/u+uDSsxgu2XrtMwXuYu66vgdOsQH+zhmtQ5HKRfBqtqrgyv7GcJXon AKGDOcOGgYN84a/WEyk3agMJ1Fyq1kg+ZnlZqvWQGuKQGm+gKW1tALHTN/cUwCi8TdZ2lY uZMXjjbaeUa+gTOV3n4drwo/gD9kN/GGFRhXf67xoWB2YdLU4u7ypbTCdsVZ5g== Received: from ltc.des.dev (2a01cb0585090500922e16fffef1acef.ipv6.abo.wanadoo.fr [IPv6:2a01:cb05:8509:500:922e:16ff:fef1:acef]) (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) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g2BQ33XTMz8hK; Fri, 24 Apr 2026 12:01:31 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id 4F59382513; Fri, 24 Apr 2026 14:01:30 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: stable@freebsd.org Cc: pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd In-Reply-To: (Lexi Winter's message of "Thu, 23 Apr 2026 22:22:40 +0100") References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Fri, 24 Apr 2026 14:01:30 +0200 Message-ID: <86qzo44let.fsf@ltc.des.dev> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Lexi Winter writes: > this would only happen if master.passwd was not marked as @config > in 14, but i'm fairly sure it was. a couple of files were missing > @config, but that wasn't one of them. Anton did not have a pkgbase system and never ran `pkgbasify`. He upgraded from 14.4 to 15.0 using `freebsd-update` then ran `pkg install FreeBSD-set-minimal` after reading your email about the new pam and zstd packages. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org From nobody Fri Apr 24 12:04:52 2026 X-Original-To: pkgbase@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 4g2BTx08N4z6b8JK; Fri, 24 Apr 2026 12:04:53 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2BTw6G1zz3qk1; Fri, 24 Apr 2026 12:04:52 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777032292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OswaPj4HbZ5r35DJJW347waa38vuqczPu6zIDHCLoeQ=; b=CzWg8MbEjeHN2BAja21jRanIzSVWe++VK9MbJGsATnw/xr7cLsrG3+yVGW+vs3n9qXr809 bHDStFz7PtSl/KQix2psZ48wWvFlzSdwmkW9IT0nqJeaj3+QNb38ocUAiFVpMppDCfeazk LNIOKI3eknAXFi6oaZ32sZ1qHRq3Tmt6+PnYXt029YF67VMFzOMgfSiNPSFWDz8aiobN/I VD2AOO87yBN23rHArkIV0dU/2mYUhoF1i22sCG2SVqcjp9TlorZtecoiv8cXajInEw0qyl /jkVBCfRmUBWu5r4MwqStZ7SHQiiqx9Wike0p4xS18DRDsk3TKga6jY3JekCcw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777032292; a=rsa-sha256; cv=none; b=XYFTP3pyuQUpjKFzXvDBDmZRrM5hWPIzwlkARyR/u0mwKvF6++RqDYuiq43qiIc/psE12N H0p8CNsxaWV40ksZgoeAmqzGIAh3pJ5V9SLDKCc3pnv8pis3h/N9IUsdZ/tvvUMzQozINZ x8KiFKAoHlBkxOb9bA4EqhRYGOFjThX8cEAKzz5lGPNbUW6e4meWeQ3IptMqLMWzTB73CG MksrMS7WT/nVt9rRl20w3QLiP5mKC6H9/9aFs8JQIMfcVpWdV/0rt5w/ytGGPE4SRhY+Df 9UPBD/7pR6rHCsKnEKwQD2ApSqNpGqpo0sbgW4mbUpmHr0glu2ZhOlOjszYHyA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777032292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OswaPj4HbZ5r35DJJW347waa38vuqczPu6zIDHCLoeQ=; b=sAa514JSRASJeNICZD+4urvjgPDjNmlEl8HhB/kBKGjmS8UYqvxQ5MmOh0pOc4H1h73x65 r0Y5JihzzecZPfLONZCJjB7UwUsSZNZRET3QWW22IgBAjWnXGX0Zb2xa8BLRqOdxv0ufuK ieWRszO1FMYd8p70eBXBN2EOvCKp+CwXL4/vcG2VCM2C4f3F+PrN6iKGyc56ufYnvBeca7 EprAecz26AibhzqITkx2i4ix+RfcBx3qZtCH+R4CUZ9XqNbmuKmNcZksE8TbzwviXKtBQ8 kzR+kfWnENFnY0CEIz1sjjw6r5LPPXIW5NVszWhEHAWEeLkzotpwJX1zI+iCLA== Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g2BTw2yVTz8ds; Fri, 24 Apr 2026 12:04:52 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Fri, 24 Apr 2026 13:04:52 +0100 From: Lexi Winter To: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: Mail-Followup-To: stable@freebsd.org, pkgbase@freebsd.org References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <23bb166c-ec8e-4c98-b03c-5fbc7f364f2a@yahoo.com> <86qzo44let.fsf@ltc.des.dev> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ExjkcG95QsHQcaKd" Content-Disposition: inline In-Reply-To: <86qzo44let.fsf@ltc.des.dev> --ExjkcG95QsHQcaKd Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dag-Erling Sm=F8rgrav wrote in <86qzo44let.fsf@ltc.des.dev>: > Lexi Winter writes: > > this would only happen if master.passwd was not marked as @config > > in 14, but i'm fairly sure it was. a couple of files were missing > > @config, but that wasn't one of them. >=20 > Anton did not have a pkgbase system and never ran `pkgbasify`. He > upgraded from 14.4 to 15.0 using `freebsd-update` then ran `pkg install > FreeBSD-set-minimal` after reading your email about the new pam and zstd > packages. yes, i know; i was responding to Mark's question about whether upgrading FreeBSD-runtime from 14 to 15 would overwrite master.passwd. in OP's case, the only way "pkg install FreeBSD-set-minimal" would work is if they had somehow enabled the FreeBSD-base repository, which is disabled by default. --ExjkcG95QsHQcaKd Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaetcYAAKCRD1nT63mIK/ YKRpAQDBMyCxgoywiOFhajxhaK6a3XmObV6p31n+PyLvEYh4sgEApWDpT4Q/qjiv 71JIVQTpGBiVt9fygkMx7NKA5Ey+/wo= =Qs+Y -----END PGP SIGNATURE----- --ExjkcG95QsHQcaKd-- From nobody Fri Apr 24 15:13:37 2026 X-Original-To: freebsd-pkgbase@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 4g2Ggs6xtxz6bR9Q for ; Fri, 24 Apr 2026 15:13:45 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [208.111.40.118]) (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 4g2Ggs02XKz4QQr for ; Fri, 24 Apr 2026 15:13:44 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of list_freebsd@bluerosetech.com designates 208.111.40.118 as permitted sender) smtp.mailfrom=list_freebsd@bluerosetech.com Received: from chombo.houseloki.net (chombo [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 204EB1259D3 for ; Fri, 24 Apr 2026 15:13:38 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id D5D426728 for ; Fri, 24 Apr 2026 08:13:37 -0700 (PDT) Message-ID: <983f90f3-84b6-fda7-ef06-aa83e77ea970@bluerosetech.com> Date: Fri, 24 Apr 2026 08:13:37 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: Can't safely remove pkgbase pkgs (delete -f needed) Content-Language: en-US To: freebsd-pkgbase@freebsd.org References: <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com> From: list_freebsd@bluerosetech.com In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-2.12 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; R_SPF_ALLOW(-0.20)[+ip4:208.111.40.118]; NEURAL_SPAM_SHORT(0.17)[0.174]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:36236, ipnet:208.111.40.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; FROM_NO_DN(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; DMARC_NA(0.00)[bluerosetech.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-pkgbase@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4g2Ggs02XKz4QQr X-Spamd-Bar: -- On 2026-04-24 4:39, Lexi Winter wrote: > list_freebsd@bluerosetech.com wrote in <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com>: >> # pkg delete FreeBSD-local-unbound-15.0 >> Cannot solve problem using SAT solver, trying another plan >> Cannot solve problem using SAT solver, trying another plan >> Cannot solve problem using SAT solver, trying another plan >> Cannot solve problem using SAT solver, trying another plan >> Cannot solve problem using SAT solver, trying another plan >> Checking integrity... done (0 conflicting) >> 1 packages requested for removal: 0 locked, 1 missing >> >> What am I doing wrong? > > you have a set package installed, probably set-optional or set-base. > before you can remove packages which are part of this set, you need > to remove the set package. for example: That's got it, thanks! From nobody Fri Apr 24 22:53:04 2026 X-Original-To: pkgbase@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 4g2St43CGPz6bRqX; Fri, 24 Apr 2026 22:53:16 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo75.interia.pl (smtpo75.interia.pl [217.74.67.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2St404wQz3nhg; Fri, 24 Apr 2026 22:53:16 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Sat, 25 Apr 2026 00:53:04 +0200 From: vermaden Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd To: Charles Sprickman , Anton Shterenlikht Cc: Mark Millard , "stable@freebsd.org" , "pkgbase@freebsd.org" X-Mailer: interia.pl/pf09 In-Reply-To: <5019E502-8951-40E0-881C-9E08B3732308@bway.net> References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> <5019E502-8951-40E0-881C-9E08B3732308@bway.net> X-Originating-IP: 45.148.42.24 Message-Id: List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1777071188; bh=mJ5hRV/wmxJa/XmGg2OWg9iTc5Gc3+FGUg34elP4KfY=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=jfaEJSGdgXUID4SWRNyC/NvU+ATA1d478Es93BiSvAD7uvYyzJ4SoHly863q44CJh uPPu/nGsNN9lm/rn9kxI82RNNyy91myA1lg9JDMHe4JulQA37G/uBxF4JBSxEqu6m6 4iClAgzLg/ZZO9+r9TYGgkmpQDtDy/lmzkR4YoGE= 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:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Queue-Id: 4g2St404wQz3nhg X-Spamd-Bar: ---- Temat: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Data: 2026-04-24 19:06 Nadawca: "Charles Sprickman" Adresat: "Anton Shterenlikht" ; DW: "Mark Millard" ; stable@freebsd.org; pkgbase@freebsd.org; > Where is the definitive documentation for pkgbase, > conversion to same, and I guess really a general overview > of what it is and "why"? > > I generally have found the wiki to be out-of-date or just > generally "unofficial" and the place one would go looking > for information on something new before it's been released, > things that are of interest to developers but not necessarily > users... but with pkgbase in 15.x now, I kind of assumed > we'd have a handbook chapter, or at least entries for > converting and updating in the "EXAMPLES" section of the > pkg man page. This is kind of reminds me of BE's and how > they just sort of became automatic with "freebsd-update" > on ZFS systems and, while it's an excellent feature, I never > found a good "how and why" doc on that either. > > On documentation in general, I am perhaps a weirdo about > this, but many times I can't quite wrap my head around > something until I have the "why" of it - then things generally > fall into place really quickly for me... > > Charles About PKGBASE here You can find some 'external' documentation: - https://vermaden.wordpress.com/2025/10/20/brave-new-pkgbase-world/ - https://vermaden.wordpress.com/2025/07/20/freebsd-pkgbase-pkgbasify-tool/ - https://vermaden.wordpress.com/2023/12/09/personal-freebsd-pkgbase-update-server/ About that ZFS Boot Environments ... here is some additional 'external' documentation from mine as well - hope that helps. - https://is.gd/BECTL - https://vermaden.wordpress.com/2025/11/25/zfs-boot-environments-explained/ - https://vermaden.wordpress.com/2022/03/14/zfs-boot-environments-revolutions/ - https://vermaden.wordpress.com/2021/02/23/upgrade-freebsd-with-zfs-boot-environments/ - https://vermaden.wordpress.com/2021/10/19/other-freebsd-version-in-zfs-boot-environment/ Regards, vermaden From nobody Sat Apr 25 04:03:56 2026 X-Original-To: pkgbase@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 4g2bmX56VPz6btJm for ; Sat, 25 Apr 2026 04:03:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2bmX4S02z3HWY for ; Sat, 25 Apr 2026 04:03:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777089836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fx4fdKiwxL5QNJQsR3iosm9YaDXYVnNlRstvjOPqCwA=; b=km2JNr1CYNopWTxyrl1yY5/y6xhBquYkHxUKaFTQJHHkKmFnKKHZ1lUTCFKOmmJNT0qdAP MCNEuZ0nrdPJeDPmix9uqXcXFldl3gqCTvDTAwyPbROU1uI5fDC80luhVrk5YKeg2xuq0Q oaktmOBWzhcNNjyzqaD2SMsBEhBSzjgoc33ADfUpbW6zVC1MUGAhU/hjcKUQfiWz9GTweQ Lt1uUBbbMgDNaGstHZcRB+3ID94AiNIUneZw/jS2QL1JoTJtb8bLMgGL4DX2ymxWxiqY0v pQv6ucXJaa7xZHof0lPj4O7R9KIDtZ0AsKetKL7+IgjI7dVb/m1mqzC6mikQwA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777089836; a=rsa-sha256; cv=none; b=MtH/jFVyrGSP8xyIHYZMbEMMmMFZqgpoeCl7Yh49qv6sZBa+Bfe2ZcUn4WUkeS+bCltCZb dcvPfU10iOXJQ38cE3q77NG5vF5iUPJbyI88cAOXrzpY+0oHvbEXmFssDqbb4Q4T70Jccc MVAZcPpNtDXiPCykNzvN7tne2RV0/K9Aznl4hr1LNgC+Rw0KkV1ui/AXW49DINOK6CLY2V EdOovNDqAKwfwrCFn/Qy2s4kQ8rXMdq2Cw844RrviJRQ8JlqGFySG1SJdx1/kNP+M1/88g e+DFkh+72i9C7vDF9V3JP1k5WkaUPs9J/WbUP5WHLSl6+zl8p6jCCBP47r9UdA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777089836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fx4fdKiwxL5QNJQsR3iosm9YaDXYVnNlRstvjOPqCwA=; b=Naa8haZ32Mfizj2bu+FlAW5byvnOct8sKnhl3xuBoAahsfRHPoUA+Tryooc8oyyTXlwvb6 R6PoFSdHxWp/QGYXsqPFCE1trxcc17MiEZwi1IEdOrdoLgU15SmB4bbgg1sBbjuPQlrghR 0n1kOjddXrFRTSLhxrOUPF/H4t4nx5t31pAgGa2DDuJaU4hxD5kxiANDChiJW45q1/7iZx qYUyrFRJrqh1eS6rI6gLkqZr/u4v4bAHxEeGFgAIcqExmifPIMrPxdIQkcr+VSvAx+HGDq nbmKWVa9pd4/esAuRCQrJphKLfUzVlyhQnuQD19p0yLm89euFDNmUeoSzfNsAw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2bmX3z5yz2NM for ; Sat, 25 Apr 2026 04:03:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63P43uLD074688 for ; Sat, 25 Apr 2026 04:03:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63P43u7U074687 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 04:03:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sat, 25 Apr 2026 04:03:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #5 from Alastair Hogge --- Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Apr 25 05:01:37 2026 X-Original-To: freebsd-pkgbase@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 4g2d3G6GpDz6ZkY1 for ; Sat, 25 Apr 2026 05:01:46 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic317-22.consmr.mail.gq1.yahoo.com (sonic317-22.consmr.mail.gq1.yahoo.com [98.137.66.148]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 4g2d3D6tGVz3Nhg for ; Sat, 25 Apr 2026 05:01:44 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=FlpIu4WZ; dmarc=pass (policy=reject) header.from=yahoo.com; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.66.148 as permitted sender) smtp.mailfrom=marklmi@yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1777093299; bh=wqx37rbmKAU6B40pFCdlvX/C0Pv6/hyiBP0/B6jWlzY=; h=Date:To:From:Subject:References:From:Subject:Reply-To; b=FlpIu4WZeje5LcQDEUkDL5kJoaeWZ0UrZ1eZQqRJVKmoTKgy/fifi1XfegKzEW/Ofuio9R7yG+psR6+Aw8ObdN0dzSYgBVurf/Uj6bvwV0te/ja6t61V98xIJ/9rHOiUC29g4U/8QvOhL7phHkl5bNLJaIMy9Vn7UJay+uXhoUK++mTw6y28Uigw7thIi0rAkrCp2FzN0HEkw3C3jkhRZ0QTOMKMv5CMsmjNT3zGfEAGcgnU3BjqLWTTf3vCzYqDffykALVER8a73DK3Ut/iatXs9xQWx/qNQ5BS/cEyyWVPbxf3Sp/KngEaTLTB+oQWY3BhpuiRq1M3mftGx/+7WA== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1777093299; bh=anCwuTY2/gjpqpdkeuZf8qJ8LivW/ziJ9zuQtGqmwga=; h=X-Sonic-MF:Date:To:From:Subject:From:Subject; b=cdWQbtNkiY/0u3+Ih0ssTpq1pW5JN7QmnMp5M/PjuU2geiQmOomk37MEwOVW0EBE52e2d65yDjhc7XFD60NeWpy0FILb65DIAs+GTnzbx+Ra36ARiDOnCRhqLfRYCJSzAQfa/LYZkm/aaXNIHt8+A0laMCAGNn3fgmO9UWgxIFwFN1gzX3ZquioYOxqntRvw8B7Eo6YCpdAYpIfJZ5eyNJiTWvS0WlCL607K7RdEs29Ce7fxwN6J7YBAxV4TU8KxhZkO1MV3Q8ouMfqOjwBT20+abJwg4JPQorKbJ3DLl/cZGX8cxIOt5QWTEiXmHJu3pHmJy+8qhGAJYXQFk2yQnA== X-YMail-OSG: rWWPXxIVM1mf1abnhZa4dEzMGZsEqMnTT6vKk.nia5KCspC4RjPA6R.gYNh6vHt FUjbPCphX6gTvvXk.elPNLy3YsjhtOkg0mQUAYsxuN4fmlMzwXO8Il5Z3kFW9Q5tDeaNSwH9YFcZ Q3voPGnu0W.sdXr07uTUMJRvzs3t3sD6DyIPoq5rFLN9ZjEcZjXc7QDjDcoioAmIsgBPx1pHBj.D 9n0tl_TVXsyoXV0VnpJcle76eSYpSCdfqXavWhCdA8rctraaUVVM4_cgN6CU_ro1ZSYeDazkqYmW bPdU4Cg8_Q77C2K6fh45JSqiIQQPF6GtgLQmN.hcTMXDlme8Z82_tqDa0kA7CBegf1c2CqcYt1Km dDVXv.2wwKjcj5oiIf8h1kLoHZwndd2wXPI.fD2bkT13qKawL37zoD92dE2yiSn3cQo2p9lnAm4o 5.VqiuNQbgDojGBtT6RCAJ6OR5ifKbvOFdBcjcJ7Bh71xJYAY46qft25HV5FgkwH9BG7kthbdlUX lk6SEByVEtmHGSOXZIzeRsDbAVUUSfOaOD_IwsjebAmlO8TWRsKwIMKbqCB6fghElD9To8UJRR9l GOBBuaAcn4OITrOEJA1twML4ONmKmLFhFW6Rxc5yUzkIrEmAgFqzqjkFa95zgk0paHUFQTmRviQf pe9MPQ0dhj7uN4FhJFgogyE9rA3VrJwqOcCFQ5FlxiD8qYBWNpYU01fYeYP6tj.2xSWLHPBPInSj piul.OB751lX0ymGgiGL1Vr3QuaE_8DNz_zebNh2UiFqY.RkPpooJcXaKLak8p.YLlX8p8iu2OrT P.zu6w0AEB.r6V_TuOwGbupPsvTbMtpPNFoWOeKH_AIsNK7dl9FGDQc2YuM17QL5MZjJ_31VhGhd FYl5BNufxon5CpbteBfwcDqSSp5ulzMisYLlURzDUj3kEAno8baKmwPYLSHy8LCtF2fY6PNa_yW2 kmBZdNjmAy10IyfWbIiO3tcD1wlQbjWNeWFWkwFqhligGwg1x_lXV5fnF4geg30NOtMi4.tr6H2l hMAcBMJ8P_DOToCVfEnVPT4wsqbq33AaP4ylHvl0Pp1oH8Wi3EvkbN.PIbnNUJFFRXsOGDbBglhF ZL2Hu5lTqekEU_0Lo.7ogtfq.mpWKy6TIuG4AElhPlEniqWWdRPS8mMht7QnG64SzxUrUEnrHKeJ SWlWCrV6nvyXQkKqlyAhKoJPipAvmPfCnsaIes_5uoiZmmBmCH2LakdE0tN75jDRNjHPTBlKcscM gOpmjaCpGv.GQC1nV1g0JDg9gTbh3h4JB8n27T8j2nkhOmjBTKUSBMPg3gkvPJ28PvYozRV8PfrT 5zvIZbSuwCSxGopMyQPIWQaVHzSuk8wSiWpnI5aMGrAhlxaw1uZVkAlALmdeQRZ2zdayPpx5yZPu fap3U.9aCX2QKdXrBrW.IxQbvc4B9DFQthOhlcsfqHEpNEzUaY3oDAZvTlRi6tMwzVB.9EIBVK7M kjDrmdS5oxMeY5W_g25HdHu4Qu_6gVdWs58zvg_wHP29tEzXHHJ5MHfpfqs5TDlTOo21FerTASr3 0sdEVHa2Emjaf_x.4UDatq6ooGWp1DebEEPbV2GWEXY.ZhvAEKNV3YQ6.Qx8Jn8mN4UNnRBPuyWL xJVHJoXhkgkv2BEVG32kqxuxGvvutFdlJshOWe7wQjcuH73RdTasuj_lqf_AqW.ZCzSjZ1wHKMZv qcweyoIDmufqJ0t9GPUbZy.HMkz28JktqKPxNMkeNoZYEibZP.V3r0TxMZJhMClthWvIg2dSoi1c MyDhmHYqM5_0PDGOsnnCd1BSU4T2BnRuCUNE1Ky.HDO3z8oSb7rnMTOtdXyBSqbkKegJV0FiLGL8 I_Zxs2sZqbn_frXwEwkjAKuLY7zUyuHo4G2Hjpga1G.mdCtOFUasDPtJecSIYkSpJJCG9OML4IEA spw7cDPQBWvjSGnRpAZrtV5XBzchGqQ34yfLH4k_WAkdQtnEABUEW073kp2aU1tvGYRPig6Mcu9C zHE9XfPsUbTbm7eDnpjizOvvm4cKi8AT3pgs.7goboKq_7YsEJvCI8ev2pO7y6J3cybAx3tIiiKu 1Yam36hrqs_seXcWQuzTMa_k0NZUQNrQXoBJNC_xdAXlF4M66JxL_prO5YWhf_CYhG.07Ws4bkJP k3YpGf5XCF7MHNnCIW1w7PwwsMDpZAwSbqD.t3aBO0fzd6gnw02gla_40_fN9mkVN9C_zx_P0zEJ hjeZ_0ZWADi6g7bJ1Kc96iwfP9kriplYZGQkjMOeD5YiccGeOKGUE2ZOgICrphXyweNevq3MoQ9p q7FzZC.2bCtK9onQEiEdIGu4oehQfY9ldcIBqIinLplg48Eh2 X-Sonic-MF: X-Sonic-ID: 8f24b709-11ea-4ea7-8deb-ce57cc86d028 Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.gq1.yahoo.com with HTTP; Sat, 25 Apr 2026 05:01:39 +0000 Received: by hermes--production-gq1-7bb7df5c46-tkjt8 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID bae45ce48770b3d5adccaca2dd32ad5a; Sat, 25 Apr 2026 05:01:38 +0000 (UTC) Message-ID: Date: Fri, 24 Apr 2026 22:01:37 -0700 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: freebsd-pkgbase@freebsd.org, freebsd-pkg@freebsd.org From: Mark Millard Subject: What is expected for "pkg check -ma 2>&1 | less" results? Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: X-Mailer: WebService/1.1.25559 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo X-Spamd-Result: default: False [-2.70 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.70)[-0.697]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_FROM(0.00)[yahoo.com]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.66.148:from]; RCVD_IN_DNSWL_NONE(0.00)[98.137.66.148:from] X-Rspamd-Queue-Id: 4g2d3D6tGVz3Nhg X-Spamd-Bar: -- When I just tried: # pkg check -ma 2>&1 | less for the first time . . . ) There are extensive "[mtime]" differences. I'll not show the various time combinations here. ) There are extensive [uname] ??? -> SOME-USER-NAME differences, the "???" being literal. ) There are extensive [perm] --------- -> SOME-PERMISSIONS differences, the "---------" being literal. ) There are lots of [symlink] ??? -> SOME-PATH, the "???" being literal. ) There are various [fflags] ??? -> schg differences, the "???" and "schg" both being literal. ) There are various [gname] ??? -> SOME-GROUP-NAME differences, the "???" being literal. For reference: # pkg -v 2.7.4 -- === Mark Millard marklmi at yahoo.com From nobody Sat Apr 25 05:36:59 2026 X-Original-To: pkgbase@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 4g2dqV1d9Dz6ZndW for ; Sat, 25 Apr 2026 05:36:38 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) by mx1.freebsd.org (Postfix) with ESMTP id 4g2dqT4tsjz3Qpk for ; Sat, 25 Apr 2026 05:36:37 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi (uid 104) (envelope-from pi@freebsd.org) id 34363 by fc.opsec.eu (DragonFly Mail Agent v0.13+ on fc.opsec.eu); Sat, 25 Apr 2026 07:36:59 +0200 Date: Sat, 25 Apr 2026 07:36:59 +0200 From: Kurt Jaeger To: Charles Sprickman Cc: stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd Message-ID: References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> <5019E502-8951-40E0-881C-9E08B3732308@bway.net> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5019E502-8951-40E0-881C-9E08B3732308@bway.net> 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:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Queue-Id: 4g2dqT4tsjz3Qpk X-Spamd-Bar: ---- Hi! > Where is the definitive documentation for pkgbase, conversion to > same, and I guess really a general overview of what it is and "why"? I collected the following links, also those just mentioned from vermaden@ https://docs.freebsd.org/en/books/handbook/book/#pkgbase https://github.com/FreeBSDFoundation/pkgbasify https://wiki.freebsd.org/action/show/pkgbase > On documentation in general, I am perhaps a weirdo about this, > but many times I can't quite wrap my head around something until I > have the "why" of it - then things generally fall into place really > quickly for me... >From what I've learned, initial installation of 'base' from packages is roughly the same as before, but *updates* are easier to handle. If you look at the freebsd-update script, the run time to find which files need to be updated etc was always resource-intensive. With a base system seperated in packages, the code from pkg which allows to decide which pkg to update can be used. I have no insight in the backend of freebsd-update, maybe Colin can describe the pros and cons from that side ? -- pi@FreeBSD.org +49 171 3101372 Now what ? From nobody Sat Apr 25 09:14:33 2026 X-Original-To: pkgbase@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 4g2kfy05QWz6b7mQ for ; Sat, 25 Apr 2026 09:14:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2kfx3cGzz3nCc for ; Sat, 25 Apr 2026 09:14:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777108473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wTupzZMnozXSu5YlC74lqnHkNS6mUmupY4ppmvo1KKk=; b=IXAUztGU2Ws6q7CyDTJzmPpQU888TnY7nMAELwravK153+/0BSqa39ptCfysc8DT0tL6Ja 7BlIv1FE2JlZr6ytLw8+HF9WfRsj1Hy5hFL0gWh6DGytARR0eaWqMAj4u0zJtM7MHIUhYE oauc2uVNIK2A2H5Sh9gBJFP0ZNLRMjxiyC9FcYl9el6YfPXQmi+FxcaCl9HYxtzQu8SQsL YDDxM8YpfBKDJ8O/ScUAtGspdUY7ZlxWP2fULa3xwC5t5qa62nvw15JhhyUoSzFIQpVROQ Lje8SNioJSPC210v0VAlzYLao16LUr8wbCW2cc5ftNpFCizTeHuHzjCLRv5RNA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777108473; a=rsa-sha256; cv=none; b=m6oXHKcktA8q5F7Xr9iw3kgFbWlzmw9PwdYJHng5w6M9ERbrR81ZpvxJyuDXMfRzswaDGQ bb+UFql9bNL41clYbvwT/hjq1hHzIgC/ePgV0RyQr4FEdreiEaTYlfb3vTIRzMrt7m4vrM VgmCKv9Kg2AbqhVAPZGk7XpFfJdW3H0kP6BjAszFOPgsYuuSfBdU51mE19edgBmDyxrUjz lYEopHFrA90KEH4Y/zUo7uRsTi/GQlI/waL5LjUEUs+vWAaOEYGu8AXP5mfPJvPlY5uf92 YtKjkGtTF0tVFvPAjhk5C4pMSXFYVCsfy7MnfoUVNOPkDKjW/4QORn7zpjSZvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777108473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wTupzZMnozXSu5YlC74lqnHkNS6mUmupY4ppmvo1KKk=; b=AsfwUwpAvHFcTlomECTMd4GsctvzCf1VKAqUhZJ4IaSV4JP/zPg6x8TCh7n+V4Ww25A4qQ A6l7LzS7g2y/aNWw/Vy2lRwWbOvBTvmv1HZpYUtoLQcNCKl0UBrv8pDsaY6dFZXGU4Fw3j L9BHFAAst2KsPvwjumpIUzfXC65mo0KeUqcgaU5ZD/+pk9w5qyHUJek7sdDAkhhoGC2ZHk T9RCpWtNUT467yRtbV10jMYXguQN3P17XYw/6q84QztHqsPGpJWHyxudOmn11NRqil346A 7CP45iMJAmdLVU/uhckN7U4keBemEPWb38iTTjJYeovjxxrZYzONkAAD99wNww== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2kfx3CVJzBmD for ; Sat, 25 Apr 2026 09:14:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63P9EXVS094109 for ; Sat, 25 Apr 2026 09:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63P9EXQu094108 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 09:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294729] pkgbase ${SRC}/release/release.sh with custom KERNEL results in pkgbase-stage.lua assertion failed! Date: Sat, 25 Apr 2026 09:14:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294729 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkgbase@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 09:23:17 2026 X-Original-To: pkgbase@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 4g2ks14zdSz6b8F5 for ; Sat, 25 Apr 2026 09:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2ks13VcRz3pM8 for ; Sat, 25 Apr 2026 09:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777108997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ToJi3l6I17yMiYnY4dQBCLqwg/OmJT5cy8nkFfo+0nQ=; b=EEG4zIQCSQvcGM/IRl28ueRTlL9qvzzwE2nA/k+ZYdqfIt5BLa7f7sOHYWIMRDnqz7GmPa nt8mXaXk/AO4mUibSGwHNpADlemuCirNfS8gEWEaZ4QZcNj3tmjJJzvdCfXRBoe2weeGFX en4slLwBFtDgDMpxXQFS5oXFr5BLeasItyo23vxIBC46PjmcOkVh2SJx2xjwaaCL4ujknL TqhY/KGPfJOC6MLjay/i0KVnsKWdM4ARnJkALKE0pb6wn2YnVPrZ/zc7RqsM81mDR6JcSr DbxWsIDtxIYgW/+XLoXmTGDQC2nZdzhk/juA5+g5Wh340vU5j0QC4wuxq60QIg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777108997; a=rsa-sha256; cv=none; b=X9xBFjq0EaoJc/A5DuGSplW1tIJoqKHn9lt9JD8CLNzVS+whcekCQHmatUwYaL1c5kWvU6 f16B55oa2QLZy5NN0nxUIy7tKPpJXqEGgo4TO9uIuF8uWFO1C90NSoKgbw1seehb0v7QBI vREIeXLO9MOvxMWb6MY0qvO06OEeequYXs+4hMAUe7FGL13VnRAoZAxk0LHC6Ei6kcGTiS C2fmhccHcwkKXUMTkqK0rmk7O+cm4BlHKtkTTuAL/oNT0u0mStl0zCa5TzXfo1C+YSEfU8 Hne/sTVufpnAL6nWa+mkV6CDs+2YE08mH/Y1vdYVrZgTA0tqnUse01WSEsiwsA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777108997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ToJi3l6I17yMiYnY4dQBCLqwg/OmJT5cy8nkFfo+0nQ=; b=U0BSpVFDmhNuE+FFwfHDdEgvXFI2jkPo2jnR5oYqq+3qSSm5GETfRxrwBI2rdowBGYVa7W EuKr3lplKzk62IIvKPZbJJ09jjPI8Mn6+JStfa5NuV82uck6nSx7FUCV341c/x9dUYncEI jcihFOLppR1pvRZMhOE2UUFVaklgesFA1OSvjrkCRo6QnMWrY8N34tZwR06vr1Fjy4XWbe MTHajCtpe+HncxLrRDsz1zHLeY99XkYbX7rb0/IkKkudkkebyFfWLbuEyp3Op7N6kH8OGm iExFFBFTRhm+qeQPvxDvyQaUIZAqht8Jnz///BcfwLGF7cOMgiooGg07VKqSZg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2ks12yw0zBkV for ; Sat, 25 Apr 2026 09:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63P9NHZE009815 for ; Sat, 25 Apr 2026 09:23:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63P9NHos009814 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 09:23:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 09:23:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkgbase@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 09:48:16 2026 X-Original-To: freebsd-pkgbase@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 4g2lPt2Dvwz6bB3b; Sat, 25 Apr 2026 09:48:18 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2lPt1Tk9z3rHY; Sat, 25 Apr 2026 09:48:18 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777110498; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ryh56otnsCGv9luIvu4aR8YjuuoxKmbMpTmqhWvi1Us=; b=YQ4FoSeIlnILoVErSKqo4RdPQpglGJeQf5aWqvfaz3SG/lDeWltT67IC3TaPuuakbigmgU wo5Rnudt6np9qCVqWXs5oviPjYspTjKID1MYIbqEnvXrah7EfU+YRxhDvNKEPWVqAKw8rK j/EuhuGSyGVA5nyeQOJxLzM0pbCn5FMu5FS/WQZRY57cGNfbN+jjn0ZtgicU6olG4l+v3Y PFpSbGc+qW9/NPx7WkKZLQ1X5fdy92/oNbgbrPbJ2FjyvjzM2+Ub4DUyk/+YevK3uC1vWj arv07snYVRAhftdmp/jg6ibv4ILtc1GrYiXu6S1jNRI2Rj820xgxhZSsBmM2dg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777110498; a=rsa-sha256; cv=none; b=UtQiEhvqGuN46g2z8srINEZ36m0TdzLU8s2wplKBaromQ1VOtctCMEnuQ07JdRtCGHhPVP Hfpope0LB1/hFh00QpdiumidecT+Ft+J1EXG65KtHL/4xcavxiNuEpxDgiFq7qgyHqbuvO ExaxtgtrIEsWjBH36JuWO3Nrz8alja3lteT2XYUq9DgVpZ+WKgAbFFqHkoegWYc3qGp55H X71+oypLEoFva2q4aCd0JMHI7yx42gAzWEyT71wqjP/nD2/LJqzFr1rPIgerXraMe/RPBG PHVRrTEdmoxu4awgaYZ8LnsXag5o0L5pNrE5Pt0xynu4beK7Qkzcx37ng4SEMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777110498; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ryh56otnsCGv9luIvu4aR8YjuuoxKmbMpTmqhWvi1Us=; b=k8/2M6VFOC0D1IPtilhlMs9oRQANzV8JRWlidUpSM2UTwhHh0/3CmN5yz+Jg5HSLpcCmVM HHoJWKhaC/ndkid7N5zePv1QpSmAKMIc6ArACvtL9svZLLBF+j1OkvDkwfu0k9v205bw9E K69aDeSs8WG7IN5wE0dY7aWknPdZKoDaXIbRLYFp7ibxk7MS2jshWGRgDLYfXhmlM3eyoN uZNVESiOS/6x5+nAeob1pB0ldOIkkNIMxhCJ3FYTJxQutQ3pnKbukjn6kK6pEQ+CVFBRCF rXhJeW+iCHVYjQDoRz2uFrq9rbWX32GmgySVw0ClxAy24+awKtm2Yu9u+SD/iw== Received: from ltc.des.dev (2a01cb0585090500922e16fffef1acef.ipv6.abo.wanadoo.fr [IPv6:2a01:cb05:8509:500:922e:16ff:fef1:acef]) (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) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g2lPs74LqztRL; Sat, 25 Apr 2026 09:48:17 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id C2FF081D6D; Sat, 25 Apr 2026 11:48:16 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Mark Millard Cc: freebsd-pkgbase@freebsd.org, freebsd-pkg@freebsd.org Subject: Re: What is expected for "pkg check -ma 2>&1 | less" results? In-Reply-To: (Mark Millard's message of "Fri, 24 Apr 2026 22:01:37 -0700") References: User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sat, 25 Apr 2026 11:48:16 +0200 Message-ID: <86y0ib2wwv.fsf@ltc.des.dev> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mark Millard writes: > When I just tried: > > # pkg check -ma 2>&1 | less > > for the first time . . . >=20 > [lots of spurious differences] This happens because pkg fails to skip the checks for packages which don't have these metadata, and most packages don't have them because pkg only recently (2.4.1, last November) started recording them and we don't rebuild all packages every time pkg is updated, and even if we rebuild the package, your installed copy doesn't get updated unless the version has increased. If you really want to you can `pkg upgrade -fy` to force a complete reinstall, which will reduce the number of spurious warnings from `pkg check -m`, but not completely eliminate them. A better solution is to just not run `pkg check -m`. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org From nobody Sat Apr 25 11:51:09 2026 X-Original-To: pkgbase@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 4g2p7h6njLz6bMF1; Sat, 25 Apr 2026 11:51:12 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2p7g6Wgpz45M8; Sat, 25 Apr 2026 11:51:11 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777117871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wVScEU2uFIGC4+i7ZfGb86buX0tmcMKPPwVOx7r/A44=; b=qp9CsOkhux6eodYoFfb7gQJ+FsmY+/DI2UYsySm7Cobqc7YnDQDPRJu8HSUOaxwOw9R7Wi +0kG0tlQt69WhFLEjYCqlMMT721EyVTNzHLvIzMQhscNx9tTAVaXmNpHdB+wX25VZK62DS vXt4ZE83tL4Wrbtw38WXN6GnF0sDfu0WuAWZmU8JuD9NXuoIG1UMtl42hM22iKVYLnCIOQ gDtH/5ZpoaCjRuzYEuSCQ5zbwiwA4Dt4AUGEAIl2wuEo2DteFI/aZDsFF5wSyCi59a8MNT YjFIq2iqwnDYcLe1qqy7RdK9JbwRq7Pt9QJ/pxWQlWrZGmAvJRUsPYYXmOuzww== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777117871; a=rsa-sha256; cv=none; b=MALBFk1dXuEa5h37JfwWw5iFp9NnUyLOW92T/xOQ0UwrxRhj7mUCsrFhhEzoj8XtbnuVx5 d7YUZfDkUL0UQWcsR7Aj0kB4mJ0K3R6l2+6cLnG+x63fvrqEQmZuJQPSs4s3u5WZAjncFI 9QJBHxZpVAkFusjgsRBooimex1F5h32ElOS0gsrfh3DrmiG8VjDp1y5wsUmV+O/5V7BSB5 iN5YKxBsIBTcUZEo1Vj+AusfTM/giDGakQ8/gLPQg8Pja7n0XGLQ/xFooiPVlZHOn51fs8 eZDgIi+Tpv1n89Or5k9p4InwAQUnOrdmKWMF6jkFmixDohXv5fNJ1XRw5GvjnQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777117871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wVScEU2uFIGC4+i7ZfGb86buX0tmcMKPPwVOx7r/A44=; b=e9rWDBPeWf216BX3f0qlmaBTdXIwxOrKg/dEclQbw3kSdvU2cX+Zdg851RXoPoWUmw+1Dx 2iGjSpXy6XjeFWw/Ies3CeuFxpGU65O6Yc9BvY5C60PqpY3gfKcND4BxeN9MLyweSKcx0v tI1YKtPx/5h+eRuxEb9NqxHWob/hjnzj6mrXc+0In1AQJ1/PuxalmjAL35EY6OMcVjsXEC bfUd6t60Roy+q/UjOPCfv9CPzUlXaMXgq0PRDiFiAF3BIEXrrviUMTPnxoauyaHpl+8BHW X7aAfCkYHG1v0rqyWPK+2TS3ZMfy1d7qjtqfumE+/VbinFyk+ezcvwZhH4Fy/A== Received: from ltc.des.dev (2a01cb0585090500922e16fffef1acef.ipv6.abo.wanadoo.fr [IPv6:2a01:cb05:8509:500:922e:16ff:fef1:acef]) (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) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4g2p7g49hxzw4Z; Sat, 25 Apr 2026 11:51:11 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id D1BB1880EE; Sat, 25 Apr 2026 13:51:09 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Kurt Jaeger Cc: Charles Sprickman , stable@freebsd.org, pkgbase@freebsd.org Subject: Re: [HEADS UP] stable/15: new base packages for PAM, zstd In-Reply-To: (Kurt Jaeger's message of "Sat, 25 Apr 2026 07:36:59 +0200") References: <3847a70c-f2d8-4c4a-a5f0-56a4a90168b0@yahoo.com> <700c882a-ae24-403a-a8e0-5ceffed569ae@yahoo.com> <5019E502-8951-40E0-881C-9E08B3732308@bway.net> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sat, 25 Apr 2026 13:51:09 +0200 Message-ID: <86tssz2r82.fsf@ltc.des.dev> List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Kurt Jaeger writes: > From what I've learned, initial installation of 'base' from packages > is roughly the same as before, but *updates* are easier to handle. * Installing on bare metal (or a VM) is roughly the same, but creating a jail is much easier. * Updates are easier to handle, both on the provider side and on the consumer side. The downside is that pkgbase consumes significantly more bandwidth than freebsd-update, especially for security updates. * The system can be stripped down to the bare essentials without losing the ability to receive updates. The smallest usable set you can maintain with freebsd-update is base =3D over 700 MB or almost 900 MB if you add a kernel. The smallest usable set you can maintain with pkgbase is clibs + runtime (+ rc) =3D less than 15 MB or 175 MB with a kernel. > If you look at the freebsd-update script, the run time to find which > files need to be updated etc was always resource-intensive. The problem with the freebsd-update client is mostly that it is a shell script. There is an unofficial Rust implementation which does the exact same job much, much faster, though I can't vouch for it. > I have no insight in the backend of freebsd-update, maybe Colin > can describe the pros and cons from that side ? We first do a full release build of each patched branch. Then the freebsd-update build scripts download the build artifacts and compare them to the previous version to inventory added, deleted, and modified files and produce binary diffs for each and indices for the whole thing. This time-consuming process is repeated for the cartesian join of every version we want to be able to update _from_ (all supported releases plus a handful of recently-out-of-support releases) and every version we want to be able to update _to_ (all supported releases). The diffs are then signed and pushed to the mirrors, which also takes several hours. Only when all mirrors have synced the full set can we push an additional tiny diff that makes the updates visible to users (and only takes minutes to propagate). I realize it sounds quite mad but keep in mind that this was first deployed 20 years ago and the primary objective was to minimize the bandwidth consumed by updates, which this system does _very well_. FreeBSD is much bigger today than it was 20 years ago, but only by a factor of around 10, while bandwidth has increased by a factor of about 1,000 over the same period of time. DES -- Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org From nobody Sat Apr 25 12:26:26 2026 X-Original-To: pkgbase@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 4g2pwM2CHHz6bPyG for ; Sat, 25 Apr 2026 12:26:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2pwL4cKHz4Cn0 for ; Sat, 25 Apr 2026 12:26:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777119986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=33XIVLq0HnEPXnqYSrlTueRRc4UvfA7OqEN1Du5Zg/4=; b=yESOCWht6m/ihduivyHF3+Y+L5Jiyi5plfVH84DEvLrauJSKkMdVyNS+otAfRuqtaLltIf AYk3GYw5/P8G8/74r3+y6MK0d3mTwM51RWtMLqYRmr8QIIHWDqkeL6vTlYfRGf21q4Y2/L KwWgwu6ngxx6obljkPHBQ/6sEzPPUq4GXWlRjbwuOvYmB0DBqc5iciYDdt1dJ7b5W7VtPV IxEJ7s+j9CFDPORV8z8PDtMG3MiIWKR3DUwU1aQdeWyXp81Q+eC4kglu3ZuxzoiGiVXotp NQp0KQTil5pvmh9vT4n3tePoF3QM7ccV163/PBuoyZDf5kv/kS4iBx4QqszYzw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777119986; a=rsa-sha256; cv=none; b=RNKug/Lf/hNx/FZjt8JY8ukCIkAyNQuWbHhdXSI9YrUX8dEEbpkxzl3gPeKVKM4I+o3Fzh iBgx54dxztn9ZewVDt0ygnTeFQlODBPxowNNGCZSKfzwD7BfcaPmhBMRY0YGKypzQHcVmA eSbC5ZKZGemNUdPrnXAvyNhWes1v9dk0cgh+td848LIsOwwQa9dOuPOSxPdd/b9dWh1nTD PZQhHGDpZB2q/f7oM7gHrjjrAMJN6orKVtcYmVcCS0JHxZsNomTQoy+uDUWPbaP4Sr1OSb kSbRkB4ZcjDNBX9DKLIfDb4pHCQ2YhRJ2Q0Vf9lDL0+CfqN8oMlKEubadd/Ygg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777119986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=33XIVLq0HnEPXnqYSrlTueRRc4UvfA7OqEN1Du5Zg/4=; b=Yu550EJ+3kZCPLYtd4QCXpUZ1DzOe/NuC34aCtKfzMO3PxhQdyLk9u1KsnUezJVHaFZgHc x9LVkUWUIk08ufO5qfp7IxOZTQTdMu5E8hOigsCNal2VSVVr1/BBf+ie8OkFjaMxDjf01U Cd1wx2EQ9KrKfVNc3TI8mP8yg+VsUA6WqBQ5lX3BN+lUnliQkJkCc2KbigA6EnBHvw2TVr 7Z5jbJSx0mnT16xm3/H0zNvtw6c30VI6WGTOs+u+02JbJ5Z+0+G9WvyyD7koYBP+5EY2uC sWJ5GyTn/y3pIrE37jOvFh4ZQ2fqcNfLYGZQucvT6jFlkwdrDt3tMpi5pHiLNA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2pwL3mjnzZRK for ; Sat, 25 Apr 2026 12:26:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PCQQgf014548 for ; Sat, 25 Apr 2026 12:26:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PCQQER014547 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 12:26:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 12:26:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 --- Comment #1 from Alastair Hogge --- quotacheck in ${SRC}/packages/Makefile[1] might need to be constrained unde= r a SUBDIR.${MK_QUOTAS} directive. 1: https://codeberg.org/FreeBSD/freebsd-src/src/branch/main/packages/Makefile#= L64 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 13:34:12 2026 X-Original-To: pkgbase@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 4g2rQX0k6Bz6bW39 for ; Sat, 25 Apr 2026 13:34:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2rQX0C4Fz4LVg for ; Sat, 25 Apr 2026 13:34:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777124052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GN5u+6Dm0Sia2h8JhRtbqTCKQwgSd9VFotjRQbTpehI=; b=tnu2nyaBH4e0t62AH66E61JeSUR0EFAO6K2Km8ea3hhnUm2L/QrRawkOxXQd1aE1Sm7tbt 7gSrD0kev8c4YeVl8j+BRAxJlhHx6GceG6jDqzcIkgkZoiY4gCTQVnpebQk+E7k+To2mfJ SdyPJ1gClRNXHqRjSbXDxkrMFZjV1hRVRVSW+SDYRD+PmQEMkoBXyEvLpjr1vzNNXEVcV7 mX4aDOK631042pUR54mzEOuiP0KVnQJn4PrYv8qu9Yl2xOG4Hr08Qmcoo885HcVdx7T/t/ mPgKJ0NAY2Pbkepq1VFQX2LL1Pe4qFccIdH8Sr2fxHosI996wVo4dVTM1XkM0g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777124052; a=rsa-sha256; cv=none; b=jerMzFOP8ila6QPSIX6d+J6TJce3Qf4n3cDOLKo+SGfV0664tKytu7t3YHgwr9ZOMhNzcm ft/hPnLswEhFyk04p0cWy0SVDZKr0jihejMSRfTNlsao0aaD7LVBlhHPbN4jZT2x3ol+CW rpZm+JtstEZ1/2bwoYkBMwfPCkB6K7d0xaWi4FCcOp673Jc9DsDyFp5vplnZOXPDdQL+q5 1JfgzWRHAlCcaLTWcBT6Kamxs8/RsHDzDkrXBDS9f1YWvdIwucrRbzJX3AD/oIs9H3Tpi9 jJpTPrBCj271RUFU5fS1wEs/Ug04ypbekY3emY07rigjGm9XgU+tktdbV1KHmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777124052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GN5u+6Dm0Sia2h8JhRtbqTCKQwgSd9VFotjRQbTpehI=; b=Fk4DjhL4V7Gmvd8g+Fq5PrlIZdc3wBk0zQP4HyLQYb2oVan8W7X0B8K1l9/xHvLv4D7vgB NQ2snyieg2Wklub/f7ZZyNa8+LxarE8850+/1RIXh/EusQIwoUkt1TcFu1d35t7oLtdjAM 1BkDX55YRaL1DlS9FkGGCa7urT8MVO45yYbMf6UjOVK1jXvxUrF2mZgzDeTG1x+U8wmN8l EyA5KIP208iMfWGFMgqPb/jaTlX7rPvLz4tyRD+kFthcZapaXd4Im23j7MBNBJo659uu8Z gh4WLF+1HSDLpN3ingB0geCxV5vg6EVQT+rPFmXNCXVKc/Co4rZPoH31NN8ReA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2rQW6rNKzcGg for ; Sat, 25 Apr 2026 13:34:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PDYBXA027316 for ; Sat, 25 Apr 2026 13:34:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PDYBNl027315 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 13:34:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 13:34:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 --- Comment #2 from Alastair Hogge --- Created attachment 270106 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D270106&action= =3Dedit [PATCH] ${SRC}/packages/Makefile for SUBDIR.${MK_QUOTAS} make: don't know how to make quotacheck.plist. Stop make: stopped making "all" in /usr/src/packages/quotacheck make: stopped making "clean all stagepackages" in /usr/src/packages Move quotacheck to SUBDIR.${MK_QUOTAS} to reflect the ${SRCCONF} option WITHOUT_QUOTAS, and sort the surrounding SUBDIR.* declarations. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 13:35:00 2026 X-Original-To: pkgbase@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 4g2rRS6M80z6bVmW for ; Sat, 25 Apr 2026 13:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2rRS3mXjz4M34 for ; Sat, 25 Apr 2026 13:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777124100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nzLzP7sj/yyYW2SyEUfL5kGTzzhl7WMiBwdv+h8HmII=; b=jqv6irvSXsiD57i8q055Aye+74VvmyNKn8PqEDRRYu/R9BR7eDU3JrA7rJTsDsec9pIiL+ kQrs486j74B6dBptxBCIZL/8q0RfrU/7lwXdePFhz8mW7pNKtEhLpJoT1QXVeHMDUvlOH1 TaA7kA8qzOEId96bwBWdkwtaDJP4k+NAbqawZOeqnEAvWlPTbY/Re7+EmUxB328k6AB9Lh qhd/+N9us3Ob6LjC2EV4rCoqdCbFBLGJ7eGt/fIzACFO/nBTCMk52QNybF7PA0LxOvhZHk DEfyMoIighwbVRD/CHTHpqgIbfksJvAosCns2q/s4wsyyrMvkJXhmMvEeKKwsw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777124100; a=rsa-sha256; cv=none; b=PiShmUAEAgx03Lg+XJvgbMeMJojw0ntWtcselVhBVuZ0h+2tiRCsToDPDO0IHF65pOI2LN BbjDQu8T38YI8pWhwqQW2uTQUjjDtLxgyjJS2DHUGLNV2fVwQo1YRBotpc6MtsslKkdmQn E8SRiPBjsOcEP++CxEyAbaPpMlYz0O2Q3sP5V94TVFnyzZENY1bpdIDNMtFHhv5qFcil8X rx/9J9NXxIt2EPp6H5yPGD1p2nLC9DYTeLYRLvHJUL6dvXVJjJL0AuaN612MpU5ApK1/iV tVbvdFxhXMi1NxP+Uih61cvQKTZOhnwv5D/tvdZ+r/N25+vA7MQt1F9+b2cuIg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777124100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nzLzP7sj/yyYW2SyEUfL5kGTzzhl7WMiBwdv+h8HmII=; b=GUCjBGlfukOqAQKBihOBRfpruwidWTbvgAHemmVy0l6sfM1QQotkaf4RlOTOu3adAYMD20 4FPCTwqkLQ9dfq8aftbd5DayA6q3nMTAS+u6TPfrZiGNKNfT0OOvMHouW9LVe/q5PtLxvm 4/9azeTdtQF7v22lKM4IDlqlFdFSf6XF1dcMC1UUaUjDmLc/ZgDU//0h/dkdWeDks3KDBG cqmIpC41fHCSGxGqB9FJkmnYWcW3qo5ZlMT3jW0eoZBL429tORyhJFaE20EAMMWYiXsfHj n5qk7MRzpXoi5IeoxjP+mhKoDO/zT9FyqTHbeAQGTUZOiOannYRmCiLwvcB3XA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2rRS3KC2zcCT for ; Sat, 25 Apr 2026 13:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PDZ0iP027789 for ; Sat, 25 Apr 2026 13:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PDZ0NQ027788 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 13:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 13:35:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 --- Comment #3 from Alastair Hogge --- Tested against 16-CURRENT-4602d45eb3b1 with/without WITHOUT_QUOTAS. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 15:08:15 2026 X-Original-To: pkgbase@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 4g2tW32HN0z6bfQq for ; Sat, 25 Apr 2026 15:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2tW31dsGz3mY9 for ; Sat, 25 Apr 2026 15:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777129695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rwl7u+/ECHKbzIPNrbzb7qCAZMLVSRN4SiL6/Kyy0po=; b=lSlfYvsDIFoLrUKXgdcKiMpqm5rGl1tO0LIgIZR02j/3210MI2IyYCtrXCrcnkZ3SVN/XP +6axdShGdyAt4T0Y0NYFsRxyIRcHLfiClVD1qJ9Pk7VJshQKQKp+adnhiy19AYFyIl1Oy7 0bJ98HNQKzZwg6kwaJJoerJisYya4a2VfTZHJ0Yaexpnqoj4Oha8cB+X/5rKUnq5riV4yR /5tktF63jPtL3OCO4/6CTosbIcYtKgWeoQqQYHxzOwsAWmwTrON/w7azv4qqBYmwvdfmzx 3KgsTujSnkiIXTPVGxIiBcTwzDGqgZX96whGCOKqcB3/pglHstDUWG0/xocqZw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777129695; a=rsa-sha256; cv=none; b=xkAKZCBJSA46rxvO+JleIO0zRkhLuavwqkdfwa/4f47c4SNIN9tGG5q9qPbU1yE+nfmLGj Vfo5twHbn45Cj/siILPSH1OKcXcBju6bHLA1k/QkH4OMMUU7ZF52t2jr2DvqocImKY3Zcg FwfOA8g1HnLwDsaAv28T0FUa6I3slT57ws3C76ICiJSxEINfdFm9yoAws7d85t965cOce8 1GWnUlvW1c62rDNcANviaystBHWRFpaa9wzmKnw8+r/P6RWZy/LyeksZqS+H8Ixz42ITr7 BPuutU+s35ipA46WWwGpiK3aVsMX1gKSnInr28+F21m+rISk3PkAr5WKSFjg8A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777129695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rwl7u+/ECHKbzIPNrbzb7qCAZMLVSRN4SiL6/Kyy0po=; b=AeBzghzDe4RQXZ0NIQfk8NXdpDAa5SBaV4R8+kC/vRLpxEQWqBYHn3i3iSrkTjl2V/5k3u RPyx8HxgU4GKZ+SzP2GdDfon4a3EkluPrQpmkEzpwCW61cpJkM6fDmnXuP/fkdXr5BPMWn fdasSIrUFcL3AhNp9C2wF3vGGIBo8xijw9F5c64H1hFmNhuzJojHq/V0PsHLSUlTVEU33P 0mcLzWSRnS4InkdNi+iCHCxVKU2M4zXb4O/yL0K5ptBF678/OUHDnZsO7lbbhOBi+VWNpY BIeGZifCrZUgl3nramtMPX9fFJT6Y5ywTrp/yJnljUhkJBRbguDXjFbOyD5aXQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2tW31Db5zfmr for ; Sat, 25 Apr 2026 15:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PF8F9d080886 for ; Sat, 25 Apr 2026 15:08:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PF8FfK080885 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 15:08:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 15:08:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 Lexi Winter changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |ivy@FreeBSD.org CC| |ivy@FreeBSD.org Status|New |In Progress --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 17:04:58 2026 X-Original-To: pkgbase@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 4g2x5k0GGkz6bpf9 for ; Sat, 25 Apr 2026 17:04:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2x5j6jYRz3JhH for ; Sat, 25 Apr 2026 17:04:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777136698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d/qHiYhKIANs+G3HLGV4Uy1/yijYSElMNaR7FKn08To=; b=lm9YK1+sKxCNGg11At+m3mEl/+XTz1Iz19cAzMSdDB8VbbyvqFq4AuNqaiK66eqsUYytIe rU/n7VPPKlfKJXqOhgtjv4yl2rzy3xTIxix5xxNqcLSG4wo4NUH+ibTHFfpbYjUDKWKiFj TejsMqZ8RMqHQ3tNaM+a6cmXC2treIpnug0LsXE+sZpbnq2v11sMY7clfN0MYzR/xE4miw BdljCBZdUgjRPmpLWcagGB8o3SuoFvRjMPFJ2w/5lTTXxobFHdfn6uYZ1bQvq/DEhsch9B oZEymMkqYw3R4So3IB8scVHzRgJXEB9m7dHGlIv0t49uwqWzDWyG3sLElKN1Fg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777136698; a=rsa-sha256; cv=none; b=ok7qWNkcdjIiORETjct3IMQx5QJflsMIvQmeN3dtSMsP2B+cAxwRiWdgHmh3Q9kQq9Flpc LhHyrILWBsDuDvKgLy/MVej539jISW07BFKJvBji7XfACgWQ74EWpiW0QVLrzRvhVqWcmd QLxFZjLv8lPjziVnnDuNdiDAdiDov1CM/9xFnSeF00ku8oZ28E8Ls01ohQOuUWk8WfEso+ 1Q1UmgfQXrg05qLX54yWv1Bi3JnjLPcBn7e9t3vxbmdDySnEJ6Ci/tiwbaTgKElEoqG0Ks zKGPxPCFpP0rKvqYhncTgcvsvC3S3vR1e1jNTJHg2EyueecG72pyuTmqmUtESg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777136698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d/qHiYhKIANs+G3HLGV4Uy1/yijYSElMNaR7FKn08To=; b=p3PXd0H4IxlC79zIUBYMHu1tVDveHsG2A4iMEpTZx8//+1HfkGHNLBoDyGLfEoj4ogi6z4 4zF5cZKo/ZBBYZdwH7t0IfGrY94kNwYBuZfNXdJXJg4fq5KabA2QRT4Ex5fKDCbXHgcLq7 I1V3UE1KhhloG5sgKRmUHwUAN7w/X3nrof7dN5ix0em7IwtQobU78pk51W3W1FhbleFKvV DZYPpZ3qRGJLqrF//Bs9x7hI+IVH2VkeZd3Dmon4ZdjCqUCToLHYqqSv+7911f2XWvdog8 CVDI8O6GIN5jumbJe0GpPCZfgTnZQecl/b1A6SknV4Nirik5Oeei3MBYrETWyw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2x5j6HsFzjt9 for ; Sat, 25 Apr 2026 17:04:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PH4vDM073450 for ; Sat, 25 Apr 2026 17:04:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PH4vqe073449 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 17:04:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 17:04:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 Lexi Winter changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://reviews.freebsd.org | |/D56635 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 25 17:05:14 2026 X-Original-To: pkgbase@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 4g2x625Pqkz6bpZK for ; Sat, 25 Apr 2026 17:05:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2x624jKlz3JqR for ; Sat, 25 Apr 2026 17:05:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777136714; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1gUPluwkOLNs8g8j7SmzoPEjbChWPBX4vPZTavP21UQ=; b=G3Hd8JDEvZZwLpJ5TGT8WwDGYYPeQI4XyO0RLBjIQB8Ah8hupo09XbOt4HJVHN4y4aLChD DKNf0W8MUyyxC8DRV9ZtLui5d7ToY1ilmtSTu+AofuCQKnds6TpR4SQDS7DLUh3s2RC29n Xtydwjc+6tCDNdI9MohBA6dd7coAnOCKrbKu44a+sbrlkxsF7Sw6SVz9mMXa2QIsUETf4S /zPs4UdbygKsod/h2wdL+y/1h5B2g00GULkNcKTx5OXbgQDE/Xw+s8SbjPdHNNoFbZ1hvL hG8SAGg84TdAV41ANz9r5fRb+bWO/pGsZ/7LRd8AxZzJ/40+oTzWhfgfrox8rg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777136714; a=rsa-sha256; cv=none; b=RsmweE114UOxH+tNo0OJ8aDc0xAMGTRPp/UT68GvIVIh+ay1lBnhkQEZbK8ZRith91uowJ U6EbnWdbZG8nu2JPkl9tVoYEYFIABtt4p4oPRx4q8Y6AEjIXW4L2yqCl4bFJ2Qu5XAOwmC oz3kRIikEPQCv+cp0j1nwO+dIiv1o9C07RSteJiQIgDYmKlYEoIHhiqZjHqLwAa9/HzhXo fxE9dz1FumRhJKxrI6OjQ3/XMDGDjSPNicI5YnuZYY1NBRyjMvfdGMbesU7uRl+4kfMtcb 7THbx/cqmSFAzr821fZxQxEfaw4ta+EWhMUWmgiEfI8RRw4u7advcjEbnWvnKQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777136714; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1gUPluwkOLNs8g8j7SmzoPEjbChWPBX4vPZTavP21UQ=; b=ivhTRhhejepa7KsblN2sTOveOmq7FujfSHp3HfXgUQ1VoOkRljvM4gQZyqDfqgvF/ug12X 3cK/rPkznC9Venc7sF2/TyyXGbd4eFfXWA9/GQzQKcSit3yqTRJBi/DlqAdFt0C74N/afb aSlXk9BAYk37/lG2KI3xzCmL2xRiyGEp3V/MzMTiCl+4zJkU11Lc5BTQItERa1hTAT2T4i TY4e1gqWBagW/DOM+88eOXuJJSPflyVyU9BR/7tL6m/lf1h5D5g0+TlAfalxCCGwzwm+Kb tWwoEIWDRvb6Chx9K+zGPPa4LjmKlac9lQegj6rqG3BI18m5KgBdN887mGIZeA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g2x624J6lzjtB for ; Sat, 25 Apr 2026 17:05:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63PH5EFR073701 for ; Sat, 25 Apr 2026 17:05:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63PH5ENB073700 for pkgbase@FreeBSD.org; Sat, 25 Apr 2026 17:05:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294775] pkgbase ${SRC}/release/release.sh WITHOUT_QUOTAS=YES: quotacheck.plist error Date: Sat, 25 Apr 2026 17:05:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: mfc-stable15? mfc-stable14- mfc-stable13- X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294775 Lexi Winter changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable15?, | |mfc-stable14-, | |mfc-stable13- --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Apr 26 03:31:05 2026 X-Original-To: pkgbase@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 4g3C0B182sz6bH9S for ; Sun, 26 Apr 2026 03:31:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3C095mjmz3c0M for ; Sun, 26 Apr 2026 03:31:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777174265; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iMRurKafj2r/u7rhsICrAYUwlS/cqonfA2buvInQiuQ=; b=aMv49sJnSdwy+/TrJOHhfYAozTztNeD9wwXa1zU4nnj6ts/qZT2QxtrIqP8jn5YwgtG+Be dBoEGIjhKEYT3RAHXvYozPS5pbfbh3R4/JOnk64Nmp5qIUS9m7FDa2GMoXBpOaupx2XYce su7eyWbK++8M+1cTJttZ/U1wMraNggFFjQzWx/XXcMW7/bujlAN8xnW8LafHw71z0mtu9j ovbCurnKM7p505hZqpv86VoLZFA0D7Tb8VgXiICxqQVmq5Hk8IqBmr8m6ofsRGLk5ZYXwx LtBeONijE1aIGGDhDKPt4FOG8exUkQzUoE1ZlMTfxW0/0MFikMW/EfuxKg78og== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777174265; a=rsa-sha256; cv=none; b=AA+ILz8AlkA6/DP2k3Bxt0qJVRdFDJDEawNJuwTWNvzdpu0wnq1/eP7hMyFwsBKCAjfP2+ lpLz9CEkxXzrrmzW/DZkiCZS10TPFXvaWkHemiBq0uairxsVKRXfjairN66PLYQE+OAZHx 7HwZRESBNmromvb1WbMxot+EXU5USkTs4sNx/T2qfDiqxVBxHXHDzEVwGHhhDRi2BBJzp8 Ij2Y8i1bDWM+YISsVdKRHoXToFUpla898JG2gO6cXDfUcSQKgDIZx0yrkBWWN2BkHTyOYz XILk9TQPiKIqWq8nGVVnOjTKKud6KNwfSDEZysEORnusmGihvSt7NF4LFJap1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777174265; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iMRurKafj2r/u7rhsICrAYUwlS/cqonfA2buvInQiuQ=; b=wyPjd+tJJdFi1i35I8uQSIbeewycFhB1i6bQs0cYgGqvEn7wfVO6EAuDgfdOzIUFrmpusj 5KKPYepOGrlIDRThOJdDswAgVxAvd2bhJ7Z7lCzt2cAhyAP7rJSM9lJFtIP/yqSYq4Pbgb usd3x/jPqfTcJ6iGWEblsJQk0AI+IARITKZGgeskVD/XETvsXnSGkujaaO6m497OLW0Xlt D25V7IMr1nWzFRRHJsQrHWcMHVhH3OSUSAoSD/OZrkIEZTFCEKvgALuZ15nCRbqN4Gc52t keQqnvPed3kz6CKen2oGgzz6gMNJcH/p83FL8sHyRq432b5reWDoYWXvEi4B1A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g3C095K66z134L for ; Sun, 26 Apr 2026 03:31:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63Q3V5gE056733 for ; Sun, 26 Apr 2026 03:31:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63Q3V586056731 for pkgbase@FreeBSD.org; Sun, 26 Apr 2026 03:31:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sun, 26 Apr 2026 03:31:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|Closed |New --- Comment #6 from Alastair Hogge --- Fix has been reverted: e0b74e7b17393988120d86e20e91bd38f03c93ad --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 26 03:59:45 2026 X-Original-To: pkgbase@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 4g3CdF1Sc8z6bK0C for ; Sun, 26 Apr 2026 03:59:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3CdF0tv7z3dpN for ; Sun, 26 Apr 2026 03:59:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777175985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fiDJzC9Pn/EGXkXgj3m5kqDFK9HT2cggOHh/b5xzP0A=; b=kBhs0ptsh0abm9P4jzLebNdFFtu6vV0p9bBgqgJWxhfzwmx6h6UPtETpdxQrBAEkXKEbQI G+xjx9SESIQuxwyW6ErXoKsSvKuvb6cJ5Yu5owlPwJWCEKlRhtl6CZT88feiCRA14l3VCU eWoqijZagd1pkDRPPhnXFO5ltDyVmoxziA656b1JKbRn5N+6wBzHCoA6IHETrgCbrG4FKs EE9h10YXicL+/veiQMi7Uxdmq6icovI4nBFzrRgK98LuIZycRZzaqPqMR5cy+nDWdJZwx9 Z/2OLsxdSQkRXZX9ZHzqy6RhVMDHgV7u/ZW/Vx+jVdaB+Yk11TYFzshm56y5JA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777175985; a=rsa-sha256; cv=none; b=q9A+07ZYGUzAg3qUZIhDKnQLw8uBo16MSpczdu2vEXDJCnVJ2Zk2ajmGlZAc3hye8XZyF4 M+GVQjgJR49IP7uOqYJOU2IuOwISKzojX27bgGJDQ2UMLuCiUACwbtTRSNHOuzkJc8Cb4X 43+PvuzUNpY2eGHYa4s5ps6bA5EenPPTdiuAXEflXlevtcsUJZWMnfkwcwvSimx4U3g34u MeNSvORHGfgSpMYGiDFYZWIVJDxBT3dOJzBttfC47Hx11fXCWQ+4Nn867z+zry0C07yftN CV2YewCoUb33JO9E2cYW+Yl7wcCnboKGoS/TYhfl+1LX7yDaSHVCT6WTwRqEDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777175985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fiDJzC9Pn/EGXkXgj3m5kqDFK9HT2cggOHh/b5xzP0A=; b=vE6yFletbBcDE4CQxckNzqCj9h3nR5H7ULnX+ByydBvWgf2PDCT5Qrpus17qHfWY7e6Mjm xWFu+/mVRGCSAvsfz4NdErNB9TVX7fHQW9+hr1tfyEagB/8DWevAscXZIh3TvShV7EUx17 jTKDanE9KQTZ83SQLblQ2efoMQtc0UJo5IwM1Tk/iN9v8P64X7czv0MKm303zm26/Fr5Le LwiA0g4wylO3CKzbuMA73G3k3DkseHNdtW+JoU2Se2HOdvsHYSeWlWrBUhRlbFM5JMRHNo IbjlI71oHbj76LBUaGpvu/3Kbz2iU2IfIrx/Znx+dHMzgf4OydhV2PVN0VUO0g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g3CdF0TtHz13gZ for ; Sun, 26 Apr 2026 03:59:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63Q3xiJP001550 for ; Sun, 26 Apr 2026 03:59:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63Q3xiSQ001549 for pkgbase@FreeBSD.org; Sun, 26 Apr 2026 03:59:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sun, 26 Apr 2026 03:59:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #7 from Lexi Winter --- no, the fix is still there: https://cgit.freebsd.org/src/tree/packages/pkgconf/pkgconf.ucl e0b74e7b17393988120d86e20e91bd38f03c93ad reverted a rebase/merge error that created a file that shouldn't exist post-D56087. the history might look confusing as the files are now part of bb75b0d581f74e22a68d7868ad1f5da1146a8de0 (D56087), which i landed the day after. are you still seeing the error when building with latest main? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 26 04:26:42 2026 X-Original-To: pkgbase@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 4g3DDL6Jv7z6bMZS for ; Sun, 26 Apr 2026 04:26:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3DDL3gkrz3h4G for ; Sun, 26 Apr 2026 04:26:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777177602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/v/4Hi3bxeByrkuvaDy0XP41Zt5K2t9rLUINE2hl/CE=; b=TvG5jS4W+Cn/Rmu7lnqHYX6QUU2jdGayoOzXC4Eu2VbpkTmgwuyyR5nXEhKAv4PaUC6Tsy tP4gyWD9YXoKZ3DYDlWfuqOF/vhCadzy5nppNIjUxgeGvcV0nI5lzjWaM8/pWP2DMQb4Ee Wa5C1+zCgNXt0MlOagbg+jaA+UnXaeAhDyHtYuduBnLZtcHzQoHiEOclSZCXFZnYymFX5j RooGd63iXJJRMHTYGmYf7cieLi8DD+1NJGCEHUbMFcP+zk+6MRaiXHIGcuVqktlbeRlFxt IcNDU4/kUvUFiWGz3WG3LoZT3b7uJJdvqiOFiP5NNwdHNDJtOqsGKiBFL3hlDA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777177602; a=rsa-sha256; cv=none; b=SppjNv8O5bLjCkiTKRJ3jlxuOS8KQv/TQPhh0Gp9NycsLOziMjOPnT6PC0sqEznj0VTXBR awQNnXuYc1wTSPIow5Q1lHK/Dk+0j6pK2c4f/K3BKWmP6H3Mjgp0X10PvApb6oA9B6vcd0 +TsUgMvCYFSBo1NI1PZRlcWAJPj+4FAdXw5SeQ6DPxuYlkOBiRXBIbq/Jt91Tqfuby1Fia HOs0rcpmPeafBnyLsFM++STNe9q8AA+rUVNv+7XTjjhOLfTUz9sjpsxyeJtlTi7yqC1IDK F900T5SRBYh6UZcm2YVmyY6wSPwQ0wMMpU7hOs0pqbcIk0SGhfitqJqAcuktxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777177602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/v/4Hi3bxeByrkuvaDy0XP41Zt5K2t9rLUINE2hl/CE=; b=lcWUZZ3D5NQQGSW9fJr+8Fus7gCi535RH2uzwIkDEoVpnWBBM4FE6eiS7tM65HxsQjnb8X TjLtdMLbnoVz+vNIOpvJiw0mOhsH3SLAgxd0DlduGKxUHesYcchiYteyY0zn6d7k9PvDcq al7wmT6zFp3dtQC/FzVQkOLbHlo3j0i4VdlOJXb/Ah2Yk2BvTSis7aj/y5Jy9Wv3pBZmbb Hzc0LXOqGIqtfOzxnJ6HZyrMXM81OZfdcOi1H0FUVdtJ7zjqYKJ0OvkSEvjGf9D9xUrUEJ Frihdm2u7U0r77NIOZGM9vIAGB4vEIfFsxZaBBbIgNAqiuJeZg1TrdxngFrUlA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g3DDL3Fqnz14b9 for ; Sun, 26 Apr 2026 04:26:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63Q4Qgdj052569 for ; Sun, 26 Apr 2026 04:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63Q4QgkN052568 for pkgbase@FreeBSD.org; Sun, 26 Apr 2026 04:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sun, 26 Apr 2026 04:26:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #8 from Alastair Hogge --- (In reply to Lexi Winter from comment #7) Will sync and test, cheers. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 26 06:04:42 2026 X-Original-To: pkgbase@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 4g3GPR0Bv6z6b1sp for ; Sun, 26 Apr 2026 06:04:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3GPQ6cWYz3q1b for ; Sun, 26 Apr 2026 06:04:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777183483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q2xxc51YbzglSAFZfoSsoXd8a22Gqn8KpzDotGQ0CYw=; b=Z+fQOwhj/YwW41lu1Sr0jwU8krMQocAt9J1lYZWodgd4p5QpsN/bMDvWQb7LJSW/OcCPca 4+CQpOfIa2u3uH6BoILmHKVB8Le7aRc4ym0h5JE9mNrMsNf8SG2lGQDaA09sRGTS0zypOO TNP9LmmNqDniCPvsLcszii7LmmXBT4gmnD47iGwNJBPtQ6bF6swgSplRTFKl8LDlerxFO3 5DIXXGWNlF74G/aQMN0uaNeFShdEipo0yAKcKuZzpGZ4vBsETUz/f43yU7eN0Wru5kgVwh 1bX8J3cyRu36GQwG+EhyU9BWRcnvgB2kRswd99dPWSSkC6iMn3HhKWNOO6ZDRQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777183483; a=rsa-sha256; cv=none; b=ejt5GZD4tfHsBl9jz6C6xo5fUxTIL6KxPEfAWQj97D9joJPACQ0/IuRs6fMQeEJeijZXgE MR2qNPNl9c8cJ23gw9CxqCC+PsF+hSyuBIi5ha/7RGuEg6joDdK919C4O4k95iL24qwON+ 5i//Fv1iumXPLMuY4xnz4s+rM9zvx4gzpBYtK+9KqLNktexoBBYozssY9UtRhvDvYbuO9e q69iBNZRmCWMOqjOwrefPjC/OfQmoF646btpeGFCq0Q1hrbztrij1CVw73/2DvACMyvKx+ IF1tbxrczZ7RdfiUCJdKRXOy6CyygvymTKpAHXZ7ng/s3h/AIJyn7vNxCmAEyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777183483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q2xxc51YbzglSAFZfoSsoXd8a22Gqn8KpzDotGQ0CYw=; b=i1DBbgE4JiO8d9E6gYlveLV6sUgVeVHrOUAT7uHUyL6fhJj3lyE0RLQRuKeg1RaMIehekk ukS2i2yB+/Q/AFZM2pgnQGpSfr1QSj92K98kElADWv3aYx8praJ/jlFLJVu4Sr+Y5XldTE MsxEfErpeZ2k2ioldM1rNmyvsVbnx+iVxZe4x9EHJdiWxpQ0RPXUMbAcpVvkZbylkHwL2e ng1Di6NPpVe5VufSahfFBpdgexLsYHzSmo5Kn+cyhO2KZ2DdCONcIeiKM9vTUkSFRrlxVO MLFVO6bzjFn9nwhmfsDqFuTb0JC5D0OcbvS9bn2IWvZR1+Un3Zv394L7KulR4g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g3GPQ5wSqz16bS for ; Sun, 26 Apr 2026 06:04:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63Q64gaj025370 for ; Sun, 26 Apr 2026 06:04:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63Q64gTi025369 for pkgbase@FreeBSD.org; Sun, 26 Apr 2026 06:04:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sun, 26 Apr 2026 06:04:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 --- Comment #9 from Alastair Hogge --- Sync'ed with 1f72d525fc7d26c1c605b50519b9da1c78fec437, and problem is still resolved. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 26 06:04:49 2026 X-Original-To: pkgbase@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 4g3GPZ2Cr6z6b2C2 for ; Sun, 26 Apr 2026 06:04:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3GPY31Yxz3pqJ for ; Sun, 26 Apr 2026 06:04:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777183489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VQVy0J9v4C1ulod5Pf0HAFhkhmlvL99lB/h39aV5hEc=; b=Oo03ccDmzHsA2u+sx1u4IxmBtQVTfeD8YRKs322NBJ/M3vTQ+5N++FWu6SdERGKvVO7bNf eUy/auIVz0xy7pAunKRnLjtFyQg/U+NzjbVVyJ8FvYVWwCZpW5z5YeqwuIsZe9d7yosJLb Grolsl3o+i/hGfUxqDIbNZ6w9xzU+jh703xZmOnR3SNmjxXWMGx5go7efQuIsbytSvIEKj mov4hSP+aXUYsSlwiWInvypZcsvpEF5E17daKum8KzyIpki1hSJomu0uFU99KAeCanPusk 1P0H2CGfFZp61IWK9NPNMnRTRtP9JMEcHYtz1d9GxwZYmqUTaHAeZzd9H3RHOg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777183489; a=rsa-sha256; cv=none; b=nsDVLDTtYguG6Pqij8o1G82e3gtTVjgQltJ/I16cGCkOLe+VFpe/LkaKO5Q7zRkMzLz+Sf bEzaQcJ5vVNmQ7l38d5HOGNYKqVENQ/M9vKcesag2ItDns94EjQdxOuI4L3e1NNUWkXSuC /7XbhQcISBpNaWJIDDgkEDweDZROLOltyZS14FqFhjqp03NQoHJBr9OVU0T+f+LfQNBytn P2eYVbe/4D/3L7uHPfP3Yvg1tNVoiPLUbMxBlP/4YWEyLrM8XuzxQrQxKZllYbppz6oJHG 2f7NobX0i4TALca1FXTI4NH1kKgDhJ8B/Uchning5TocFOWvMRkeB/hAGmhh7g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777183489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VQVy0J9v4C1ulod5Pf0HAFhkhmlvL99lB/h39aV5hEc=; b=QxMXdxLGYu+Buodhp9C5632eE2XoadoZRPJsF92HdHg70iZK9Nbwi9msxR/EbI81dSBYg5 SfrfnTGKkWosgik1Ekb/mSaEj0/Kv+z+CClj6fy5yvGgpUxzkEVWr695f36n0y19AD0Usa MXnzqaZmuFdIHIdCSVSM3CGuqrmFODBwj+fv69cln6A1Pao+0nMh+eE0Aig+gUIV8UJ3oA i7mbsD/0k1PhjgVgSC6SeIskzp5Zi1/XaIaw3KFLx8ddSV4/xU6c8CqGBbyMXJrDdMwddb S6cSwlsKjFcp8CgjDhsyZrDKMYkQKeeQ+rCCYq1S6gjfo+8y+L19qTdoUnG6Rw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4g3GPY2RPyz16wF for ; Sun, 26 Apr 2026 06:04:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 63Q64nwW025426 for ; Sun, 26 Apr 2026 06:04:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63Q64nbn025425 for pkgbase@FreeBSD.org; Sun, 26 Apr 2026 06:04:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 294724] pkgbase ${SRC}/release/packages/generate-ucl.lua cannot open file ${SRC}/release/packages/ucl/pkgconf-all.ucl Date: Sun, 26 Apr 2026 06:04:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: agh@riseup.net X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkgbase@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294724 Alastair Hogge changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.=