From 968867a478d95dcdfeb3ee9e23cd4a7a4b1941ff Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 21 Jan 2025 09:38:32 +0100 Subject: [PATCH] update(cmake): bump libs to 0.20.0 and driver to 8.0.0+driver. Signed-off-by: Federico Di Pierro --- 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 292a3b12aeb..f290412bf19 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 "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc") + set(DRIVER_VERSION "8.0.0+driver") set(DRIVER_CHECKSUM - "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023" + "SHA256=f35990d6a1087a908fe94e1390027b9580d4636032c0f2b80bf945219474fd6b" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 74598b93c14..e0c0bebf222 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 "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc") + set(FALCOSECURITY_LIBS_VERSION "0.20.0") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023" + "SHA256=4ae6ddb42a1012bacd88c63abdaa7bd27ca0143c4721338a22c45597e63bc99d" ) endif()