Home GnuPG

Recent Activity
ActivePublic

Recent Activity

Today

l10n daemon script <scripty@kde.org> committed rKLEOPATRA1d2dfddc0496: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Jun 1, 4:02 AM
l10n daemon script <scripty@kde.org> committed rMTP154523856162: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Jun 1, 3:46 AM

Yesterday

ametzler1 created T7670: updated nl.po for gnupg 2.4.
Sat, May 31, 3:29 PM · i18n, gnupg, Bug Report
l10n daemon script <scripty@kde.org> committed rMTPe8c095e43a58: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, May 31, 3:52 AM

Fri, May 30

m <meik.michalke@gnupg.com> committed rW5c998b4e4cc3: reverted customized packages/packages.list (authored by m <meik.michalke@gnupg.com>).
reverted customized packages/packages.list
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW6b90f934d05c: re-added headline... (authored by m <meik.michalke@gnupg.com>).
re-added headline...
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW904cd71a7eb7: fixed wrong DESC_Menu_* in gpgpass menu entry (authored by m <meik.michalke@gnupg.com>).
fixed wrong DESC_Menu_* in gpgpass menu entry
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW600ae80a0282: kleopatra: removed 2nd kleopatradebugcommandsrc, ensured clean uninstall (authored by m <meik.michalke@gnupg.com>).
kleopatra: removed 2nd kleopatradebugcommandsrc, ensured clean uninstall
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW1329569d1dfb: add start menu entry for GpgOL/Web (authored by m <meik.michalke@gnupg.com>).
add start menu entry for GpgOL/Web
Fri, May 30, 9:47 PM
ikloecker added a comment to T7669: Kleopatra: Change result message of update check.

Yes, for GPD and VSD there probably should be version numbers in swdb.lst if the update check should actually be active in those distributions. I think for VSD the update check is usually deactivated because a) it accesses the public internet which some customers don't want and b) the software is usually not installed by the users themselves so that the update check doesn't make much sense.

Fri, May 30, 6:01 PM · Windows, gpd5x, kleopatra
werner triaged T7669: Kleopatra: Change result message of update check as Normal priority.
Fri, May 30, 5:32 PM · Windows, gpd5x, kleopatra
werner added a comment to T7669: Kleopatra: Change result message of update check.

So, what shall we do with vanilla kleopatra, or GPD or VSD? It will be easy to record current versions number in swdb.lst

Fri, May 30, 5:32 PM · Windows, gpd5x, kleopatra
werner committed rG982f45c8c7c6: gpg-mail-tube: Support templates. (authored by werner).
gpg-mail-tube: Support templates.
Fri, May 30, 2:57 PM
werner changed the status of T7381: gpg-mail-tube: Allow the use of templates instead of static texts., a subtask of T7292: gpg-mail-tube: Add more features, from Open to Testing.
Fri, May 30, 2:57 PM · Feature Request, gnupg26
werner changed the status of T7381: gpg-mail-tube: Allow the use of templates instead of static texts. from Open to Testing.

Alright. We use utf-8 in our template files and switch to QP encoding when needed.

Fri, May 30, 2:57 PM · Feature Request, gnupg26
werner committed rG61514f7cd8cf: tools: Add a quoted-printable encoding function. (authored by werner).
tools: Add a quoted-printable encoding function.
Fri, May 30, 2:19 PM
werner committed rG8d837279bce7: common: Improve helpfile.c to provide a generic template API. (authored by werner).
common: Improve helpfile.c to provide a generic template API.
Fri, May 30, 2:19 PM
werner committed rGef5fa47ee80d: gpgtar: Fix regression exhibited by make check (authored by werner).
gpgtar: Fix regression exhibited by make check
Fri, May 30, 2:19 PM
ikloecker added projects to T7669: Kleopatra: Change result message of update check: kleopatra, gpd5x, Windows.

Tagging with Windows because the update check is a NOP except on Windows.

Fri, May 30, 11:33 AM · Windows, gpd5x, kleopatra
ikloecker changed the status of T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0 from Open to Testing.

Do I understand correctly that this bug is then automatically done/fixed?

It depends on how the version comparison works. We may have to change the code to extract the version number (e.g. 5.0.0) from the version string.

