An update to gnupg 2.1.1 causes me and some other users (see link to the
ArchLinux bugtracker) to be unable to use our keyring. Example:
gpg --list-secret-keys -vvvvvv:
gpg: using character set 'iso-8859-1'
gpg: using PGP trust model
gpg: key abc: accepted as trusted key
gpg: key def: accepted as trusted key
gpg: packet(6) with obsolete version 3
gpg: keyring_get_keyblock: read error: Invalid packet
gpg: keydb_get_keyblock failed: Invalid keyring
I could narrow down the issue to change 94a5442. Reverting it allows me to use
the keyring again.
I assume the cause of this issue is some old version key in the keyring, but I
think this shouldn't render the whole keyring unusable.
Please tell me if I can provide any further useful information.