From 3c70d7eeb43f1f9460196f6064148b9c77d94663 Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Thu, 27 Jun 2024 16:42:00 +0200 Subject: [PATCH] chore(build): bump libs and driver version Signed-off-by: Mauro Ezequiel Moltrasio --- cmake/modules/driver.cmake | 6 +++--- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 8bfb77d442d..db44d595990 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -23,7 +23,7 @@ if(DRIVER_SOURCE_DIR) else() # DRIVER_REPO accepts a repository name (/) alternative to the falcosecurity/libs repository. # In case you want to test against a fork of falcosecurity/libs just pass the variable - - # ie., `cmake -DDRIVER_REPO=/libs ..` + # ie., `cmake -DDRIVER_REPO=/libs ..` if (NOT DRIVER_REPO) set(DRIVER_REPO "falcosecurity/libs") endif() @@ -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 "8615f0b69235bd9eca98e34c221b5754e33a85f3") + set(DRIVER_CHECKSUM "SHA256=a440951c4d1cb9e15cfcde985e150e6fdecb2ba617e9485b10f90615a374dd6d") 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..c7a3ce8c37b 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 "8615f0b69235bd9eca98e34c221b5754e33a85f3") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a440951c4d1cb9e15cfcde985e150e6fdecb2ba617e9485b10f90615a374dd6d") endif() # cd /path/to/build && cmake /path/to/source