Summary: | CAFF function not working with GnuPG 2.1 | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Tim Ruffing <public> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | samir |
Priority: | NOR | ||
Version: | 2.13.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kgpg/300cf34cc3cae322d9c8a456b92fceac3c28bdda | Version Fixed In: | 15.08.3 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 340676 | ||
Attachments: | Proposed patch |
Description
Tim Ruffing
2014-12-03 22:19:07 UTC
The problem is that when it comes to actually signing the keys (which happens within a temporary directory) GnuPG says "no secret key". Created attachment 94651 [details]
Proposed patch
Can someone please try out if this patch helps anything?
Git commit 10838fa8f856b9dc977647601cb532a32f6e035e by Rolf Eike Beer. Committed on 21/10/2015 at 18:58. Pushed by dakon into branch 'Applications/15.08'. fix GnuPG 2.1 not finding the secret keys in CAFF mode See http://lists.gnupg.org/pipermail/gnupg-devel/2014-December/029296.html for a description of the problem. This still does not fix the entire problem. M +15 -2 caff.cpp M +2 -0 caff_p.h http://commits.kde.org/kgpg/10838fa8f856b9dc977647601cb532a32f6e035e Git commit 300cf34cc3cae322d9c8a456b92fceac3c28bdda by Rolf Eike Beer. Committed on 05/11/2015 at 16:12. Pushed by dakon into branch 'Applications/15.08'. make KGpgSignUid work with GnuPG >= 2.1 FIXED-IN:15.08.3 M +24 -1 transactions/kgpgsignuid.cpp M +1 -0 transactions/kgpgsignuid.h http://commits.kde.org/kgpg/300cf34cc3cae322d9c8a456b92fceac3c28bdda |