From 5b454e38a445c95430363bfeb699682ac469e4c4 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 22 Apr 2024 14:19:56 +0200 Subject: [PATCH] wip Signed-off-by: Federico Di Pierro --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- submodules/falcosecurity-rules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index f8deb6f8..09af8a58 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 "4893cdb9da333dfd850cc2d677916d796bfc47f6") - set(DRIVER_CHECKSUM "SHA256=130dbf120245c39da2dd85cd8a3ebdec49463d00f7b474230795089cc73a6450") + set(DRIVER_VERSION "91e8aa8cf0f1952c301d16a34ee11830803426c3") + #set(DRIVER_CHECKSUM "SHA256=130dbf120245c39da2dd85cd8a3ebdec49463d00f7b474230795089cc73a6450") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 4b9e5e6a..4c74b104 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 "4893cdb9da333dfd850cc2d677916d796bfc47f6") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=130dbf120245c39da2dd85cd8a3ebdec49463d00f7b474230795089cc73a6450") + set(FALCOSECURITY_LIBS_VERSION "91e8aa8cf0f1952c301d16a34ee11830803426c3") + #set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=130dbf120245c39da2dd85cd8a3ebdec49463d00f7b474230795089cc73a6450") endif() # cd /path/to/build && cmake /path/to/source diff --git a/submodules/falcosecurity-rules b/submodules/falcosecurity-rules index ec255e68..869c9a7f 160000 --- a/submodules/falcosecurity-rules +++ b/submodules/falcosecurity-rules @@ -1 +1 @@ -Subproject commit ec255e68f4cc05ce91d641e36f1855b4435556d5 +Subproject commit 869c9a7f4d0607fe17df94f8da2f061d8ab3e9a9