From e7b1fc1f3071cc29e24b7757a8531e935016cd70 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 5 Dec 2023 12:57:46 +0100 Subject: [PATCH] chore(falco): bump falco to `98410bc` libs commit Signed-off-by: Andrea Terzolo --- 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 8e9bc9d9c9c..82ae84b55a2 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 "fb175515055254f74d3f2587862d32a173dafa54") - set(DRIVER_CHECKSUM "SHA256=4db26e92f340594a95666978ac235c1a045dd76c8e10f66c2da6054aedc96485") + set(DRIVER_VERSION "98410bc7d9de71703de9bf9382865cccc3e954d1") + set(DRIVER_CHECKSUM "SHA256=0beb28e8e0d9d267d947892efbdbb6a9ba3ac3e058d0eafa9109d2fec8126f5c") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index e817922fbe8..2779731a537 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 "fb175515055254f74d3f2587862d32a173dafa54") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=4db26e92f340594a95666978ac235c1a045dd76c8e10f66c2da6054aedc96485") + set(FALCOSECURITY_LIBS_VERSION "98410bc7d9de71703de9bf9382865cccc3e954d1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0beb28e8e0d9d267d947892efbdbb6a9ba3ac3e058d0eafa9109d2fec8126f5c") endif() # cd /path/to/build && cmake /path/to/source