Merge remote-tracking branch 'origin/topic/timw/test-cmake-krb5-fixes'

* origin/topic/timw/test-cmake-krb5-fixes:
  Use longer path when including krb5.h to match the cmake lookup
  Update cmake submodule for krb5 fixes [nomail]
This commit is contained in:
Tim Wojtulewicz 2025-04-18 11:36:17 -07:00
commit 953c039603
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
7.2.0-dev.565 | 2025-04-18 11:36:17 -0700
* Use longer path when including krb5.h to match the cmake lookup (Tim Wojtulewicz, Corelight)
* Update cmake submodule for krb5 fixes [nomail] (Tim Wojtulewicz, Corelight)
7.2.0-dev.562 | 2025-04-17 17:48:45 -0700
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)

View file

@ -1 +1 @@
7.2.0-dev.562
7.2.0-dev.565

2
cmake

@ -1 +1 @@
Subproject commit 04a714605d2af055dd35152aeffc1874447ca616
Subproject commit fd0696f9077933660f7da5f81978e86b3e967647

View file

@ -7,7 +7,7 @@
#include <mutex>
#ifdef USE_KRB5
#include <krb5.h>
#include <krb5/krb5.h>
#endif
#include "analyzer/protocol/krb/krb_pac.h"