Codebase list gpa / 3120185
Remove 0004-Fix-listing-of-algorithm-keysize-in-the-subkey-windo.patch Remove patch, already applied upstream. Andreas Rönnquist 5 years ago
2 changed file(s) with 0 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
+0
-28
debian/patches/0004-Fix-listing-of-algorithm-keysize-in-the-subkey-windo.patch less more
0 From: Werner Koch <wk@gnupg.org>
1 Date: Wed, 13 Sep 2017 07:49:45 +0200
2 Subject: Fix listing of algorithm/keysize in the subkey window.
3
4 * src/gpasubkeylist.c (gpa_subkey_list_set_key): Use the current
5 subkey.
6 --
7
8 GnuPG-bug-id: 3405
9 Signed-off-by: Werner Koch <wk@gnupg.org>
10 (cherry picked from commit 7fb061b1d784bce2e85664b097e4266a15a4fd01)
11 ---
12 src/gpasubkeylist.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/gpasubkeylist.c b/src/gpasubkeylist.c
16 index 9862521..2039e0a 100644
17 --- a/src/gpasubkeylist.c
18 +++ b/src/gpasubkeylist.c
19 @@ -253,7 +253,7 @@ gpa_subkey_list_set_key (GtkWidget *list, gpgme_key_t key)
20 *p = 0;
21
22 #if GPGME_VERSION_NUMBER >= 0x010601 /* GPGME >= 1.6.1 */
23 - algostr_buf = gpgme_pubkey_algo_string (key->subkeys);
24 + algostr_buf = gpgme_pubkey_algo_string (subkey);
25 algostr = algostr_buf? algostr_buf : "?";
26 #else /* GPGME < 1.6.1 */
27 algostr = gpgme_pubkey_algo_name (subkey->pubkey_algo),
00 gnupg2.patch
1 0004-Fix-listing-of-algorithm-keysize-in-the-subkey-windo.patch
21 0005-Fix-typo.patch
32 0006-Clean-up-gpa.desktop.patch