From 96312239e10f14b7fcf42ae2d4ac30b031a30328 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 18:55:58 +0000 Subject: [PATCH] Update recipes --- recipes/wip/security/cargo-scan/recipe.toml | 3 +++ recipes/wip/security/keyscope/recipe.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml index b5289b511..58bc7c263 100644 --- a/recipes/wip/security/cargo-scan/recipe.toml +++ b/recipes/wip/security/cargo-scan/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/PLSysSec/cargo-scan" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 2e2565764..0cbb3cd45 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/SpectralOps/keyscope" [build] -- GitLab