From 4fc07d58778ae3a245074cb9c202e39b3101b49d Mon Sep 17 00:00:00 2001 From: Melissa Kilby Date: Sat, 18 Nov 2023 04:45:58 +0000 Subject: [PATCH] update(cmake): bump libs and driver to 60e5b74 Signed-off-by: Melissa Kilby --- 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 f92b1d2e3f3..4264ff26abf 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 "7cbc03a535ead9d530f7b77ffd68766d5e22da74") - set(DRIVER_CHECKSUM "SHA256=94d110ad1738cce2635fd15d41701bea5e061fd9a5a4be3f2ee8ec7a28fe50cc") + set(DRIVER_VERSION "60e5b748eaba4b7ee5d676c94e65b2d06ed6502f") + set(DRIVER_CHECKSUM "SHA256=a773c71328ad9e3f4b09f625eea5943e3d8c7273482dfb78564695cde53066db") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index ae1537c04f5..d9254fee15b 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 "7cbc03a535ead9d530f7b77ffd68766d5e22da74") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=94d110ad1738cce2635fd15d41701bea5e061fd9a5a4be3f2ee8ec7a28fe50cc") + set(FALCOSECURITY_LIBS_VERSION "60e5b748eaba4b7ee5d676c94e65b2d06ed6502f") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a773c71328ad9e3f4b09f625eea5943e3d8c7273482dfb78564695cde53066db") endif() # cd /path/to/build && cmake /path/to/source