From eca8be4692ddf77eeb6d7d9663603ede2471a3d9 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:46:33 +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 fe56a806..554f18d1 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 "9.1.0+driver") + set(DRIVER_VERSION "849cd5d816ea49e8ee583a10ab58f9ad7f652bb0") set(DRIVER_CHECKSUM - "SHA256=14cba5b610bf48cd0a0a94b1156ed86bfb552c7ed24b68b1028360fa3af18cbb" + "SHA256=54971f4425191dd05f1e249020970895dcd15c2e3f920ce3e4c1d205ea0e94b9" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 4941587e..5830257e 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 "0.23.1") + set(FALCOSECURITY_LIBS_VERSION "849cd5d816ea49e8ee583a10ab58f9ad7f652bb0") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=38c580626b072ed24518e8285a629923c8c4c6d6794b91b3b93474db7fd85cf7" + "SHA256=54971f4425191dd05f1e249020970895dcd15c2e3f920ce3e4c1d205ea0e94b9" ) endif()