| Summary: | Kgpg can't sign more than one file | ||
|---|---|---|---|
| Product: | [Applications] kgpg | Reporter: | Olivier Vitrat <ovit.debian> |
| Component: | general | Assignee: | Rolf Eike Beer <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Olivier Vitrat
2008-02-23 16:34:36 UTC
The reason for this is gpg: there is no way to tell it to sign multiple files with detached signatures. I'll implement this in trunk so it will be in KDE 4.1 and then see if I can backport it easily. SVN commit 781561 by dakon: Implement signing of multiple files from command line at once BUG:158274 M +13 -4 gpgproc.cpp M +5 -0 gpgproc.h M +2 -1 kgpg.cpp M +1 -1 kgpgeditor.cpp M +60 -6 kgpgtextinterface.cpp M +11 -1 kgpgtextinterface.h WebSVN link: http://websvn.kde.org/?view=rev&revision=781561 |