From 663281e05ffdc6506452d518267c07a2f61d1146 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 15 May 2025 11:11:52 -0700 Subject: [PATCH] Require non-system version of libkrb5 on macOS --- NEWS | 7 ++++--- cmake | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 0260ddbe59..4c9b4c6803 100644 --- a/NEWS +++ b/NEWS @@ -38,9 +38,10 @@ Changed Functionality published vectors with holes. A reporter error is produced at runtime when serialization of vectors with holes is attempted. -- Using libkrb5 for Kerberos support is now allowed on macOS. Due to very old age and - brokenness, the system version of the library is unsupported and will fail to - configure. Use the version from Homebrew or another newer installation. +- Kerberos support on macOS has been enabled. Due to incompatibilities, the system + provided libkrb5 is ignored, however. Only versions from homebrew are supported and + found/picked-up by default. Use --with-krb5 for pointing at a custom librkb5 + installation. Removed Functionality --------------------- diff --git a/cmake b/cmake index c63efd65e8..8127d698a1 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit c63efd65e874d689bb28aab390456b2d96941e15 +Subproject commit 8127d698a1c0e9bddc53b3f9ffc1e28c03d76f35