mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
commit
953c039603
4 changed files with 9 additions and 3 deletions
6
CHANGES
6
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.562
|
||||
7.2.0-dev.565
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 04a714605d2af055dd35152aeffc1874447ca616
|
||||
Subproject commit fd0696f9077933660f7da5f81978e86b3e967647
|
|
@ -7,7 +7,7 @@
|
|||
#include <mutex>
|
||||
|
||||
#ifdef USE_KRB5
|
||||
#include <krb5.h>
|
||||
#include <krb5/krb5.h>
|
||||
#endif
|
||||
|
||||
#include "analyzer/protocol/krb/krb_pac.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue