From d7792acdf37fdd837a8fb8e7e19f2d2bed7d3a3d Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Fri, 13 Dec 2024 15:06:11 +0000 Subject: [PATCH] update(falco): update libs to latest master Signed-off-by: Luca Guerra --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- userspace/engine/falco_engine_version.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 9c7db59c..bc5fdd0d 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -35,9 +35,9 @@ else() # FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or # branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..` if(NOT DRIVER_VERSION) - set(DRIVER_VERSION "12c8b09a4c50a8db52b07105d29eb6eee826b3e9") + set(DRIVER_VERSION "9ee57c8d583c8d22e8c032011d48bdc8897bc9af") set(DRIVER_CHECKSUM - "SHA256=345665169f7fce64af926ef018ad4c62170ff15c6d07ad2f5cb7ff23431f6af1" + "SHA256=051f090beed8424b1b531612fb3e522d4c09a1417edeea1358966de61d7b0248" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index b9cbdee8..2566c8ee 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -42,9 +42,9 @@ else() # version (or branch, or commit) just pass the variable - ie., `cmake # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "12c8b09a4c50a8db52b07105d29eb6eee826b3e9") + set(FALCOSECURITY_LIBS_VERSION "9ee57c8d583c8d22e8c032011d48bdc8897bc9af") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=345665169f7fce64af926ef018ad4c62170ff15c6d07ad2f5cb7ff23431f6af1" + "SHA256=051f090beed8424b1b531612fb3e522d4c09a1417edeea1358966de61d7b0248" ) endif() diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 778af2dd..f11e0bc9 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -20,7 +20,7 @@ limitations under the License. // The version of this Falco engine #define FALCO_ENGINE_VERSION_MAJOR 0 -#define FALCO_ENGINE_VERSION_MINOR 44 +#define FALCO_ENGINE_VERSION_MINOR 45 #define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION \ @@ -36,4 +36,4 @@ limitations under the License. // It represents the fields supported by this version of Falco, // the event types, and the underlying driverevent schema. It's used to // detetect changes in engine version in our CI jobs. -#define FALCO_ENGINE_CHECKSUM "ff12f0e76bed0e9a512ab22f039c199a3b166540ccfe6eb5177d0b08a6cae251" +#define FALCO_ENGINE_CHECKSUM "e70717b7c18f98c9067bb50f6990132b0f6e7c9a403106ba5b80ccb30e9d8f42"