diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-14 13:30:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-14 13:31:00 -0400 |
commit | b6e61f8daed1a6c5bb6cecd545c71b04aaf86af9 (patch) | |
tree | 97a24833c457256732fd7e7c554d4ff92c39544e /CHANGELOG | |
parent | 889a2990734a818dff7133dcf936affdbc9c7558 (diff) |
Improve gpg secret key list parser to deal with changes in gpg 2.1.15. Fixes key name display in webapp.
gpg 2.1.15 (or so) seems to have added some new fields to the --with-colons
--list-secret-keys output. These include "fpr" and "grp", and come before
the "uid" line. So, the parser was giving up before it saw the name. Fix by
continuing to look for the uid line until the next "sec" line.
This commit was sponsored by Ole-Morten,Duesund on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ git-annex (6.20160908) UNRELEASED; urgency=medium objects to the json output. * Remove key:null from git-annex add --json output. * copy, move, mirror: Support --json and --json-progress. + * Improve gpg secret key list parser to deal with changes in gpg 2.1.15. + Fixes key name display in webapp. -- Joey Hess <id@joeyh.name> Thu, 08 Sep 2016 12:48:55 -0400 |