Merge remote-tracking branch 'origin/topic/timw/disallow-blind-searching-for-krb5-on-macos'

* origin/topic/timw/disallow-blind-searching-for-krb5-on-macos:
  Require non-system version of libkrb5 on macOS
This commit is contained in:
Tim Wojtulewicz 2025-05-15 12:15:42 -07:00
commit 6833088cde
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.104 | 2025-05-15 12:15:42 -0700
* Require non-system version of libkrb5 on macOS (Tim Wojtulewicz, Corelight)
8.0.0-dev.102 | 2025-05-15 16:44:16 +0200 8.0.0-dev.102 | 2025-05-15 16:44:16 +0200
* IXWebSocket: Point at upstream, bump to v11.4.6 (Arne Welzel, Corelight) * IXWebSocket: Point at upstream, bump to v11.4.6 (Arne Welzel, Corelight)

7
NEWS
View file

@ -38,9 +38,10 @@ Changed Functionality
published vectors with holes. A reporter error is produced at runtime when published vectors with holes. A reporter error is produced at runtime when
serialization of vectors with holes is attempted. serialization of vectors with holes is attempted.
- Using libkrb5 for Kerberos support is now allowed on macOS. Due to very old age and - Kerberos support on macOS has been enabled. Due to incompatibilities, the system
brokenness, the system version of the library is unsupported and will fail to provided libkrb5 is ignored, however. Only versions from homebrew are supported and
configure. Use the version from Homebrew or another newer installation. found/picked-up by default. Use --with-krb5 for pointing at a custom librkb5
installation.
Removed Functionality Removed Functionality
--------------------- ---------------------

View file

@ -1 +1 @@
8.0.0-dev.102 8.0.0-dev.104

2
cmake

@ -1 +1 @@
Subproject commit c63efd65e874d689bb28aab390456b2d96941e15 Subproject commit 8127d698a1c0e9bddc53b3f9ffc1e28c03d76f35