Date: Thu, 24 Jul 2025 07:50:10 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 01c587521dd8 - main - OCI: Attempt to fix "runtime" container Message-ID: <202507240750.56O7oAs5097277@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=01c587521dd88e2ad3086e39e86d727073a65208 commit 01c587521dd88e2ad3086e39e86d727073a65208 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-07-24 06:53:59 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-07-24 07:49:48 +0000 OCI: Attempt to fix "runtime" container Chase the kerberos -> krb5 change in pkgbase packages. We don't currently have any way of making this conditional on the WITH_MITKRB5 variable, so we're going based on the default value. On the other hand, that's also true of other WITH_* variables too. This change might get backed out shortly; discussions are underway about whether MIT Kerberos 5 should be "krb5" or simply "kerberos". With hat: re (unbreaking weekly snapshot builds) Co-authored-by: dch Differential Revision: https://reviews.freebsd.org/D51481 --- release/tools/oci-image-runtime.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/oci-image-runtime.conf b/release/tools/oci-image-runtime.conf index 93aad1e39250..19ba23d2c834 100644 --- a/release/tools/oci-image-runtime.conf +++ b/release/tools/oci-image-runtime.conf @@ -12,7 +12,7 @@ oci_image_build() { install_packages ${abi} ${workdir} \ FreeBSD-runtime \ FreeBSD-certctl \ - FreeBSD-kerberos-lib \ + FreeBSD-krb5-lib \ FreeBSD-libarchive \ FreeBSD-libexecinfo \ FreeBSD-libucl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507240750.56O7oAs5097277>