From 94ed56df957bb86927dcf1abf2fc75a6b41b4feb Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 5 Dec 2022 16:42:55 +0100 Subject: [PATCH] chore: bump libs Signed-off-by: Andrea Terzolo --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- userspace/engine/falco_engine_version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 70618725..3b005106 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 "8eef2e445364d892dba12564d20f9651232eba7c") - set(DRIVER_CHECKSUM "SHA256=ea32cd2f523a9efa11208f843444933b4b76a2f3fd6b6f7d25b089fba4d265e8") + set(DRIVER_VERSION "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a") + set(DRIVER_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index a3347c49..a52aa951 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 "8eef2e445364d892dba12564d20f9651232eba7c") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=ea32cd2f523a9efa11208f843444933b4b76a2f3fd6b6f7d25b089fba4d265e8") + set(FALCOSECURITY_LIBS_VERSION "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869") endif() # cd /path/to/build && cmake /path/to/source diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index e9414cc6..9f121518 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -21,4 +21,4 @@ limitations under the License. // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used // at build time to detect a changed set of fields. -#define FALCO_FIELDS_CHECKSUM "9b6900f911318b011d4cf5a6ed46527cb63d22b3ac708bd639e45fb5c7da1795" +#define FALCO_FIELDS_CHECKSUM "cc9d32916c719ce5aea164cdadb56207cbeff20033e278b99101964be7aa77a1"