Date: Sat, 14 Aug 2021 15:55:25 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 08abb34895 - main - pgpkeys: Unbreak PGP keyring Message-ID: <202108141555.17EFtPrb071765@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: 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(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108141555.17EFtPrb071765>