From ff7ab8034a7812e03e7ffda000024a8ccb8c3877 Mon Sep 17 00:00:00 2001 From: poiana <51138685+poiana@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:36:48 +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 bc5fdd0d639..f674def6c22 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 "9ee57c8d583c8d22e8c032011d48bdc8897bc9af") + set(DRIVER_VERSION "d1881b4ce9f24744859e1caaceb537274be6dcb5") set(DRIVER_CHECKSUM - "SHA256=051f090beed8424b1b531612fb3e522d4c09a1417edeea1358966de61d7b0248" + "SHA256=edac7c0541127ffea705884d5db7294554dfe9a5ca04c4a393d3020eb453fb96" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 2566c8ee017..e639e1ea3aa 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 "9ee57c8d583c8d22e8c032011d48bdc8897bc9af") + set(FALCOSECURITY_LIBS_VERSION "d1881b4ce9f24744859e1caaceb537274be6dcb5") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=051f090beed8424b1b531612fb3e522d4c09a1417edeea1358966de61d7b0248" + "SHA256=edac7c0541127ffea705884d5db7294554dfe9a5ca04c4a393d3020eb453fb96" ) endif()