https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295908
Bug ID: 295908
Summary: https://docs.freebsd.org/pgpkeys/pgpkeys.txt file
fails on gpg --import due to one key
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Website
Assignee: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are the assignee for the bug.