Fri, May 30, 11:30 AM · Bug Report, gpd5x, kleopatra
ikloecker created T7669: Kleopatra: Change result message of update check.
Fri, May 30, 11:30 AM · Windows, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

I forgot to mention that gpgrt has an API to compare version numbers in the same way gpgconf and all gnupg components do it; this should be somewhat similar to sort -V

Fri, May 30, 11:23 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

BTW, if you append a beta string the thing works as well. Thus with an development version for 4.4.2 we would get a 'newer' state:

Fri, May 30, 11:19 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

The version file is locally cached and updated from time to time unless that feature is disabled.
An update can be forced using

Fri, May 30, 11:15 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Re: pipe2: In gpgme_io_pipe we set FD_CLOEXEC only for one end of the pipe. Thus simply using pipe2 would change the behaviour.

Fri, May 30, 11:09 AM · golang, gpgme, Bug Report
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

By the way, Kleopatra uses GpgME::SwdbResult::query() which I expect to do what you propose.

Fri, May 30, 11:00 AM · Bug Report, gpd5x, kleopatra
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

First, gpgconf doesn't help with parsing a version string like gpg4win-5.0.0-beta190 which is what I was talking about. Once we have extracted "gpg4win" and "5.0.0" we could use gpgconf. ...if it worked as documented in the man page. I don't understand this:

$ gpgconf --query-swdb gpg4win 4.3.0
gpg4win:4.3.0:-::32849:::::::
Fri, May 30, 10:56 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

This is all done by gpgconf like here:

