diff --git a/recipes/wip/libs/libpcsclite/recipe.toml b/recipes/wip/libs/libpcsclite/recipe.toml index 0ddfc5190..4c96c3a8e 100644 --- a/recipes/wip/libs/libpcsclite/recipe.toml +++ b/recipes/wip/libs/libpcsclite/recipe.toml @@ -1,4 +1,4 @@ -#TODO probably wrong template +#TODO require POSIX threads support [source] tar = "https://pcsclite.apdu.fr/files/pcsc-lite-2.0.3.tar.bz2" [build] diff --git a/recipes/wip/security/binsec/recipe.toml b/recipes/wip/security/binsec/recipe.toml index 968ba6663..d64eabdb4 100644 --- a/recipes/wip/security/binsec/recipe.toml +++ b/recipes/wip/security/binsec/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO yara-sys crate error (after cargo update) [source] git = "https://github.com/ex0dus-0x/binsec" [build] diff --git a/recipes/wip/security/flawz/recipe.toml b/recipes/wip/security/flawz/recipe.toml index b61afd832..be2921f19 100644 --- a/recipes/wip/security/flawz/recipe.toml +++ b/recipes/wip/security/flawz/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/orhun/flawz" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/security/openpgp-ca/recipe.toml b/recipes/wip/security/openpgp-ca/recipe.toml index 17bac6a46..6e553f21b 100644 --- a/recipes/wip/security/openpgp-ca/recipe.toml +++ b/recipes/wip/security/openpgp-ca/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make the libpcsclite dependency work [source] git = "https://gitlab.com/openpgp-ca/openpgp-ca" [build] @@ -8,4 +8,5 @@ cookbook_cargo_packages openpgp-ca openpgp-ca-restd """ dependencies = [ "openssl1", + "libpcsclite", ] diff --git a/recipes/wip/security/sqv/recipe.toml b/recipes/wip/security/sqv/recipe.toml index 988682ab0..90fe20244 100644 --- a/recipes/wip/security/sqv/recipe.toml +++ b/recipes/wip/security/sqv/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO make libnettle work [source] git = "https://gitlab.com/sequoia-pgp/sequoia-sqv" [build] template = "cargo" +dependencies = [ + "libnettle", +]