From 1b227cf90bd2c4748ccb2860a05f28bc77fb6c55 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 6 Dec 2022 10:31:43 +0100 Subject: [PATCH] update(cmake): bumped libs and driver to latest RC. 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 3b005106..d0855f7c 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -26,8 +26,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 "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a") - set(DRIVER_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869") + set(DRIVER_VERSION "4.0.0-rc1+driver") + set(DRIVER_CHECKSUM "SHA256=82d18ca00d245e5b7195c420b00a4c895190b6de77be0feb13b98861d749f257") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index a52aa951..ebdb9b01 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -27,8 +27,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 "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869") + set(FALCOSECURITY_LIBS_VERSION "0.10.0-rc1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=af2fcd9017d1611d3c5068405632eb3aa5cd578514ed8f06cb02ebca5556fd1d") endif() # cd /path/to/build && cmake /path/to/source