Fri, May 30, 9:22 AM · Bug Report, gpd5x, kleopatra
gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Here is a hypothetical application which may have similar problem.
(1) It is a multi threaded application using gpgme, forking another process (possibly, exec).
(2) One of threads invokes gpgme_new, gpgme_op_import and gpg_op_verify.
(3) When the control goes to gpgme_op_* then gpgme_io_spawn by a thread A, another thread B forks a process.
(3-1) While the thread A is polling pipe I/O, forked process holds pipe file descriptors too.
(3-2) Until the forked process exists, pipe I/O polling by the thread A continues (because pipe's other end is still active).

Fri, May 30, 7:06 AM · golang, gpgme, Bug Report
collinfunk added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

There is FD_CLOFORK on Solaris 11.4 as well. It is a part of POSIX-1.2024, but who knows how long until that becomes common.

Fri, May 30, 5:05 AM · golang, gpgme, Bug Report
gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

I don't know if it is related to this particular case, but I found a possible race condition in _gpgme_io_pipe.
Between pipe and fcntl with FD_CLOEXEC, another thread may fork a process which keeps running.
It would be good to use pipe2 here:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/pipe.html

Fri, May 30, 4:46 AM · golang, gpgme, Bug Report

Thu, May 29

gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Another possible cause is... gpgme uses closefrom in GNU C library, if available. if it doesn't work well, it would be possible invoked gpg keeps waiting its input.

Thu, May 29, 11:02 AM · golang, gpgme, Bug Report
gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Here is my observation.

Thu, May 29, 9:11 AM · golang, gpgme, Bug Report
aheinecke assigned T7646: GpgOL: Update ribbon not only for items recognized as mail to werner.

This one made me curious because updating the should be UI solved, and it is incredibly dangerous to mess with that. It is super easy to get random crashes when you invalidate the UI too much. It took me ages to get that "stable enough". But also technically an appointment request is a mail. And thanks to dan (afair), KMail can sign and encrypt invitations. And at least for signed invitations they are displayed as appointment so I looked into this a bit out of curiousity.

Thu, May 29, 5:14 AM · gpd5x, vsd33, gpgol

Wed, May 28

aheinecke lowered the priority of T4836: GpgOL modifies PGP/Inline email messages stored in the server from High to Low.

Thank you for the detailed report.

We recently had a similar problem with S/MIME Mails. T4543 I think that we can apply the same fix we did for S/MIME also for OpenPGP. So I give this high priority as I think that this can be easily fixed and is a big problem in mixed environments.

Wed, May 28, 10:58 PM · gpgol, Bug Report
aheinecke renamed T4836: GpgOL modifies PGP/Inline email messages stored in the server from GpgOL sometimes modifying email messages stored in the server to GpgOL modifies PGP/Inline email messages stored in the server.
Wed, May 28, 10:52 PM · gpgol, Bug Report
aheinecke added a comment to T6793: Cleanup temporary files / dirs with decrypted content.

To clarify. And what I think might still not work here. Windows has the problem that it does not remove the temp directory on restart or even attempts to. So whenever we work with temporary files we need to make an effort to remove them. Because the user does not expect a decrypted file in a temporary folder to stick around forever. There are options to do that on Windows. As a last resort one could even create a registry key like we did in the uninstaller for a while to remove files which were in used after next reboot.

Wed, May 28, 10:31 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke added a comment to T6623: Kleopatra hangs "Loading certificate cache" on Windows 10.

Actually after looking at this post here I commented on https://dev.gnupg.org/T7434#201525 Since you are already debugging and seem to be able to reproduce this somewhat more often then others. (I hope even aftger all this time? :) ) Could you try running porcmon with the generic gnupg path filter as suggested there. Will slow everything down of course, but I would love to get my fingers of such a hang like you are seeing with such a filter enabled. You can export only the filtered lines and compress it. If it is still too large or private I guess we can get you an upload space somewhere. But some unexpected situation caused by a third party software messing at the right time with our files would really fit the bill, and I already noticed that standard windows defender, in a standard windows installation messes with our lock files. Maybe you have some even more agressive software running and see such issue more often, the important thing in the procmon log would be what kind of error / access pattern occurs to figure out if we handle something not correctly, or interpret it differently.

Wed, May 28, 9:55 PM · kleopatra
aheinecke added a comment to T7657: Kleopatra: Refresh OpenPGP Certificates doesn't respect WKD setting.

Just as a reminder, knowledge transfer, because this is easily overlooked in testing but at least one customer would have gotten very annoyed if we had ever deployed an "Update all certificates" function which "added" new certificates. Even with the update of a single cert, we had a "funny" issue, like if you had expired certificates from anywhere and not from WKD (which old keyrings have a lot, maybe with many uids). Suddenly an update would pull in new keys which come from WKD but maybe there they all only have one UID. Because for keyservers the identifier was the fingerprint and for WKD the identifier was the userid.
Or even worse, you explicitly threw out the OpenPGP keys from WKD because you wanted to use only S/MIME, then such a function may not search on any OpenPGP Sources.
When I worked at Kleopatra we didn't want such a feature in GnuPG. Our strategy was to update keys when they are used, about to be used or close to expiry. The whole locate-external-key thing.
I think the feature we had to update in the certificate details is good. But i recommend especially keeping the S/MIME / OpenPGP difference in mind. I would also call it "Search updated certificates" with a tooltip that it might also find "new" certificates for the user. And then an option to disable this either for S/MIME or for OpenPGP.

Wed, May 28, 9:45 PM · Feature Request, gpd5x, kleopatra
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

Do I understand correctly that this bug is then automatically done/fixed?

Wed, May 28, 9:35 PM · Bug Report, gpd5x, kleopatra
aheinecke added a comment to T7620: gpgme_get_key fails to detect secret encryption subkey after key generation on card (until context is recreated).

I do not think that this is the only place where such an issue occurs. Maybe we should make the documentation clearer about context key reuse. But the context is specifically designed to cache information about a key, so as to avoid memory overhead. I learned early on that its best for each new operation to use a new context. A context is basically an instance of gpg or gpgsm. So you start one process, ask it for a keylist, keep the process running, start another process, modify the key database, and then ask the first process again about his worldview. Either the first process is a bit confused because it has read data and then that data changed (what happens here) or it has no idea about the change since it was efficient and only read the database once. But here in this example you should be able to reproduce this also by making any other modifications to the key, adding other subkeys, userids etc. That GPGME even notices the secret key is more of a side effect of how the programming works because the GPGME gpg process will ask the gpg-agent (so a third process).

Wed, May 28, 9:19 PM · gnupg, gpgme, Bug Report
aheinecke added a comment to T7434: Kleopatra: Initial keylisting hangs for ~60 seconds (gpg-agent: Socket ...S.gpg-agent cannot be bound).

The more I think of this, the more likely this appears to me as the source for all that random startup weirdness of GnuPG. Say you are on a large keyring and on a train, then that keyring is first passed through your enterprise malware protection for scanning or something like that. Then it works again until some metric, hash or something else changes.

Wed, May 28, 8:37 PM · gnupg, kleopatra
aheinecke added a comment to T7434: Kleopatra: Initial keylisting hangs for ~60 seconds (gpg-agent: Socket ...S.gpg-agent cannot be bound).

My recommendation would at this point be to use procmon with a file filter for just "If path contains gnupg then include" I mean maybe go only for the locking dirs but this way you will not only see what the GnuPG processes are doing but what everyone on the system is doing to the locks. So you will see when my old friends, third party security software might interfere.
For example: You will see on a default Windows which files are checked through telemetry. And here in this example you see directly that the Microsoft Malware Protection Engine is accessing the agents socket.

Wed, May 28, 8:16 PM · gnupg, kleopatra
werner added a comment to T7666: Kleopatra: Rework versioning.

Yes. If gpgconf could read that version directly from kleopatra it would be even better. Bit in cases of early crashes this might be sub-optimal; thus I will tell gpgconf to get some additional version info from an installed versioninfo.txt file (which gpg4win creates). Thanks.

Wed, May 28, 7:21 PM · gpd5x, kleopatra
collinfunk added a comment to T7668: gnupg: regexp and build with -fsanitize=address.

@gnibee Thanks! I noticed this too but wasn't familiar with the test suite, and didn't see an ASAN error so assumed nothing harmful. This explanation explains it.

Wed, May 28, 5:50 PM
ikloecker updated subscribers of T7666: Kleopatra: Rework versioning.

Is this what you had in mind @werner:

Wed, May 28, 5:19 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRA671c80616f6d: Improve menu (authored by TobiasFella).
Improve menu
Wed, May 28, 5:06 PM
ikloecker committed rGTOe157f76083f3: Help mingw to find the right overload to use (authored by ikloecker).
Help mingw to find the right overload to use
Wed, May 28, 4:39 PM
CarlSchwan committed rOJ8753cad918c4: Add compliance status to statubars when needed (authored by CarlSchwan).
Add compliance status to statubars when needed
Wed, May 28, 4:32 PM
TobiasFella added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

Note: The Kleopatra in upcoming versions of Gpg4win 5 will have AboutData::version set to gpg4win-5.0.0 (or gpg4win-5.0.0-beta190 for beta versions). See T7666: Kleopatra: Rework versioning.

Wed, May 28, 3:45 PM · Bug Report, gpd5x, kleopatra
TobiasFella committed rKLEOPATRA4542312506e5: Show a progress dialog when updating certificates (authored by TobiasFella).
Show a progress dialog when updating certificates
Wed, May 28, 3:19 PM
TobiasFella committed rKLEOPATRAc186834ea490: Show a progress dialog when updating certificates (authored by TobiasFella).
Show a progress dialog when updating certificates
Wed, May 28, 2:46 PM
ikloecker committed rW9c01310e832f: Remove entry for older qgpgme package (authored by ikloecker).
Remove entry for older qgpgme package
Wed, May 28, 2:34 PM
ikloecker committed rW1217a286f9ac: Fix make dist (authored by ikloecker).
Fix make dist
Wed, May 28, 2:31 PM
TobiasFella committed rKLEOPATRA3f5321d01e05: Show a progress dialog when updating certificates (authored by TobiasFella).
Show a progress dialog when updating certificates
Wed, May 28, 2:24 PM
TobiasFella committed rKLEOPATRA4bbc9aee03d4: Show a progress dialog when updating certificates (authored by TobiasFella).
Show a progress dialog when updating certificates
Wed, May 28, 1:15 PM
ikloecker committed rO69390a554a0e: Use gpgme_off_t and gpgme_ssize_t everywhere for GpgME++ 2.0 (authored by ikloecker).
Use gpgme_off_t and gpgme_ssize_t everywhere for GpgME++ 2.0
Wed, May 28, 12:51 PM
ikloecker committed rW02a010c3f6a7: Update GpgOL to 2.6.1 (authored by ikloecker).
Update GpgOL to 2.6.1
Wed, May 28, 11:45 AM
ikloecker committed rGPGMEQTd0aa23a7a384: On Windows, use gpgme_off_t and gpgme_ssize_t in the API (authored by ikloecker).
On Windows, use gpgme_off_t and gpgme_ssize_t in the API
Wed, May 28, 11:31 AM
ikloecker committed rGPGMEPPb75caf9ce2bc: On Windows, use gpgme_off_t and gpgme_ssize_t in the API (authored by ikloecker).
On Windows, use gpgme_off_t and gpgme_ssize_t in the API
Wed, May 28, 11:29 AM
werner committed rGe2732b8e19f1: scd:piv: Support rsa3072 (authored by werner).
scd:piv: Support rsa3072
Wed, May 28, 11:06 AM
werner moved T7663: Certificated signed using SHA-1 isn't trusted, but needs --force-sign-key to re-sign. from Backlog to QA on the gnupg26 board.
Wed, May 28, 10:47 AM · gnupg24, gnupg26, Feature Request
werner committed rG15a71f108d9e: gpg: Allow updating a SHA-1 key certification w/o --force-sign-key. (authored by werner).
gpg: Allow updating a SHA-1 key certification w/o --force-sign-key.
Wed, May 28, 10:38 AM
werner committed rGe8eb92019fae: doc: Minor speedo build clarification (authored by werner).
doc: Minor speedo build clarification
Wed, May 28, 10:33 AM
werner committed rG018a2289ba8e: dirmngr: Don't install expired sks certificate (authored by Lucas Mulling via Gnupg-devel <gnupg-devel@gnupg.org>).
dirmngr: Don't install expired sks certificate
Wed, May 28, 10:33 AM
werner committed rEc42825f1612b: libtool: Add support for zOS (authored by werner).
libtool: Add support for zOS
Wed, May 28, 10:22 AM
werner added a comment to T7668: gnupg: regexp and build with -fsanitize=address.

Please remember to add a comment to the code describing the reason for this renaming.

Wed, May 28, 10:03 AM
gniibe committed rG29bc14f56f64: gpgsm,tests,tools: Fix memory leaks. (authored by gniibe).
gpgsm,tests,tools: Fix memory leaks.
Wed, May 28, 9:32 AM
gniibe updated the task description for T7668: gnupg: regexp and build with -fsanitize=address.
Wed, May 28, 9:16 AM
gniibe renamed T7668: gnupg: regexp and build with -fsanitize=address from gnupg: regexp and build with -fsanitize=addres to gnupg: regexp and build with -fsanitize=address.
Wed, May 28, 9:15 AM
gniibe updated the task description for T7668: gnupg: regexp and build with -fsanitize=address.
Wed, May 28, 9:12 AM
gniibe updated the task description for T7668: gnupg: regexp and build with -fsanitize=address.
Wed, May 28, 9:11 AM
gniibe updated the task description for T7668: gnupg: regexp and build with -fsanitize=address.
Wed, May 28, 9:10 AM
gniibe added a comment to T7668: gnupg: regexp and build with -fsanitize=address.

The issue is the routines of regcomp, regexec, regerror and regfree are in C library and the sanitizer library replaces them (and it's not compatible for the use case of GnuPG).

Wed, May 28, 9:09 AM
gniibe triaged T7668: gnupg: regexp and build with -fsanitize=address as Normal priority.
Wed, May 28, 9:06 AM
sachint requested review of D612: Add support for IBM z/OS.
Wed, May 28, 6:37 AM · ntbtls
sachint planned changes to D612: Add support for IBM z/OS.
Wed, May 28, 6:37 AM · ntbtls
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5797b7f4fadf: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, May 28, 3:43 AM
gniibe committed rE98d8f3d396b5: yat2m: Release the memory after the use. (authored by gniibe).
yat2m: Release the memory after the use.
Wed, May 28, 3:03 AM
gniibe committed rEba7ed54668e4: argparse: Fix a memory leak. (authored by gniibe).
argparse: Fix a memory leak.
Wed, May 28, 3:03 AM

Tue, May 27

collinfunk added a comment to T7667: gpg-agent fails to build on Cygwin..

Thanks, that was the only issue building there.

Tue, May 27, 6:02 PM · Cygwin, gpgagent, Bug Report
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

Note: The Kleopatra in upcoming versions of Gpg4win 5 will have AboutData::version set to gpg4win-5.0.0 (or gpg4win-5.0.0-beta190 for beta versions). See T7666: Kleopatra: Rework versioning.

Tue, May 27, 5:26 PM · Bug Report, gpd5x, kleopatra
ikloecker edited projects for T7657: Kleopatra: Refresh OpenPGP Certificates doesn't respect WKD setting, added: Feature Request; removed Bug Report.

Tools / Refresh OpenPGP certificates runs gpg --refresh-keys. I don't think that this command knows anything about WKD.

Tue, May 27, 5:20 PM · Feature Request, gpd5x, kleopatra
werner lowered the priority of T7040: Make it possible to install GnuPG VSD and GPD in parallel from High to Normal.

For vsd on Windows this will be solved due to the use of gnupg-vsd as default homedir. We already tested this with a beta MSI installer

Tue, May 27, 4:37 PM · kleopatra, Restricted Project
werner assigned T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0 to TobiasFella.

This should compare the gpg4win version number:

Tue, May 27, 4:34 PM · Bug Report, gpd5x, kleopatra
werner triaged T7657: Kleopatra: Refresh OpenPGP Certificates doesn't respect WKD setting as High priority.
Tue, May 27, 4:30 PM · Feature Request, gpd5x, kleopatra
werner triaged T7658: Okular: Problems with smime signatures as Normal priority.
Tue, May 27, 4:30 PM · Bug Report, gpd5x, okular
werner triaged T7660: GPGME invocation by cri-o hangs on gpgme_op_verify as Normal priority.
Tue, May 27, 4:29 PM · golang, gpgme, Bug Report
werner created golang.
Tue, May 27, 4:29 PM
sj98ta added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

I updated the github issue. The suggested change seems to have had no effect.

Tue, May 27, 4:22 PM · golang, gpgme, Bug Report
werner added a comment to T7166: Release Libgcrypt 1.11.1.

If you are experience problems with the test suite on NetBSD, please see T7634

Tue, May 27, 4:07 PM · Release Info, libgcrypt
TobiasFella set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/386 on T7655: Kleopatra: show a progress window when updating a certificate.
Tue, May 27, 3:48 PM · gpd5x, kleopatra
TobiasFella moved T7655: Kleopatra: show a progress window when updating a certificate from Backlog to WIP on the gpd5x board.
Tue, May 27, 3:48 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRAa9871a56c642: Show a progress dialog when updating certificates (authored by TobiasFella).
Show a progress dialog when updating certificates
Tue, May 27, 3:47 PM
sj98ta added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Thank you @alexk

Tue, May 27, 2:56 PM · golang, gpgme, Bug Report
alexk added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

I made a comment on github.

Tue, May 27, 1:43 PM · golang, gpgme, Bug Report
CarlSchwan committed rOJ0ec2e0fda72c: firsttimedialog: Invert order of manifest action buttons (authored by CarlSchwan).
firsttimedialog: Invert order of manifest action buttons
Tue, May 27, 12:57 PM
CarlSchwan committed rOJec5902836cdb: reencrypt: Allow selecting multiple keys (authored by CarlSchwan).
reencrypt: Allow selecting multiple keys
Tue, May 27, 12:57 PM
CarlSchwan committed rOJ75cc0e4e0466: firsttimedialog: Use icon only button for manifest actions (authored by CarlSchwan).
firsttimedialog: Use icon only button for manifest actions
Tue, May 27, 12:57 PM
ikloecker committed rW5bd3c63db6ce: Remove obsolete gen-local-l10n.sh (authored by ikloecker).
Remove obsolete gen-local-l10n.sh
Tue, May 27, 12:03 PM

Panel Used By

Event Timeline

rtatnet2 renamed this panel from to Recent Activity.Oct 23 2018, 10:11 AM
rtatnet2 edited an edge.