launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #16527
[Merge] lp:~wgrant/launchpad/4096r-ppa-keys into lp:launchpad
William Grant has proposed merging lp:~wgrant/launchpad/4096r-ppa-keys into lp:launchpad.
Commit message:
Upgrade new PPA signing keys from 1024R to 4096R.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #1240681 in Launchpad itself: "New GPG generated keys are 1024 bits"
https://bugs.launchpad.net/launchpad/+bug/1240681
For more details, see:
https://code.launchpad.net/~wgrant/launchpad/4096r-ppa-keys/+merge/210336
Upgrade new PPA signing keys from 1024R to 4096R, because it's not 1995 any more.
--
https://code.launchpad.net/~wgrant/launchpad/4096r-ppa-keys/+merge/210336
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/4096r-ppa-keys into lp:launchpad.
=== modified file 'lib/lp/services/gpg/handler.py'
--- lib/lp/services/gpg/handler.py 2013-03-27 02:12:19 +0000
+++ lib/lp/services/gpg/handler.py 2014-03-11 03:58:31 +0000
@@ -57,7 +57,7 @@
<GnupgKeyParms format="internal">
Key-Type: RSA
Key-Usage: sign
- Key-Length: 1024
+ Key-Length: 4096
Name-Real: %(name)s
Expire-Date: 0
</GnupgKeyParms>
Follow ups