- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jul 9 2024
Verified.
Verified.
Thank you for your report.
Pushed the change: rGaf6c47b2910f: common,kbx,tests: Clean up the PIPE function API.
Push the change: rG953dd67368ce: Use gpgrt_process_spawn API from libgpg-error.
Please test.
Thank you for your report. We are about to migrate to use the gpgrt_spawn_process API.
(In our development history, it was originally implemented and tested as gnupg_spawn_process API and moved to libgpg-error.)
diff --git a/scd/app.c b/scd/app.c index 926ab7925..7bf58a2bd 100644 --- a/scd/app.c +++ b/scd/app.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include <string.h> #include <npth.h> +#include <unistd.h>
diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c index 97d8fa4ad..e7109d760 100644 --- a/common/exechelp-posix.c +++ b/common/exechelp-posix.c @@ -76,6 +76,7 @@ #include "sysutils.h" #include "exechelp.h"
Jul 8 2024
ok, new try. As Ingo now clarified that that "nothing was imported" and "nothing was considered" is synonymous for him, then I misunderstood that comment. As far as I understand the "considered" that would mean that a tab would come up for import of unchanged keys, too.
In case you run into problems installing the bzip2 part w/o root rights, you need to apply rGc333e9dad66 to set the PREFIX make variable also for bzip2.
ok, to make it clear how exactly to implement and test this, let me rephrase what my interpretation of your comment is:
Jul 7 2024
Jul 6 2024
Jul 5 2024
Just a small addendum to what Andre wrote: Obviously, no tab should be shown if nothing was imported (i.e. numConsidered is 0).
The final (known) encoding problem with broken umlauts in German error descriptions should be fixed.
The ticket mentioned in the previous comment is T7190: Kleopatra: wrong claim of update in WKD for keys with no mail address.
If one or more keys are refreshed and none of the keys has non-revoked user IDs with email addresses then Kleopatra shouldn't report a result for WKD anymore.
Backported for VSD 3.3.
Turns out
- the singular instead of plural in the German version is a translation thing and should now be fixed (but is not in the testversion beta35)
- there is another issue muddying the waters regarding search in WKD, for which I will create another ticket
I have to correct myself. After restarting Kleopatra, only the following columns are shown, without any changes from my side:
Well, i can live with it. It would be an improvement.
I would prefer if no import tab was created if a key has not been updated and therefore nothing was actually imported. But I see that this would be more complicated to implement and I have no strong opinion on this anyway.
So Tobias fixed the technical reason why there was no import tab shown after the certify questions because I was too lazy (no I had no more time ;-) ) when I implemented this to carry the keylistcontroller around.
This should be tested as part of testing T5960 by checking that the German error description "Falscher Rückstellcode" is shown after entering a wrong reset code (PUK) for an OpenPGP smart card (https://dev.gnupg.org/T5960#188013).