Page MenuHome GnuPG
Feed Advanced Search

Aug 5 2024

Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

Thanks! Verified this builds on aarch64 correctly and generates the right flags on the output:

Hardened: /builddir/build/BUILDROOT/libgcrypt-1.11.0-3.el10.aarch64/usr/lib64/libgcrypt.so.20.5.0: Overall: PASS.
Aug 5 2024, 9:40 PM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

This excludes 32-bit ARM assembly from Aarch64 builds:

Aug 5 2024, 7:23 PM · libgcrypt, Bug Report
ametzler1 added a comment to T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14.

This patch should fix the issue:

Aug 5 2024, 6:14 PM · FTBFS, arm, libgcrypt, Bug Report
ikloecker added a comment to T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads.

Okay. Done in gpgme for gpgrt >= 1.51 (T7188).

Aug 5 2024, 12:20 PM · Windows, gpgrt, Bug Report
Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

Tested in our build environment and indeed, just this patch does not solve the issue for aarch64.

Aug 5 2024, 11:50 AM · libgcrypt, Bug Report

Aug 4 2024

jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

Here's patch:

Aug 4 2024, 5:58 PM · libgcrypt, Bug Report
jukivili added a comment to T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14.

This patch should fix the issue:

Aug 4 2024, 5:20 PM · FTBFS, arm, libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

Ok, so aarch64 assembly would need PAC and BTI support. As far as I have understood these, is that PAC instructions are not needed with current assembly as none of those is storing/loading LR register (all aarch64 assembly functions are leaf functions). So only BTI is needed and that is basically same modification as CET on x86.

Aug 4 2024, 4:36 PM · libgcrypt, Bug Report
ametzler1 added a comment to T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14.

This already shows with 9d909cb67e70fd792926ac1e2ab305b2cc96bc27 which initially added ec-inline.h. (Reproducing with old versions like this one requires cherry-picking 693ffa145378682229473b0e811a9cea7c4d307a since otherwise NEON support is disabled at configure time due to implicit functions.)

Aug 4 2024, 11:17 AM · FTBFS, arm, libgcrypt, Bug Report

Aug 2 2024

werner added a comment to T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads.

Sounds like a good idea.

Aug 2 2024, 5:06 PM · Windows, gpgrt, Bug Report
ikloecker added a comment to T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads.

@werner Would it be okay to call gettext_use_utf8 (3) in gpgme's do_subsystem_inits where we currently call gettext_use_utf8 (1)? See https://dev.gnupg.org/source/gpgme/browse/master/src/version.c$77

Aug 2 2024, 2:32 PM · Windows, gpgrt, Bug Report
TobiasFella moved T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 2 2024, 10:27 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
werner assigned T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads to ikloecker.
Aug 2 2024, 9:45 AM · Windows, gpgrt, Bug Report
werner moved T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads from Backlog to QA on the gpgrt board.

Alright: Call gettext_use_utf8 (3) to set the current thread to utf8 and init all new threads to utf8 as well. This function with that value (actually bit 1 is relevant) can be used several times but it will never switch back the initialization to utf8. However, switching back and force to utf8 per threads is still possible.

Aug 2 2024, 9:44 AM · Windows, gpgrt, Bug Report
werner triaged T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog as High priority.
Aug 2 2024, 9:19 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
werner triaged T7232: Kleopatra: Crash on startup when CMS is disabled as Normal priority.
Aug 2 2024, 9:17 AM · gpd5x, Bug Report, kleopatra

Aug 1 2024

ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

Yes, the function to load the user-configured language on application start is very well hidden in kxmlgui. :-)

Aug 1 2024, 6:07 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

I mean the system configuration of Windows is just strange and messy. I am only noticing this now more because for my latest Test VMs I used VIrtual Box unattended installation, which installs the system according to the Hosts locale and then you can change the language for your user in Windows. And I ended up with this setting here where the preferred languages differ from the Windows UI language. And we are not alone in a confusion, on this system also Paint is in english, and the Microsoft Calculator, but not Powershell or CMD 🙄 But as GetUserPreferredUILanguages should return (and does according to my tests) the display langue chosen in the drop down as Language[0] and the others with lower priority I think the correct behavior here is to be in German.

