You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, debian has updated the sequoia-stack, including updating sequoia-ipc to 0.35 and sequoia-gpg-agent to 0.4
As part of this update, sequoia moved the gnupg module from the sequoia-ipc crate to the sequoia-gpg-agent crate. They also changed the return type of with_homedir from anyhow::Error to sequoia_gpg_agent::Error.
The patch we applied to deal with this in Debian can be found at. In the interests of keeping changes minimal I just converted the new Error to an anyhow::Error.
Recently, debian has updated the sequoia-stack, including updating sequoia-ipc to 0.35 and sequoia-gpg-agent to 0.4
As part of this update, sequoia moved the gnupg module from the sequoia-ipc crate to the sequoia-gpg-agent crate. They also changed the return type of with_homedir from anyhow::Error to sequoia_gpg_agent::Error.
The patch we applied to deal with this in Debian can be found at. In the interests of keeping changes minimal I just converted the new Error to an anyhow::Error.
https://salsa.debian.org/rust-team/debcargo-conf/-/blob/e25d0ba37d66a847767551050924aeb0476715de/src/ripasso/debian/patches/use-sequoia-gpg-agent.patch
The text was updated successfully, but these errors were encountered: