Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnupg module moved from sequoia-ipc to sequoia-gpg-agent. #350

Open
plugwash opened this issue Aug 1, 2024 · 1 comment
Open

gnupg module moved from sequoia-ipc to sequoia-gpg-agent. #350

plugwash opened this issue Aug 1, 2024 · 1 comment

Comments

@plugwash
Copy link

plugwash commented Aug 1, 2024

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

@alexanderkjall
Copy link
Collaborator

Thanks a lot for the patch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants