From d9aff8d56400dee9fa03e3e1245e907e1bb12a2b Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 17 Nov 2021 09:39:39 +0100 Subject: [PATCH] update(build): switched back to falcosecurity libs on master. Signed-off-by: Federico Di Pierro --- cmake/modules/falcosecurity-libs-repo/CMakeLists.txt | 2 +- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt index 6f50d6d8..9506c70f 100644 --- a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt +++ b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Driver version: ${FALCOSECURITY_LIBS_VERSION}") ExternalProject_Add( falcosecurity-libs - URL "https://github.com/FedeDP/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" + URL "https://github.com/falcosecurity/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}" CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index d441e64b..7970c3de 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -20,8 +20,8 @@ file(MAKE_DIRECTORY ${FALCOSECURITY_LIBS_CMAKE_WORKING_DIR}) # default below In case you want to test against another falcosecurity/libs version just pass the variable - ie., `cmake # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "a77eefdf338facc3b5adc00876f6b1af08096cf8") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b10817cd2234c9450d2213decce217a30db0089879f9724ec8942e95ed2e777d") + set(FALCOSECURITY_LIBS_VERSION "c5a8d93162e0b1803226187a2c1adddd859877f5") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=575d569f8b1f9c3a1202a380129e61a3db39569fe6d70a48cfc34962b1d05139") endif() # cd /path/to/build && cmake /path/to/source