FWD: gpg keys have problems
I'm not currently reading python-dev, dunno if this has come up before: ----- Forwarded message from "Michael J. Dinneen" <mjd@cs.auckland.ac.nz> -----
Date: Sun, 05 Jun 2011 19:33:04 +1200 From: "Michael J. Dinneen" <mjd@cs.auckland.ac.nz> To: webmaster@python.org Subject: gpg keys have problems Organization: University of Auckland
From your python download page you need to update the public keys to not use the faulty MD5 digest algorithm. (see the link listed below)
$ gpg --import pubkeys.txt gpg: key 6A45C816: public key "Anthony Baxter <anthony@interlink.com.au>" imported gpg: WARNING: digest algorithm MD5 is deprecated gpg: please see http://www.gnupg.org/faq/weak-digest-algos.html for more information gpg: key ED9D77D5: public key "Barry A. Warsaw <barry@warsaw.us>" imported gpg: Total number processed: 2 gpg: imported: 2 (RSA: 1) gpg: no ultimately trusted keys found
----- End forwarded message ----- -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ Looking back over the years, after I learned Python I realized that I never really had enjoyed programming before.
On Jun 05, 2011, at 08:20 AM, Aahz wrote:
From your python download page you need to update the public keys to not use the faulty MD5 digest algorithm. (see the link listed below)
$ gpg --import pubkeys.txt gpg: key 6A45C816: public key "Anthony Baxter <anthony@interlink.com.au>" imported gpg: WARNING: digest algorithm MD5 is deprecated gpg: please see http://www.gnupg.org/faq/weak-digest-algos.html for more information gpg: key ED9D77D5: public key "Barry A. Warsaw <barry@warsaw.us>" imported gpg: Total number processed: 2 gpg: imported: 2 (RSA: 1) gpg: no ultimately trusted keys found
This only looks like a problem with Anthony's key. He could update his key, but OTOH probably has little incentive to just for Python release management. Anthony was release manager for 2.5, but Martin took that over, and also, Python 2.5 is very near EOL even for security releases. -Barry
participants (2)
-
Aahz
-
Barry Warsaw