Background
On the 9th of September 2009 the GPG key used for signing all gNewSense packages expired. This page exists to help people install an updated key to prevent warnings like the following:
> W: GPG error: http://archive.gnewsense.org deltah-backports Release: The following signatures were invalid: KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 > W: GPG error: http://us.archive.gnewsense.org deltah Release: The following signatures were invalid: KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 > W: GPG error: http://us.security.gnewsense.org deltah-security Release: The following signatures were invalid: KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 KEYEXPIRED 1252532309 > W: You may want to run apt-get update to correct these problems
Update key.
Currently, the only way to fix this is manually.
The following commands should download the updated key, and add it to apt's GPG keyring.
wget http://www.gnewsense.org/~kgoetz/updated-gns-build-key.gpg sudo apt-key add updated-gns-build-key.gpg
Other locations for the key.
The key is (re)added by base-files (gnewsense version 9) when the package is upgraded.
Thanks,
kgoetz
