On Mon, May 25, 2026, 4:29 PM void <[email protected]> wrote: > Hi, > > On the system I'm using to read in mutt the freebsd mail lists, there's > a weekly cronjob which runs: > > 4 cd ~ > 5 wget https://docs.freebsd.org/pgpkeys/pgpkeys.txt -O > ~/tmp/freebsd-pgpkeys.txt > 6 gpg --import ~/tmp/freebsd-pgpkeys.txt > 7 rm ~/tmp/freebsd-pgpkeys.txt > > This has begun (not sure when exactly but it might have started months ago) > to error like this: > > gpg: invalid armor header: > mQINBFiFItIBEADTfg7ZRBiF7R1LDggOTzOifGdB1DOmLz57zmrTteaby/8g46Fx\n > gpg: CRC error; D6F620 - F3DFAC > gpg: packet(2) with unknown version 45 > gpg: read_block: read error: Invalid packet > gpg: import from '/home/void/tmp/freebsd-pgpkeys.txt' failed: Invalid > keyring > gpg: Total number processed: 132 > gpg: skipped PGP-2 keys: 5 > gpg: imported: 127 > gpg: no ultimately trusted keys found > > % ug mQINBFiFItIBEADTfg7ZRBiF7R1LDggOTzOifGdB1DOmLz57zmrTteaby/8g46Fx > freebsd-pgpkeys.txt > 33411: > mQINBFiFItIBEADTfg7ZRBiF7R1LDggOTzOifGdB1DOmLz57zmrTteaby/8g46Fx > % > > If I remove the key corresponding to that line, gpg --import works. > > Please can you fix https://docs.freebsd.org/pgpkeys/pgpkeys.txt ? > -- > .
Hi, Thanks for reporting, let me take a look. >
