From f2624a8ccbc46f8198114873044808e8cecd1d90 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:37:15 +0000 Subject: [PATCH 1/2] update(cmake): update libs and driver to latest master. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index f5fb8745395..a5b6f44526b 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 "aeb87935dcdd6b3bffb50302269353f2468f612c") + set(DRIVER_VERSION "4403a842c0602acea7e02851c90098fc0f2b0ebf") set(DRIVER_CHECKSUM - "SHA256=fc2f18ed2f9e4bdcb93f32eee326a813a3614af50b82d30a7ccf96ac2a7cfbf0" + "SHA256=06e9d4562dcaea4d0e6cdf05c52958492cfbe1c4af282f8731bbe07c6e6817b7" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index a2678b73766..970a7a1ab89 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 "aeb87935dcdd6b3bffb50302269353f2468f612c") + set(FALCOSECURITY_LIBS_VERSION "4403a842c0602acea7e02851c90098fc0f2b0ebf") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=fc2f18ed2f9e4bdcb93f32eee326a813a3614af50b82d30a7ccf96ac2a7cfbf0" + "SHA256=06e9d4562dcaea4d0e6cdf05c52958492cfbe1c4af282f8731bbe07c6e6817b7" ) endif() From 87440044b47d3975ac8f066f18dd3d86fb921019 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 21 Oct 2024 10:46:40 +0200 Subject: [PATCH 2/2] update(userpsace/engine): update engine checksum and version. See https://github.com/falcosecurity/libs/pull/2047. Signed-off-by: Federico Di Pierro --- userspace/engine/falco_engine_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 5ba61a73e68..778af2ddfe3 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 43 +#define FALCO_ENGINE_VERSION_MINOR 44 #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 "8a7f383c1e7682c484096bb6a5cb68c29b818acbe65fa2854acbcc98277fd7e0" +#define FALCO_ENGINE_CHECKSUM "ff12f0e76bed0e9a512ab22f039c199a3b166540ccfe6eb5177d0b08a6cae251"