From b58ca5ec00e5b702f14c7c35598f7ea0e98a3629 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:42:08 +0000 Subject: [PATCH] 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 01ae7f89..9eba323e 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 "17a7da6ceb65628c34ca8c9874dd6e9d1a5a1039") + set(DRIVER_VERSION "592217e71c467c26f24f92f06e80a64f5a6bf4f8") set(DRIVER_CHECKSUM - "SHA256=8a042838f79f40564f5a96dbc2a1cd4c67aee6f409cef2a719b1b0988a82e8fc" + "SHA256=f61ae0dae4f2c7b95835b212719d2b679a240d70b78fbe35970e2cbba74ba35b" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index a29d968d..d1dab86c 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 "17a7da6ceb65628c34ca8c9874dd6e9d1a5a1039") + set(FALCOSECURITY_LIBS_VERSION "592217e71c467c26f24f92f06e80a64f5a6bf4f8") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=8a042838f79f40564f5a96dbc2a1cd4c67aee6f409cef2a719b1b0988a82e8fc" + "SHA256=f61ae0dae4f2c7b95835b212719d2b679a240d70b78fbe35970e2cbba74ba35b" ) endif()