-
Collected fixes from the last months
https://github.com/gpg/gnupg/releases/tag/gnupg-2.4.7
-
When I try and use the tool I get a warning saying my version is not the same as the one the tool is using.
```bash
gpg --version
gpg (GnuPG) 2.4.5
libgcrypt 1.11.0-unknown
Copyright (C) 2024 g…
-
It seems https://github.com/brefphp/extra-php-extensions/issues/443 made progress but did not entirely fix the gnupg extension.
Here's a compact way to reproduce:
serverless.yml:
```
service: …
-
Hello - receiving this error on a new arm64 build (OCR of a screenshot - may contain typos):
gpg: key 6AF15D1E45FDCEC9: public key "Heikki Lindholm" imported
gpg: Total number processed: 1
gpg: …
-
Install [GPG Tools (without GPG Mail)](https://formulae.brew.sh/cask/gpg-suite-no-mail).
Create `config/gnupg` directory.
Create `gpg.conf` and `gpg-agent.conf`.
Configure environment (`GNUPGHOME`, `G…
-
The current version is not compatible with the key box format used by recent gnupg versions.
-
This is not a problem with `gnupg-pkcs11-scd` itself, but a warning for anyone attempting to use PKCS#11 keys with GnuPG on a Fedora or RHEL compatible system. If you attempt this DO NOT USE the `pkc…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
change gpg dependency to [python-gnupg](https://github.com/vsajip/python-gnupg) so that gpg feature should be usable on windows
-
Presently,
- `install.bash` - adds RPM or DEB repo source for non-ZET packages
- `install-ubuntu.bash` - adds DEB repo source for ZET on Ubuntu
- Non-Ubuntu Debian and all RedHat distros must config…