From 04f81dab6f62ad7ec1a8a21077fe4b9334e90bb1 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 30 Jul 2024 17:03:22 +0200 Subject: [PATCH] update(cmake): bump libs and driver to latest master 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 9a580f9125f..51691e28219 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 "81f451e1d46666a5336ba4024b765101e137fccc") - set(DRIVER_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747") + set(DRIVER_VERSION "3ce0a2ddb41de2e5e446da0882f0aca836805c46") + set(DRIVER_CHECKSUM "SHA256=5f43a20c4f0619ac9d51aaa28611a63f2b6b5ad2ef6df5d5b8ae5bd56d20f57a") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 04b3744c155..ada094229b2 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 "81f451e1d46666a5336ba4024b765101e137fccc") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747") + set(FALCOSECURITY_LIBS_VERSION "3ce0a2ddb41de2e5e446da0882f0aca836805c46") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5f43a20c4f0619ac9d51aaa28611a63f2b6b5ad2ef6df5d5b8ae5bd56d20f57a") endif() # cd /path/to/build && cmake /path/to/source