From 560f392d860583595014fea7b06e603d2b42e544 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 7 Jul 2023 14:58:28 +0000 Subject: [PATCH] update(cmake): bump libs and drivers to latest mainline 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 63876fc5934..a60027b0413 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 "4a81f434b9a5c3f8f3b05d7120e1faad96e8558b") - set(DRIVER_CHECKSUM "SHA256=46c50370dd8484d9b9f3f6c1e0ba69ab30081f2718fef9854d45fda52c61bf54") + set(DRIVER_VERSION "71a59d69532b613917980f1f267bb3ce112d675f") + set(DRIVER_CHECKSUM "SHA256=a19ce922e021ce03ac2148fa6446f9cc09c17ab8403e4b576b7a207179f8bd89") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 56b3c8695e6..9aa36f2d4f3 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 "4a81f434b9a5c3f8f3b05d7120e1faad96e8558b") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=46c50370dd8484d9b9f3f6c1e0ba69ab30081f2718fef9854d45fda52c61bf54") + set(FALCOSECURITY_LIBS_VERSION "71a59d69532b613917980f1f267bb3ce112d675f") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a19ce922e021ce03ac2148fa6446f9cc09c17ab8403e4b576b7a207179f8bd89") endif() # cd /path/to/build && cmake /path/to/source