From 738aa352bdaa185d2511393beedc53adba3eac5f Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 8 Jun 2024 20:26:06 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/security/dfir-toolkit/recipe.toml | 3 +++
 recipes/wip/security/veldora/recipe.toml      | 2 +-
 recipes/wip/security/weggli/recipe.toml       | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml
index f80994c03..0117993bd 100644
--- a/recipes/wip/security/dfir-toolkit/recipe.toml
+++ b/recipes/wip/security/dfir-toolkit/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/dfir-dd/dfir-toolkit"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/security/veldora/recipe.toml b/recipes/wip/security/veldora/recipe.toml
index 6c81e6afd..c6eb25b5a 100644
--- a/recipes/wip/security/veldora/recipe.toml
+++ b/recipes/wip/security/veldora/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/tamton-aquib/veldora"
 [build]
diff --git a/recipes/wip/security/weggli/recipe.toml b/recipes/wip/security/weggli/recipe.toml
index 621a99302..7347cd43e 100644
--- a/recipes/wip/security/weggli/recipe.toml
+++ b/recipes/wip/security/weggli/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO source code error
 [source]
 git = "https://github.com/weggli-rs/weggli"
 [build]
-- 
GitLab