git: 08abb34895 - main - pgpkeys: Unbreak PGP keyring

Danilo G. Baio dbaio at FreeBSD.org
Sat Aug 14 15:55:25 UTC 2021


The branch main has been updated by dbaio:

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

commit 08abb348951bdb2c35170b75e078c14a36cc0e82
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-08-14 15:10:34 +0000
Commit:     Danilo G. Baio <dbaio at 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 at googlemail.com> [1]
    Reported by:    Markus Stoff <markus at stoffdv.at> [2]
---
 documentation/static/pgpkeys/joerg.key | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/static/pgpkeys/joerg.key b/documentation/static/pgpkeys/joerg.key
index 18218e4812..f098b5c074 100644
--- a/documentation/static/pgpkeys/joerg.key
+++ b/documentation/static/pgpkeys/joerg.key
@@ -13,6 +13,7 @@ sub   rsa4096 2020-11-21 [E] [expires: 2030-11-19]
 [.literal-block-margin]
 ....
 -----BEGIN PGP PUBLIC KEY BLOCK-----
+
 mQINBF+5ojQBEADSqQjD4h1lOwAGgmz4dK0Zf4JkoJCpQ7jw2B5jigNySdKf1rQN
 /R4RcvU/do+L4jxkAv9LZrRI9sk8GGRot3thwcmwCFY9k4o+s28s4zV1Vmh4bokZ
 11HCo2vDTe9fwFBTCbKh5bZSEFE+Ul4Vgb7N4YXqWuLH15DKGBDEgWS1sq395zE8


More information about the dev-commits-doc-all mailing list