From f7b662f936012aece198439bf31317cbefcb32a6 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 25 Aug 2022 13:10:05 +0000 Subject: [PATCH] update(cmake): bump libs and driver version to 6599e2efebce30a95f27739d655d53f0d5f686e4 Signed-off-by: Jason Dellaluce --- cmake/modules/driver-repo/CMakeLists.txt | 2 +- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs-repo/CMakeLists.txt | 2 +- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/modules/driver-repo/CMakeLists.txt b/cmake/modules/driver-repo/CMakeLists.txt index 006004c9..d1fe9091 100644 --- a/cmake/modules/driver-repo/CMakeLists.txt +++ b/cmake/modules/driver-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Driver version: ${DRIVER_VERSION}") ExternalProject_Add( driver - URL "https://github.com/jasondellaluce/libs/archive/${DRIVER_VERSION}.tar.gz" + URL "https://github.com/falcosecurity/libs/archive/${DRIVER_VERSION}.tar.gz" URL_HASH "${DRIVER_CHECKSUM}" CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 5cb8f764..72899858 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 "2433c822e1c3ed55f6528c18a27373a677ce76af") - set(DRIVER_CHECKSUM "SHA256=772cfc1eeaf69b51b4c3d1d5c3c4d0cc7c3fa37eb468c352fc8397ce657e376e") + set(DRIVER_VERSION "6599e2efebce30a95f27739d655d53f0d5f686e4") + set(DRIVER_CHECKSUM "SHA256=7cd84fe8a41c25bba9cd7d5d86a87d2483658e367b885ddbd3037aa45404df04") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt index 7f74ce36..692b8f0c 100644 --- a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt +++ b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Libs version: ${FALCOSECURITY_LIBS_VERSION}") ExternalProject_Add( falcosecurity-libs - URL "https://github.com/jasondellaluce/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 8b10f998..d4f75434 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 "2433c822e1c3ed55f6528c18a27373a677ce76af") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=772cfc1eeaf69b51b4c3d1d5c3c4d0cc7c3fa37eb468c352fc8397ce657e376e") + set(FALCOSECURITY_LIBS_VERSION "6599e2efebce30a95f27739d655d53f0d5f686e4") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=7cd84fe8a41c25bba9cd7d5d86a87d2483658e367b885ddbd3037aa45404df04") endif() # cd /path/to/build && cmake /path/to/source