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 has changed its package contents for macOS #935

Open
coolaj86 opened this issue Dec 15, 2024 · 0 comments
Open

GnuPG has changed its package contents for macOS #935

coolaj86 opened this issue Dec 15, 2024 · 0 comments

Comments

@coolaj86
Copy link
Member

GnuPG v2.2.x and v2.3.x contained ~/.local/opt/gnupg-2.2.33/bin/pinentry-mac.app/Contents/MacOS/pinentry-mac.

This was set in ~/.gnupg/gpg-agent.conf:

pinentry-program /Users/aj/.local/opt/gnupg/bin/pinentry-mac.app/Contents/MacOS/pinentry-mac

GnuPG 2.4.x no longer contains that file, but instead has ~/.local/opt/gnupg-2.4.7/bin/pinentry-curses.

However, setting pinentry-program /Users/aj/.local/opt/gnupg/bin/pinentry-curses (and restarting with launchctl) does not yield a working sign via echo "test" | gpg --clearsign.

Not sure what to do to fix it yet.

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

1 participant