[Bug 257783] gpgkeys.txt is broken
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257783] gpgkeys.txt is broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Aug 2021 10:00:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257783 --- Comment #3 from Markus Stoff <markus@stoffdv.at> --- gnupg1 is correct in throwing an error. There must be a blank line before the ASCII-Armored data: https://datatracker.ietf.org/doc/html/rfc4880#section-6.2 Concatenating the following data creates ASCII Armor: - An Armor Header Line, appropriate for the type of data - Armor Headers ==> - A blank (zero-length, or containing only whitespace) line - The ASCII-Armored data - An Armor Checksum - The Armor Tail, which depends on the Armor Header Line -- You are receiving this mail because: You are the assignee for the bug.