I'm not currently reading python-dev, dunno if this has come up before: ----- Forwarded message from "Michael J. Dinneen" <[email protected]> -----
> Date: Sun, 05 Jun 2011 19:33:04 +1200 > From: "Michael J. Dinneen" <[email protected]> > To: [email protected] > 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 <[email protected]>" > 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 <[email protected]>" imported > gpg: Total number processed: 2 > gpg: imported: 2 (RSA: 1) > gpg: no ultimately trusted keys found > ----- End forwarded message ----- -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ Looking back over the years, after I learned Python I realized that I never really had enjoyed programming before. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