Aug 1 2024, 4:32 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

Don't change the existing KDE behavior for loading the correct Qt translations which is the same as gettext's behavior. It took quite some time to get it right on Windows for KDE.

Aug 1 2024, 4:01 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

In the past I have also seen quite often that the Qt Translations with standard actions like OK and Cancel were translated differently then KDE Strings. So there is also some difference with that on Windows.

Aug 1 2024, 2:40 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

KConfig uses the default locale instead of the system locale by default it seems:
https://invent.kde.org/frameworks/kconfig/-/blob/master/src/core/kconfig.cpp?ref_type=heads#L118
This should probably also use a copy of ki18n's getSystemLocale() instead. Or we set Qt's default locale to this value to get KConfig to use it.

Aug 1 2024, 2:37 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

Don't change the existing KDE behavior for loading the correct Qt translations which is the same as gettext's behavior. It took quite some time to get it right on Windows for KDE. The important bits for making the language configured by the user work are in
https://invent.kde.org/frameworks/kxmlgui/-/blob/master/src/kswitchlanguagedialog_p.cpp?ref_type=heads#L64
where the user-configured languages are prepended to LANGUAGE and in
https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n/main.cpp?ref_type=heads#L65
where we make sure that we load the correct Qt translations also on non-Linux systems (where Qt doesn't respect LANGUAGE).

Aug 1 2024, 2:23 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

With debug output I have confirmed that KConfig uses the defaultLocale at this point to read the VS-NfD name. So one issue here is that KConfig needs to use the Language configured for translations when reading out the config from which we take the VS-NfD name.

Aug 1 2024, 1:35 PM · gpd5x, kleopatra, gpg4win, Bug Report
TobiasFella changed the status of T7232: Kleopatra: Crash on startup when CMS is disabled from Open to Testing.
Aug 1 2024, 10:44 AM · gpd5x, Bug Report, kleopatra
ebo added a comment to T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog.

as this is a regression, I would like to have a fix in the upcoming release

Aug 1 2024, 9:45 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report

Jul 31 2024

werner added a comment to T7213: PKCS #12 import fails on broken P12 files which MS accepts.

The garbled data might be due to a bug in dumpasn1 (version 2021-02-12).

Jul 31 2024, 3:51 PM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
TobiasFella claimed T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog.
Jul 31 2024, 3:01 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
TobiasFella added a parent task for T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog: T6916: Kleopatra group related improvements.
Jul 31 2024, 3:01 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
TobiasFella created T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog.
Jul 31 2024, 3:01 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
TobiasFella moved T7232: Kleopatra: Crash on startup when CMS is disabled from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 31 2024, 2:00 PM · gpd5x, Bug Report, kleopatra
TobiasFella set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/260 on T7232: Kleopatra: Crash on startup when CMS is disabled.
Jul 31 2024, 2:00 PM · gpd5x, Bug Report, kleopatra
TobiasFella created T7232: Kleopatra: Crash on startup when CMS is disabled.
Jul 31 2024, 1:41 PM · gpd5x, Bug Report, kleopatra
aheinecke added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

I notices this again, even though my display language is german and Kleopatra is german the GnuPG system is using english (gpg-error --locale says en_IE). en_IE was set by virtualbox during windows installation. No environment variables are set related to language.

Jul 31 2024, 11:43 AM · gpd5x, kleopatra, gpg4win, Bug Report

Jul 30 2024

aheinecke triaged T7225: Kleopatra: Port away from KIconLoader as Normal priority.
Jul 30 2024, 2:05 PM · kleopatra, Bug Report

Jul 29 2024

Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

Recent changes fixed the issue for the x86_64 builds, but I see similar symptoms in the aarch64 build now. Annocheck reports the following failures:

Hardened: /usr/lib64/libgcrypt.so.20.5.0: FAIL: dynamic-tags test because the BTI_PLT flag is missing from the dynamic tags 
Hardened: /usr/lib64/libgcrypt.so.20.5.0: info: For more information visit: https://sourceware.org/annobin/annobin.html/Test-dynamic-tags.html
Hardened: /usr/lib64/libgcrypt.so.20.5.0: FAIL: property-note test because properly formatted .note.gnu.property not found (it is needed for branch protection support) 
Hardened: /usr/lib64/libgcrypt.so.20.5.0: info: For more information visit: https://sourceware.org/annobin/annobin.html/Test-property-note.html

I do not have aarch64 machine at hand now to investigate this further, but this sounds like orthogonal functionality to the CET on Intel.

Jul 29 2024, 3:18 PM · libgcrypt, Bug Report
ikloecker added a comment to T7225: Kleopatra: Port away from KIconLoader.

Yes, we can phase it out in master which is what Nico is talking about and which uses Qt 6/KF6. Nobody is going to remove KIconLoader from KF5.

Jul 29 2024, 2:10 PM · kleopatra, Bug Report
aheinecke added a comment to T7224: Kleopatra: broken in Testversion beta-41.

Btw. Here is a nice backtrace, which I think is similar to the crash part of this Task:

Jul 29 2024, 10:54 AM · Bug Report, kleopatra, Restricted Project
aheinecke claimed T7224: Kleopatra: broken in Testversion beta-41.

I think the crash in the end is the same we have in T6688: Kleopatra GPGME: Reported assert on exit where quitting kleopatra with running jobs tries to cancel all open contexts and then crashes where the assert would be triggered in debug builds. In T6688 we just hid this issue again by not keeping the deviceinfowatcher running.

Jul 29 2024, 10:43 AM · Bug Report, kleopatra, Restricted Project
werner added projects to T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14: arm, FTBFS.
Jul 29 2024, 10:16 AM · FTBFS, arm, libgcrypt, Bug Report

Jul 28 2024

ametzler1 created T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14.
Jul 28 2024, 6:20 PM · FTBFS, arm, libgcrypt, Bug Report

Jul 27 2024

werner triaged T7224: Kleopatra: broken in Testversion beta-41 as High priority.

Fixing this is important for getting the next release out.

Jul 27 2024, 5:45 PM · Bug Report, kleopatra, Restricted Project
werner added a comment to T7225: Kleopatra: Port away from KIconLoader.

Is the QIcon API available in QT5 ? If not we can't phase that out.

Jul 27 2024, 5:43 PM · kleopatra, Bug Report
Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

Thank you. With this patch the IBT flags are present on the shared object and CF protection test passes.

Jul 27 2024, 8:40 AM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

"rijndael-vaes-avx2-i386.S" should not be build for x86-64 but until now that has not had any affect as #ifdefs in that source file result empty object file on x86-64.

Jul 27 2024, 7:23 AM · libgcrypt, Bug Report

Jul 26 2024

nicolasfella created T7225: Kleopatra: Port away from KIconLoader.
Jul 26 2024, 9:45 PM · kleopatra, Bug Report
Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

Thank you for having a look into this!

Jul 26 2024, 3:25 PM · libgcrypt, Bug Report
werner triaged T7221: Disable -O flag munging when the libgcrypt is not compiled with rndjent as Low priority.

Not for a broken compiler but for several CC versions which consumed lots of memory for unrulling stuff. iirc, this was not only gcc.

Jul 26 2024, 11:52 AM · libgcrypt, Bug Report
werner triaged T7220: The CF protection not enabled in libgcrypt as Normal priority.
Jul 26 2024, 11:49 AM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

Here's patches for adding CET support to x86-64 and i386 assembly.

Jul 26 2024, 10:11 AM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

OpenBSD carries libgcrypt patch for CET which adds endbr64 instruction to CFI_STARTPROC() macro in "asm-common-amd64.h". We could do the same and also add endbr32 to i386 too. That would be easiest way to add required endbr instructions. OpenBSD also has patch for arm64 to add similar BTI instructions to aarch64 variant of CFI_STARTPROC.

Jul 26 2024, 10:02 AM · libgcrypt, Bug Report
jukivili added a comment to T7221: Disable -O flag munging when the libgcrypt is not compiled with rndjent.

There is -O flag munging for "tiger.o" in "cipher/Makefile.am", an old workaround for broken compiler I think. IMHO tiger.o case can and should be removed.

Jul 26 2024, 9:33 AM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

OpenBSD carries libgcrypt patch for CET which adds endbr64 instruction to CFI_STARTPROC() macro in "asm-common-amd64.h". We could do the same and also add endbr32 to i386 too. That would be easiest way to add required endbr instructions. OpenBSD also has patch for arm64 to add similar BTI instructions to aarch64 variant of CFI_STARTPROC.

Jul 26 2024, 9:29 AM · libgcrypt, Bug Report

Jul 25 2024

Jakuje created T7221: Disable -O flag munging when the libgcrypt is not compiled with rndjent.
Jul 25 2024, 1:52 PM · libgcrypt, Bug Report
Jakuje created T7220: The CF protection not enabled in libgcrypt.
Jul 25 2024, 11:54 AM · libgcrypt, Bug Report
TobiasFella added a comment to T7212: Problems with certificate colors / styles.

https://invent.kde.org/pim/kleopatra/-/merge_requests/255 fixes some low-hanging bugs to make the configuration behave more as expected

Jul 25 2024, 11:07 AM · gpd5x, kleopatra, Bug Report
werner edited projects for T7213: PKCS #12 import fails on broken P12 files which MS accepts, added: gnupg22, Bug Report, S/MIME; removed gnupg22 (gnupg-2.2.44).
Jul 25 2024, 10:57 AM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
werner triaged T7218: pinentry memory leak as Low priority.
Jul 25 2024, 10:46 AM · pinentry, Bug Report

Jul 24 2024

Jakuje created T7218: pinentry memory leak.
Jul 24 2024, 10:27 AM · pinentry, Bug Report

Jul 23 2024

aheinecke added a comment to T7200: Trustdb not updated on import of extended certificate.

The only change i remember and can find regarding that, is, that for the initial keylisting we disabled the check using the context flag T6261: Kleopatra / QGPGME: Use --no-auto-check-trustdb for initial keylisting since we suspected that this had something to do with reports that the initial keylisting either locked up or was very slow. At the least the goal was that by no auto check trustdb on the initial keylisting it would make it behave more consistently from start to start. But I am pretty sure that you told at least me, that Kleopatra should not try to explicitly do trustdb checks and try to manage that since gnupg takes care of this internally.

Jul 23 2024, 4:17 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
TobiasFella added a comment to T7212: Problems with certificate colors / styles.

I'd be in favor of keeping the UI and just fixing the most significant bugs it has.

Jul 23 2024, 3:44 PM · gpd5x, kleopatra, Bug Report
werner added a project to T7200: Trustdb not updated on import of extended certificate: Bug Report.
Jul 23 2024, 2:57 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
ikloecker added a comment to T7212: Problems with certificate colors / styles.

Just to clarify: I didn't say that we should remove the coloring/font style of certificates. I just said that I vote for removing the UI for changing the colors and font style.

Jul 23 2024, 1:50 PM · gpd5x, kleopatra, Bug Report
aheinecke added a comment to T7212: Problems with certificate colors / styles.

Mh, no, on the other hand the style is useful in the "All certificates view" to make distinctions based on multiple parameters. "Like trusted S/MIME root certificate" and it is useful to see that right away instead of using the filters. So my vote would be to clean it up, but keep it in general.

Jul 23 2024, 10:44 AM · gpd5x, kleopatra, Bug Report
aheinecke added a comment to T7212: Problems with certificate colors / styles.

Hard to decide as we have no data how much it is used. :-/ But I tend to agree here. We should not loose sight of the fact that Kleopatra should be more of a diagnostic tool and provide all the information a user might need to solve their issues with signing, verification, encryption and decryption. Kleopatra is not something a user uses so often that they play around with appearance or so like they maybe would in a MUA. Certificate management is just an unwelcome side effect required for crypto. But users do not want to do certificate management for its own sake.

Jul 23 2024, 10:41 AM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7212: Problems with certificate colors / styles.

I vote for removing the UI for configuring the appearance of the certificate categories completely from Kleopatra. This would solve all usability problems in an instant. People who want to go crazy with colors can edit the rc file.

Jul 23 2024, 10:28 AM · gpd5x, kleopatra, Bug Report
ebo added a comment to T7212: Problems with certificate colors / styles.

You could use colors, fonts, icons to mark any certificate you want instead of having to use tags and filter by them. You could even put their company logo on certificates of your communication partners.

Jul 23 2024, 10:04 AM · gpd5x, kleopatra, Bug Report
aheinecke added a comment to T7212: Problems with certificate colors / styles.
In T7212#188683, @ebo wrote:

We might also consider going all out and allowing a configurable appearance on a per certificate level. Then this feature would see an increase in use for sure. But it should work without issues, in that case, as then people will notice them…

Jul 23 2024, 8:54 AM · gpd5x, kleopatra, Bug Report
ebo added a comment to T7212: Problems with certificate colors / styles.

From the support angle, the worst of these issues is that the default will not be restored for VS-NfD. But then: nobody has inquired about that yet…

Jul 23 2024, 8:50 AM · gpd5x, kleopatra, Bug Report

Jul 22 2024

ikloecker added a comment to T7212: Problems with certificate colors / styles.

The high-contrast modes disable all colors, but for normal dark modes we might have a problem with some of the predefined colors.

Jul 22 2024, 6:05 PM · gpd5x, kleopatra, Bug Report
aheinecke closed T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges as Invalid.

Uhm this is a task I have with High priority. I do not know what to do here or what it is really about. -> Invalid.

Jul 22 2024, 5:34 PM · Bug Report, gpg4win
aheinecke triaged T7212: Problems with certificate colors / styles as Low priority.

Yes, this is all something that is ugly. The VS-NfD colorization was done by justus winter back then since I fell sick and it was one of his first and only tasks in Kleopatra. So it is normal I think if that is implemented differently then other things. And in general the whole appearence configuration is I think rarely used. To me it always felt like a "We add it because we can." feature. But also with this mix of filters defined in a preinstalled libkleopatrarc and additionally hardcoded filters it is all strange.
Well colors and so on should be changeable for accessibility of course.

Jul 22 2024, 5:19 PM · gpd5x, kleopatra, Bug Report
TobiasFella updated subscribers of T7212: Problems with certificate colors / styles.
Jul 22 2024, 5:05 PM · gpd5x, kleopatra, Bug Report
TobiasFella created T7212: Problems with certificate colors / styles.
Jul 22 2024, 5:05 PM · gpd5x, kleopatra, Bug Report
ebo moved T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 22 2024, 11:34 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ebo triaged T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up as Normal priority.
Jul 22 2024, 10:27 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
TobiasFella created T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up.
Jul 22 2024, 9:13 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report

Jul 21 2024

dkg created T7209: gpgv(1) manpage is ambiguous about argument list.
Jul 21 2024, 4:52 PM · Documentation, gpgv

Jul 16 2024

ebo added a comment to T5138: Change Reset Code not working in Kleopatra.

As for renaming "Change Reset Code" to "Set Reset Code", what about "Change PIN" and "Change Admin PIN"? Should they also be renamed? If not, why not? Is there no default reset code? Is there a way to find out whether the reset code has already been set (in which case "change" would be more appropriate than "set")?

Jul 16 2024, 4:37 PM · Restricted Project, Feature Request, Bug Report, kleopatra
gniibe claimed T7201: More memory leaks in gnupg.
Jul 16 2024, 8:58 AM · gnupg, Bug Report

Jul 15 2024

Jakuje created T7201: More memory leaks in gnupg.
Jul 15 2024, 9:12 PM · gnupg, Bug Report

Jul 10 2024

aheinecke closed T3716: gpg: signing failed: Inappropriate ioctl for device for Thunderbird 52.4.0, gnupg-2.1.20, enigmail-1.9.8.3 for PGP encryption/decryption over emails. as Resolved.
Jul 10 2024, 1:40 PM · Enigmail, Bug Report
aheinecke closed T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them as Resolved.
Jul 10 2024, 1:26 PM · pinentry, Bug Report
gniibe changed the status of T7195: gpgme regression (t-json) with GnuPG 2.5.0 from Open to Testing.

Fixed in: rG1e6b96577f68: gpg: Fix agent_probe_any_secret_key.

Jul 10 2024, 8:17 AM · gnupg, Bug Report
gniibe claimed T7195: gpgme regression (t-json) with GnuPG 2.5.0.
Jul 10 2024, 8:12 AM · gnupg, Bug Report
gniibe created T7195: gpgme regression (t-json) with GnuPG 2.5.0.
Jul 10 2024, 8:12 AM · gnupg, Bug Report

Jul 9 2024

TobiasFella added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

https://invent.kde.org/pim/kleopatra/-/merge_requests/242

  • Don't show the tab if the certificate list was empty before the import
  • Show tab when any keys were considered, not only when any keys were imported
Jul 9 2024, 1:32 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
Sven1403 added a comment to T6659: gpg4win seems not to consider the installation control file anymore.

are there any news about the problem with the control file?

Jul 9 2024, 10:39 AM · gpg4win, Bug Report
debohman added a comment to T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ').

Verified.

Jul 9 2024, 4:22 AM · gnupg, Bug Report
gniibe changed the status of T7193: gnupg-2.5.0: Does not build due to missing declaration of read and write from Open to Testing.

Thank you for your report.

Jul 9 2024, 3:52 AM · MacOS, gnupg, Bug Report
gniibe changed the status of T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ') from Open to Testing.

Push the change: rG953dd67368ce: Use gpgrt_process_spawn API from libgpg-error.
Please test.

Jul 9 2024, 3:15 AM · gnupg, Bug Report
gniibe renamed T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ') from gnupg-2.5.0: Does not build due to undeclared identifier 'environ' to gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ').
Jul 9 2024, 3:14 AM · gnupg, Bug Report
gniibe claimed T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ').

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.)

Jul 9 2024, 3:13 AM · gnupg, Bug Report
debohman added a comment to T7193: gnupg-2.5.0: Does not build due to missing declaration of read and write.
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>
Jul 9 2024, 2:56 AM · MacOS, gnupg, Bug Report
debohman added a comment to T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ').
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 9 2024, 2:54 AM · gnupg, Bug Report
debohman created T7193: gnupg-2.5.0: Does not build due to missing declaration of read and write.
Jul 9 2024, 1:43 AM · MacOS, gnupg, Bug Report
debohman created T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ').
Jul 9 2024, 1:34 AM · gnupg, Bug Report

Jul 8 2024

ebo updated the task description for T6447: Kleopatra: "imported certificates" tab inconsistencies.
Jul 8 2024, 1:29 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
ebo added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

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.

Jul 8 2024, 12:10 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
ebo added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

ok, to make it clear how exactly to implement and test this, let me rephrase what my interpretation of your comment is:

Jul 8 2024, 9:01 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra

Jul 7 2024

jukivili added a project to T7184: Libgcrypt v1.11.0 make fails at cipher/blake2.c:834:6 (has no member named 'use_avx512'): libgcrypt.
Jul 7 2024, 1:23 PM · libgcrypt, Bug Report