The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=01c587521dd88e2ad3086e39e86d727073a65208
commit 01c587521dd88e2ad3086e39e86d727073a65208 Author: Colin Percival <cperc...@freebsd.org> AuthorDate: 2025-07-24 06:53:59 +0000 Commit: Colin Percival <cperc...@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 \