From 8fe474088d316d56bf92230cecb763fd4522c78d Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Mon, 6 Mar 2023 15:31:43 +0000 Subject: [PATCH] update(cmake): bump libs and drivers to c2e227697b2a410eeca47fef260f575375154a58 Signed-off-by: Jason Dellaluce --- 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 7787d6a8..b07376a7 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 "f0468f32d8d730d0e70d8e103d57f97d74dd374f") - set(DRIVER_CHECKSUM "SHA256=7006bbd9819e75bc5c2232b937a35db1446e87cdd8d2ad5f6d419f45b745282e") + set(DRIVER_VERSION "c2e227697b2a410eeca47fef260f575375154a58") + set(DRIVER_CHECKSUM "SHA256=1bf285d6dcc7d1409346c0dfdbb5d55209d3123c9e897f89e3a7ee4b9f742536") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 433114ac..539de423 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 "f0468f32d8d730d0e70d8e103d57f97d74dd374f") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=7006bbd9819e75bc5c2232b937a35db1446e87cdd8d2ad5f6d419f45b745282e") + set(FALCOSECURITY_LIBS_VERSION "c2e227697b2a410eeca47fef260f575375154a58") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1bf285d6dcc7d1409346c0dfdbb5d55209d3123c9e897f89e3a7ee4b9f742536") endif() # cd /path/to/build && cmake /path/to/source