Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(cmake): update libs and driver to latest master #3413

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
wip
Signed-off-by: Federico Di Pierro <[email protected]>
FedeDP committed Dec 2, 2024
commit 113186a4c52b18e3d90b2121fc119ba6be7f725f
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@ else()
# version (or branch, or commit) just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "313688abbb9fca56f8e04697dd1fcbc1233d402e")
set(FALCOSECURITY_LIBS_VERSION "451a3d9252c28ea3da382cd26485ce3229a8d051")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=c48eada2ab94090d35770aa119dafd649e77212773a4bf72f7db40b75ca3ee41"
"SHA256=eb47de4eab2d0104a93b63324b959764b3132abd23fe8a79ee8396863a8fde27"
)
endif()