Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 295370

Summary: emerge-webrsync: automated PGP signing key is expired
Product: Gentoo Infrastructure Reporter: Pavel Labushev <pavel.labushev>
Component: OtherAssignee: Gentoo Infrastructure <infra-bugs>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pavel Labushev 2009-12-01 20:54:19 UTC
# gpg --verify --homedir /etc/portage/gnupg portage-20091130.tar.lzma.gpgsig portage-20091130.tar.lzma
gpg: Signature made Tue Dec  1 04:58:36 2009 MSK using DSA key ID 239C75C4
gpg: Good signature from "Gentoo Portage Snapshot Signing Key (Automated Signing Key)"
gpg: Note: This key has expired!
Primary key fingerprint: AE54 54F9 67B5 6AB0 9AE1  6064 0838 C26E 239C 75C4


Please, provide new key.
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-12-01 21:07:26 UTC
Not our realm, reassigning to infra.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-12-01 21:19:03 UTC
*** Bug 295374 has been marked as a duplicate of this bug. ***
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2009-12-01 21:35:53 UTC
(In reply to comment #0)
> # gpg --verify --homedir /etc/portage/gnupg portage-20091130.tar.lzma.gpgsig
> portage-20091130.tar.lzma
> gpg: Signature made Tue Dec  1 04:58:36 2009 MSK using DSA key ID 239C75C4
> gpg: Good signature from "Gentoo Portage Snapshot Signing Key (Automated
> Signing Key)"
> gpg: Note: This key has expired!
> Primary key fingerprint: AE54 54F9 67B5 6AB0 9AE1  6064 0838 C26E 239C 75C4


You should update the key in your local keyring:

gpg --homedir /etc/portage/gnupg --keyserver subkeys.pgp.net --recv-keys 239C75C4

The expiration date was changed as you can see on the table at <http://www.gentoo.org/proj/en/releng/#doc_chap5>
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-02-25 08:46:41 UTC
Your local copy of the key is out of date per the note. Please update it directly as noted in the previous comment, or with the --refresh option.
Comment 5 Pavel Labushev 2010-02-26 06:46:33 UTC
Done that in December, thank you.