From f8bfc967411ce070f130032f9a21d13af5cbc1f8 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 19 Jul 2024 13:36:16 +0000 Subject: [PATCH] update(cmake): bump libs and driver to latest master Signed-off-by: Jason Dellaluce --- 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 8bfb77d442d..1f6238c8200 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -34,8 +34,8 @@ else() # 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 "473bf06780abf9b00923c90d779e4ff16f19903a") - set(DRIVER_CHECKSUM "SHA256=aa45432acd385881365a8aee7bfe1982fd6278aa7b23466d6864c2ffda5216dd") + set(DRIVER_VERSION "ae6b268d84298c0908a169cdbea7781a596beda1") + set(DRIVER_CHECKSUM "SHA256=d86c930b60dd31cdf8257f95739a8e0a38adfdd99659c4d136b7a487e87c0dbd") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 1f5b3978c27..b1e7bbefa79 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "473bf06780abf9b00923c90d779e4ff16f19903a") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aa45432acd385881365a8aee7bfe1982fd6278aa7b23466d6864c2ffda5216dd") + set(FALCOSECURITY_LIBS_VERSION "ae6b268d84298c0908a169cdbea7781a596beda1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d86c930b60dd31cdf8257f95739a8e0a38adfdd99659c4d136b7a487e87c0dbd") endif() # cd /path/to/build && cmake /path/to/source