Bug 295908 - https://docs.freebsd.org/pgpkeys/pgpkeys.txt file fails on gpg --import due to one key
Summary: https://docs.freebsd.org/pgpkeys/pgpkeys.txt file fails on gpg --import due t...
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-07 12:05 UTC by void
Modified: 2026-06-18 19:44 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description void 2026-06-07 12:05:42 UTC
Hello,

Please see https://lists.freebsd.org/archives/freebsd-doc/2026-May/008648.html

A workaround:

wget https://docs.freebsd.org/pgpkeys/pgpkeys.txt -O ~/tmp/freebsd-pgpkeys.txt
sed -i '' '/^pub   1024R\/E5152825331CDA5D 1995-06-04/,/^-----END PGP PUBLIC KEY BLOCK-----$/d' /home/void/tmp/freebsd-pgpkeys.txt
gpg --import ~/tmp/freebsd-pgpkeys.txt
Comment 1 elivoncoder 2026-06-18 17:46:46 UTC
can i add something relatively minor to this bug?  both https://docs.freebsd.org/en/articles/pgpkeys/ and https://docs.freebsd.org/en/books/handbook/pgpkeys/ link to pgpkeys.txt, but the link is misspelled as pgpkeyring.txt on each of those pages.
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-06-18 19:26:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=054de1349e8b323b252e434e502bbe875e0c07d9

commit 054de1349e8b323b252e434e502bbe875e0c07d9
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-06-18 19:21:07 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-18 19:24:18 +0000

    various: Fix links to PGP keyring

    Let the link text match the actual file name.

    PR:             295908
    Fixes:          adda9a606635 ("Link to the new pgpkeys.txt file in articles and books")

 documentation/content/de/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/el/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/en/articles/pgpkeys/_index.adoc             | 2 +-
 documentation/content/en/articles/pgpkeys/_index.po               | 2 +-
 documentation/content/en/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/en/books/handbook/pgpkeys/_index.po         | 2 +-
 documentation/content/es/articles/pgpkeys/_index.adoc             | 2 +-
 documentation/content/es/articles/pgpkeys/_index.po               | 2 +-
 documentation/content/fr/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/hu/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/it/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/ja/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/mn/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/nl/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/pl/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/pt-br/articles/committers-guide/_index.adoc | 2 +-
 documentation/content/pt-br/articles/pgpkeys/_index.adoc          | 2 +-
 documentation/content/pt-br/articles/pgpkeys/_index.po            | 2 +-
 documentation/content/pt-br/books/handbook/pgpkeys/_index.adoc    | 2 +-
 documentation/content/ru/articles/pgpkeys/_index.adoc             | 2 +-
 documentation/content/ru/articles/pgpkeys/_index.po               | 2 +-
 documentation/content/ru/books/handbook/pgpkeys/_index.adoc       | 2 +-
 documentation/content/ru/books/handbook/pgpkeys/_index.po         | 4 ++--
 documentation/content/zh-cn/books/handbook/pgpkeys/_index.adoc    | 2 +-
 documentation/content/zh-tw/books/handbook/pgpkeys/_index.adoc    | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-06-18 19:26:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8c4db1e642445bbb96fbdff483411b3ffbcc9c5f

commit 8c4db1e642445bbb96fbdff483411b3ffbcc9c5f
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-06-18 19:19:18 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-18 19:23:52 +0000

    pgpkeys: Fix dinoex's key

    A missing blank line was causing a checksum error, preventing anyone
    from importing the keyring.

    PR:             295908
    Fixes:          c16a3df222e3 ("documentation/static/pgpkeys/dinoex.key: update gnupg key")

 documentation/static/pgpkeys/dinoex.key | 1 +
 1 file changed, 1 insertion(+)