From 6adc54c92f00c7dd535323bba2bf9f02acf6eb14 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:42:04 +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 4afedec1..50dccf83 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 "8cd5fbf687020039e115e1aadcffb510b993a67b") + set(DRIVER_VERSION "082157de785fd053b41014ccfc5ac511d15cb268") set(DRIVER_CHECKSUM - "SHA256=517f5a405540b16b175ff420b469dd324ad2e4ae874c91b912d4613036494a6f" + "SHA256=f627d9adb4e25fb94dad9681901455c9d5f5c7301138cc67df37dffca73cc2cb" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index d33360e7..6855634b 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 "8cd5fbf687020039e115e1aadcffb510b993a67b") + set(FALCOSECURITY_LIBS_VERSION "082157de785fd053b41014ccfc5ac511d15cb268") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=517f5a405540b16b175ff420b469dd324ad2e4ae874c91b912d4613036494a6f" + "SHA256=f627d9adb4e25fb94dad9681901455c9d5f5c7301138cc67df37dffca73cc2cb" ) endif()