Merge lp:~wgrant/launchpad/4096r-ppa-keys into lp:launchpad

Proposed by William Grant
Status: Merged
Approved by: William Grant
Approved revision: no longer in the source branch.
Merged at revision: 16960
Proposed branch: lp:~wgrant/launchpad/4096r-ppa-keys
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/services/gpg/handler.py (+1/-1)
To merge this branch: bzr merge lp:~wgrant/launchpad/4096r-ppa-keys
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+210336@code.launchpad.net

Commit message

Upgrade new PPA signing keys from 1024R to 4096R.

Description of the change

Upgrade new PPA signing keys from 1024R to 4096R, because it's not 1995 any more.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/services/gpg/handler.py'
2--- lib/lp/services/gpg/handler.py 2013-03-27 02:12:19 +0000
3+++ lib/lp/services/gpg/handler.py 2014-03-11 03:58:31 +0000
4@@ -57,7 +57,7 @@
5 <GnupgKeyParms format="internal">
6 Key-Type: RSA
7 Key-Usage: sign
8- Key-Length: 1024
9+ Key-Length: 4096
10 Name-Real: %(name)s
11 Expire-Date: 0
12 </GnupgKeyParms>