From f01bc7e397de36cbbdc67c80a41651583349e4b8 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:41:09 +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 ac783b9c..e46d3c99 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 "392ee1e62e47019daff05fe8b1f8e1b106c9865d") + set(DRIVER_VERSION "e9f48969810066c55e0a46526fcb8284b10de609") set(DRIVER_CHECKSUM - "SHA256=f805b23592af42f736bdca511a503e2129778862110b47fb740d88db467fccff" + "SHA256=7fc6684a5874de1288924b216a329612edde763b1b0d6ce88f825f5f6de1c4af" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index f857e5e9..9fa0ac1a 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 "392ee1e62e47019daff05fe8b1f8e1b106c9865d") + set(FALCOSECURITY_LIBS_VERSION "e9f48969810066c55e0a46526fcb8284b10de609") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=f805b23592af42f736bdca511a503e2129778862110b47fb740d88db467fccff" + "SHA256=7fc6684a5874de1288924b216a329612edde763b1b0d6ce88f825f5f6de1c4af" ) endif()