Allan McRae pushed to branch master at Pacman / Pacman Commits: 95a7d416 by Allan McRae at 2024-12-07T22:07:29+10:00 Do not identify the public key algorithm When the import key message was pushed to the pacman frontend, we no longer displayed the length or algorithm used for the key, sticking to just the user ID and the key ID. Remove this code given this field is no longer used, and the code requires updating for any now algorithm added. Note: removal of the field from the alpm_pgpkey_t will happen in a separate commit so that this commit can be readily backported. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 775db505 by Allan McRae at 2024-12-07T22:13:49+10:00 Remove pubkey_algo from alpm_pgpkey_t This field is no longer used and requires updating with gpgme changes. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 2 changed files: - lib/libalpm/alpm.h - lib/libalpm/signing.c View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/91546004903eea5d5267d59... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/91546004903eea5d5267d59... You're receiving this email because of your account on gitlab.archlinux.org.