Bug 257830

Summary: PGP Key for joerg@freebsd has invalid armor header
Product: Documentation Reporter: Dave Evans <dave.evans55>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257783

Description Dave Evans 2021-08-14 08:54:20 UTC
The PGP key for joerg@freebsd is broken.

It needs a blank line before the body of the key.

File: documentation/static/pgpkeys/joerg.key
Comment 1 Dave Evans 2021-08-14 08:57:30 UTC
It needs a blank line before the body of the key.

File: documentation/static/pgpkeys/joerg.key
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-14 15:55:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=08abb348951bdb2c35170b75e078c14a36cc0e82

commit 08abb348951bdb2c35170b75e078c14a36cc0e82
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-08-14 15:10:34 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-08-14 15:52:11 +0000

    pgpkeys: Unbreak PGP keyring

    gpg: invalid armor header:
    mQINBF+5ojQBEADSqQjD4h1lOwAGgmz4dK0Zf4JkoJCpQ7jw2B5jigNySdKf1rQN\n
       ^^  Using GnuPG 1

    A blank line before the key body is needed.

    PR:             257830 [1]
    PR:             257783 [2]
    Reported by:    Dave Evans <dave.evans55@googlemail.com> [1]
    Reported by:    Markus Stoff <markus@stoffdv.at> [2]

 documentation/static/pgpkeys/joerg.key | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2021-08-14 15:56:52 UTC
Committed, thanks!