diff --git a/CHANGES b/CHANGES index 6c8e92d75e..fc9c26e9fa 100644 --- a/CHANGES +++ b/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) diff --git a/VERSION b/VERSION index 417a2b0813..e9916690ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-dev.562 +7.2.0-dev.565 diff --git a/cmake b/cmake index 04a714605d..fd0696f907 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 04a714605d2af055dd35152aeffc1874447ca616 +Subproject commit fd0696f9077933660f7da5f81978e86b3e967647 diff --git a/src/analyzer/protocol/krb/KRB.h b/src/analyzer/protocol/krb/KRB.h index 52c4d791ef..2e737f6d96 100644 --- a/src/analyzer/protocol/krb/KRB.h +++ b/src/analyzer/protocol/krb/KRB.h @@ -7,7 +7,7 @@ #include #ifdef USE_KRB5 -#include +#include #endif #include "analyzer/protocol/krb/krb_pac.h"