Page MenuHome GnuPG
Feed Advanced Search

Jul 29 2024

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

Jul 5 2024

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

Just a small addendum to what Andre wrote: Obviously, no tab should be shown if nothing was imported (i.e. numConsidered is 0).

Jul 5 2024, 5:41 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
ebo changed the status of T6447: Kleopatra: "imported certificates" tab inconsistencies from Testing to Open.
Jul 5 2024, 1:50 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
ebo added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

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.

Jul 5 2024, 1:37 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
aheinecke added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

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.

Jul 5 2024, 10:36 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
gniibe changed the status of T7186: Fix tpm2d key import after recent changes from Open to Testing.
Jul 5 2024, 7:22 AM · gnupg, Bug Report
gniibe claimed T7186: Fix tpm2d key import after recent changes.

Thank you for the patch.

Jul 5 2024, 7:22 AM · gnupg, Bug Report
gniibe claimed T7058: KDF-DO is not properly implemented.
Jul 5 2024, 2:40 AM · scd, gnupg, Bug Report

Jul 4 2024

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.

Using/setting a value of 2 would work for Kleopatra.

Jul 4 2024, 6:36 PM · Windows, gpgrt, Bug Report
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.

That is probably right for gpgme as used by kleopatra. However in gnupg we need to switch utf8 on and off.

Jul 4 2024, 5:29 PM · Windows, gpgrt, Bug Report
ebo added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

Tested with version 3.2.2.2405000+git~ (Gpg4win-4.3.2-beta25)

Jul 4 2024, 3:33 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
Jakuje created T7186: Fix tpm2d key import after recent changes.
Jul 4 2024, 2:05 PM · gnupg, Bug Report
ikloecker created T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads.
Jul 4 2024, 12:38 PM · Windows, gpgrt, Bug Report
gniibe changed the status of T7184: Libgcrypt v1.11.0 make fails at cipher/blake2.c:834:6 (has no member named 'use_avx512') from Open to Testing.
Jul 4 2024, 4:19 AM · libgcrypt, Bug Report
gniibe claimed T7184: Libgcrypt v1.11.0 make fails at cipher/blake2.c:834:6 (has no member named 'use_avx512').

Thank you for your report, good catch.
It's introduced by the commit: rC909daa700e4b: blake2: add AVX512 accelerated implementations
And the bug is there since then.

Jul 4 2024, 4:16 AM · libgcrypt, Bug Report
gniibe added a parent task for T7138: Windows (Semi-hosted environment): filename and network access: T6508: Port GnuPG to 64-bit Windows.
Jul 4 2024, 4:09 AM · gnupg, Bug Report

Jul 3 2024

ajh created T7184: Libgcrypt v1.11.0 make fails at cipher/blake2.c:834:6 (has no member named 'use_avx512').
Jul 3 2024, 4:47 PM · libgcrypt, Bug Report

Jul 2 2024

werner added a parent task for T7170: Building libgcrypt-1.11.0 produces a dylib with unresolved symbols at runtime: T7165: Release Libgcrypt 1.11.0.
Jul 2 2024, 3:58 PM · MacOS, libgcrypt, Bug Report
ikloecker moved T7154: Kleopatra: Dragging and dropping a certificate from the main view onto itself shouldn't trigger an import from Backlog to WiP on the vsd33 board.
Jul 2 2024, 2:55 PM · gpd5x, Bug Report, kleopatra

Jul 1 2024

werner lowered the priority of T6500: Keyserver access via http-proxy isn't attempted when using standard-resolver from High to Normal.
Jul 1 2024, 12:21 PM · gnupg, dns, Bug Report
werner moved T6806: Fix off by one day in the expiry date calculation from QA to 2.4.6 on the gnupg24 board.
Jul 1 2024, 12:18 PM · gnupg24 (2.4.6), Bug Report
gniibe changed the status of T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close from Open to Testing.
Jul 1 2024, 4:25 AM · gpgagent, scd, gnupg24, Bug Report
gniibe changed the status of T7160: scd: pipe server shutdown, a subtask of T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close, from Open to Testing.
Jul 1 2024, 4:25 AM · gpgagent, scd, gnupg24, Bug Report
gniibe changed the status of T7160: scd: pipe server shutdown from Open to Testing.

Fixed in rG01fa318be0f8: scd: Fix how scdaemon pipe server finishes.

Jul 1 2024, 4:25 AM · scd, gpgagent, Bug Report

Jun 28 2024

werner closed T7178: make check fails for GnuPG with libassuan 3.0.1 as Resolved.

Yes, the SO number changed. Before that you had run the test with an old version of the library or maybe the current one depending on your system. However, a changed SO number means that you have can have two versions of the library installed and they don't alias them with symlinks. We rarely update SO numbers but int he libassuan case we did it because technically we had a minor ABI change but GnuPG and Cie. are not affected; we did it anyway to be correct.

Jun 28 2024, 6:04 PM · libassuan, Bug Report

Jun 27 2024

dschulman-repay added a comment to T7178: make check fails for GnuPG with libassuan 3.0.1.

Strange - running sudo ldconfig prior to make check did indeed allow the tests to pass and the gnupg executable to build. I don't recall needing to do that until now; has something changed?

Jun 27 2024, 9:25 PM · libassuan, Bug Report
werner updated the task description for T7178: make check fails for GnuPG with libassuan 3.0.1.
Jun 27 2024, 5:34 PM · libassuan, Bug Report
werner added a comment to T7178: make check fails for GnuPG with libassuan 3.0.1.

What you should is to to run

Jun 27 2024, 5:34 PM · libassuan, Bug Report
gniibe added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

Asking a change of gpgme would need more time... So, I decided to change gpg-agent side.
gpg-agent part was done in: rGb3f1f2cd192b: agent: Handle SCD DEVINFO --watch command in a special way.

Jun 27 2024, 8:38 AM · gpgagent, scd, gnupg24, Bug Report
dschulman-repay added a comment to T7178: make check fails for GnuPG with libassuan 3.0.1.

I don't know what the "speedo build method" is, so no. I've built this software many times before with the usual routine:

Jun 27 2024, 1:02 AM · libassuan, Bug Report

Jun 26 2024

werner added a comment to T7178: make check fails for GnuPG with libassuan 3.0.1.

Did you used the speedo build method? Did you install libassuan first?

Jun 26 2024, 9:46 AM · libassuan, Bug Report

Jun 25 2024

dschulman-repay created T7178: make check fails for GnuPG with libassuan 3.0.1.
Jun 25 2024, 9:26 PM · libassuan, Bug Report
gniibe added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

scdaemon part was done in: rG36d8cffc6cd2: scd: Finish DEVINFO --watch command on input close.

Jun 25 2024, 10:56 AM · gpgagent, scd, gnupg24, Bug Report
TobiasFella claimed T7154: Kleopatra: Dragging and dropping a certificate from the main view onto itself shouldn't trigger an import.
Jun 25 2024, 10:44 AM · gpd5x, Bug Report, kleopatra
TobiasFella claimed T7158: Kleopatra: Crash when doing a lookup on server.
Jun 25 2024, 10:44 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
werner closed T7177: libassuan-3.0.1: Errant declaration of putc_unlocked in src/assuan-defs.h causes a Darwin build to fail as Resolved.
Jun 25 2024, 9:05 AM · MacOS, gpgrt, Bug Report