On Sun, 15 Sep 2024 16:16:59 -0400 =?UTF-8?Q?Jeremy_B=C3=ADcha?=
<jeremy.bi...@canonical.com> wrote:
> Source: rust-curve25519-dalek
> Version: 4.1.3+20240618+dfsg-7
> Severity: serious
> 
> rust-curve25519-dalek is unable to migrate to testing because its
> autopkgtests are failing.
> 
> error: no matching package named `merlin` found
> 
> https://qa.debian.org/excuses.php?package=rust-curve25519-dalek
Looks like the fix for #1081176 only removed Provides and tests in
d/tests/control, but didn't comment out the feature and dep in Cargo.toml.
Here's a quick patch:

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ sha2 = { version = "0.10", default-features = false }
 subtle = { version = "2.3.0", default-features = false }

 # optional features
-merlin = { version = "3", default-features = false, optional = true }
+#merlin = { version = "3", default-features = false, optional = true }
 rand_core = { version = "0.6.4", default-features = false, optional = true }
 serde = { version = "1.0", default-features = false, optional = true }
 zeroize = { version = "1.5", default-features = false, optional = true }
@@ -64,7 +64,7 @@ alloc = ["curve25519-dalek/alloc", "ed25519/alloc",
"serde?/alloc", "zeroize/all
 std = ["alloc", "ed25519/std", "serde?/std", "sha2/std"]

 asm = ["sha2/asm"]
-batch = ["alloc", "merlin", "rand_core"]
+#batch = ["alloc", "merlin", "rand_core"]
 fast = ["curve25519-dalek/precomputed-tables"]
 digest = ["signature/digest"]
 # Exposes the hazmat module

-- 
Sdrager,
Blair Noctis

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to