Page MenuHome GnuPG
Feed All Stories

Oct 27 2022

ikloecker added a comment to T6260: gpgconf: Analyze timing on Windows.

Would running the different --list-options in parallel make sense? Or would the block each other?

Oct 27 2022, 11:42 AM · gnupg, kleopatra, Restricted Project
aheinecke triaged T6261: Kleopatra / QGPGME: Use --no-auto-check-trustdb for initial keylisting as Normal priority.
Oct 27 2022, 10:58 AM · gpgme, kleopatra, Restricted Project
aheinecke triaged T6260: gpgconf: Analyze timing on Windows as Normal priority.
Oct 27 2022, 10:54 AM · gnupg, kleopatra, Restricted Project
aheinecke lowered the priority of T6259: Kleopatra: Improve startup performance from High to Normal.
Oct 27 2022, 10:41 AM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke added a comment to T4066: Kleopatra, performance: Use icons as a resource.

The issue with rWe06c325a9a29 was that it linked in all breeze icons and nowadays would also link in all breeze-dark icons. Which increased the size of Kleopatra so much that there was no performance gain and the fallbacks were still checked. This might require a fix in Qt / Kiconloader not to use fallbacks and also to only resource up the subset of icons which we actually use and package.

Oct 27 2022, 10:40 AM · vsd32 (vsd-3.2.0), gpg4win, kleopatra
aheinecke added a parent task for T4066: Kleopatra, performance: Use icons as a resource: T6259: Kleopatra: Improve startup performance .
Oct 27 2022, 10:38 AM · vsd32 (vsd-3.2.0), gpg4win, kleopatra
aheinecke added a subtask for T6259: Kleopatra: Improve startup performance : T4066: Kleopatra, performance: Use icons as a resource.
Oct 27 2022, 10:38 AM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke triaged T6259: Kleopatra: Improve startup performance as High priority.
Oct 27 2022, 10:38 AM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke closed T4081: GPGME performance: Allow single component gpg-conf loads as Resolved.

In QGPGME which is used by GpgOL and Kleopatra we have solved this by loading the configuration only once and then reusing it. I see no need to change something in gpgconf here.

Oct 27 2022, 10:26 AM · gpg4win, gpgme
gniibe added a comment to T6249: gpgrt: spawn functions.

@werner - having another argument might be useful. Indeed, pthread_atfork has three callback functions as its arguments (prepare, parent, and child).

Oct 27 2022, 10:12 AM · gnupg, libassuan, gpgrt
gniibe awarded T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) a Yellow Medal token.
Oct 27 2022, 9:31 AM · libgcrypt, Feature Request
werner awarded T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) a Cup of Joe token.
Oct 27 2022, 8:46 AM · libgcrypt, Feature Request
werner added a comment to T6249: gpgrt: spawn functions.

I general I agree.

Oct 27 2022, 8:44 AM · gnupg, libassuan, gpgrt
werner triaged T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent as Normal priority.
Oct 27 2022, 8:27 AM · gnupg, Documentation, ssh
werner triaged T6255: --list-keys output truncated and loops repeatedly as Low priority.

There is a utility named kbxutil which can be sued to dump the pubring.kbx file without any post-processing by gpg. I would check whether there are any other keys after the VideoLAN key. iirc, kbxutil ist not commonly installed; you may need to build the software yourself or copy the pubring.kbx to Linux and check it here.

Oct 27 2022, 8:26 AM · gnupg24, Windows, gnupg (gpg23), can't replicate, Bug Report
gniibe added a comment to T6249: gpgrt: spawn functions.

To have clear semantics, I propose a change to gpgrt_spawn_process_fd (calling SPAWN_CB, instead of AFTER_FORK_CB, and give it return value), and exporting gpgrt_close_all_fds to users.

Oct 27 2022, 7:55 AM · gnupg, libassuan, gpgrt
jukivili closed T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) as Resolved.
Oct 27 2022, 5:07 AM · libgcrypt, Feature Request
gniibe added a comment to T6249: gpgrt: spawn functions.

By the commit rE43c1e85fe29a: spawn: Expose spawn functions., spawn functions are exposed now. The API is compatible to the one of internal functions in GnuPG master (2.3).
Semantics is not well-defined portably for:

  • gpgrt_spawn_process: EXCEPT only makes sense in POSIX. User could expect that the API does closing all fds except fds specified by EXCEPT in POSIX.
  • gpgrt_spawn_process_fd: AFTER_FORK_CB only makes sense in POSIX. User could specify the callback so that it can control sigmask, envvar, open/close/dup-ing file descriptors, making sure releasing some resources beforehand, etc.
Oct 27 2022, 4:11 AM · gnupg, libassuan, gpgrt
l10n daemon script <scripty@kde.org> committed rKLEOPATRA98a6953c63ff: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 27 2022, 4:08 AM
gniibe committed rEd3baa17065cb: Fix the comment for _gpgrt_spawn_process_fd, it's a variant. (authored by gniibe).
Fix the comment for _gpgrt_spawn_process_fd, it's a variant.
Oct 27 2022, 4:04 AM
gniibe committed rE43c1e85fe29a: spawn: Expose spawn functions. (authored by gniibe).
spawn: Expose spawn functions.
Oct 27 2022, 4:04 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA02ff92889be8: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Oct 27 2022, 3:50 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5fc3fe8e9c62: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Oct 27 2022, 2:47 AM

Oct 26 2022

jukivili committed rCeab1caae7bd5: sha3-avx512: fix for "x32" target (authored by jukivili).
sha3-avx512: fix for "x32" target
Oct 26 2022, 9:05 PM
jukivili committed rCd078a928f5c6: twofish: accelerate XTS and ECB modes (authored by jukivili).
twofish: accelerate XTS and ECB modes
Oct 26 2022, 9:05 PM
jukivili committed rCb50b7ea5caba: serpent: fix compiler warning on 32-bit ARM (authored by jukivili).
serpent: fix compiler warning on 32-bit ARM
Oct 26 2022, 9:05 PM
jukivili committed rC8a1fe5f78f9f: serpent: accelerate XTS and ECB modes (authored by jukivili).
serpent: accelerate XTS and ECB modes
Oct 26 2022, 9:05 PM
jukivili committed rC14f39993d632: sm4: accelerate ECB (for benchmarking) (authored by jukivili).
sm4: accelerate ECB (for benchmarking)
Oct 26 2022, 9:05 PM
jukivili committed rC6475d0915ffe: camellia: accelerate ECB (for benchmarking) (authored by jukivili).
camellia: accelerate ECB (for benchmarking)
Oct 26 2022, 9:05 PM
jukivili committed rCa43e03ef842b: sm4: fix lookup-table prefetching (authored by jukivili).
sm4: fix lookup-table prefetching
Oct 26 2022, 9:05 PM
jukivili committed rC7c1aa4c9452a: rijndael-vaes: align asm functions (authored by jukivili).
rijndael-vaes: align asm functions
Oct 26 2022, 9:05 PM
jukivili committed rC84f3d41acb23: rijndael: add ECB acceleration (for benchmarking purposes) (authored by jukivili).
rijndael: add ECB acceleration (for benchmarking purposes)
Oct 26 2022, 9:05 PM
jukivili committed rCbf5ec001dfcb: mpi/longlong: update powerpc macros from GCC (authored by jukivili).
mpi/longlong: update powerpc macros from GCC
Oct 26 2022, 9:05 PM
jukivili committed rC4b1cb76e3587: hwf-x86: enable VPGATHER usage for AMD CPUs with AVX512 (authored by jukivili).
hwf-x86: enable VPGATHER usage for AMD CPUs with AVX512
Oct 26 2022, 9:05 PM
jukivili committed rCc0f85e0c8657: sha512-avx512: enable only on Intel CPUs for now (authored by jukivili).
sha512-avx512: enable only on Intel CPUs for now
Oct 26 2022, 9:05 PM
werner committed rM1c9694f8d50b: core: New global flags "inst-type". (authored by werner).
core: New global flags "inst-type".
Oct 26 2022, 12:12 PM
aheinecke committed rKLEOPATRA37815c17b226: Clarify error message for invalid compliance (authored by aheinecke).
Clarify error message for invalid compliance
Oct 26 2022, 11:41 AM
gniibe changed the status of T6002: scute w/ gpg23: Support multiple cards/tokens, major update with KEYGRIP from Open to Testing.
Oct 26 2022, 9:24 AM · Feature Request, scute
gniibe changed the status of T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent from Open to Testing.
Oct 26 2022, 9:24 AM · Not A Bug, workaround, gnupg24, Windows, ssh
gniibe committed rCb095ea755973: hmac,hkdf: Check the HMAC key length in FIPS mode. (authored by Jakuje).
hmac,hkdf: Check the HMAC key length in FIPS mode.
Oct 26 2022, 8:45 AM
gniibe added a reverting change for rC857e6f467d0f: kdf:pkdf2: Require longer input when FIPS mode.: rC47db7fe3a0c3: Revert "kdf:pkdf2: Require longer input when FIPS mode.".
Oct 26 2022, 8:45 AM
gniibe committed rC47db7fe3a0c3: Revert "kdf:pkdf2: Require longer input when FIPS mode." (authored by Jakuje).
Revert "kdf:pkdf2: Require longer input when FIPS mode."
Oct 26 2022, 8:45 AM
ametzler1 added a comment to T6204: gpgme:python Fix setup.py, using pkg-config (not deprecated gpg-error-config and gpgme-config).

@gniibe - Thanks for the quick response. It now works for me.
cu Andreas

Oct 26 2022, 7:22 AM · Python, gpgme
gniibe added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

@aheinecke Please show me how you configure your libassuan-master (and the output which detects host's gpg-error-config erroneously).

Oct 26 2022, 5:11 AM · Windows, gpgol, Feature Request
gniibe added a comment to T6204: gpgme:python Fix setup.py, using pkg-config (not deprecated gpg-error-config and gpgme-config).

@ametzler1 Thank you. That was because of my bad fix.
Fixed in rMf1802682c3c8: python: Fix configure generating setup.py.

Oct 26 2022, 4:44 AM · Python, gpgme
l10n daemon script <scripty@kde.org> committed rKLEOPATRA904a0a28ac7c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 26 2022, 4:11 AM
gniibe committed rMf1802682c3c8: python: Fix configure generating setup.py. (authored by gniibe).
python: Fix configure generating setup.py.
Oct 26 2022, 4:06 AM

Oct 25 2022

ametzler1 added a comment to T6204: gpgme:python Fix setup.py, using pkg-config (not deprecated gpg-error-config and gpgme-config).

the pushed fix breaks when libgpg-error does not require special CFLAGS, i.e. when @GPG_ERROR_CFLAGS@ expands to an empty string:

Oct 25 2022, 6:19 PM · Python, gpgme
aheinecke committed rXe6ca65ef0d2f: w64: Support static linkage with lib64 libdir (authored by aheinecke).
w64: Support static linkage with lib64 libdir
Oct 25 2022, 3:48 PM
aheinecke added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

I have pushed the patch, but still it did not work for me properly over everything and I had to add --enable-install-gpg-error-config to libgpg-error. This was because of at least the 64 bit build of libassuan-master it picked up gpg-error-config from my host system. I then tried to add --with-gpg-error-prefix to the assuan call but that failed because it only looked for gpg-error-config in this prefix and not for any gpgrt-config and failed immediately with a command not found error.

Oct 25 2022, 3:48 PM · Windows, gpgol, Feature Request
aheinecke committed rOb63b3af6cfd0: build: Fix for new gpgrt-config and *.pc. (authored by gniibe).
build: Fix for new gpgrt-config and *.pc.
Oct 25 2022, 3:41 PM
aheinecke committed rO74e04a416f2a: w64: Support static linkage with lib64 libdir (authored by aheinecke).
w64: Support static linkage with lib64 libdir
Oct 25 2022, 3:41 PM
werner committed rO6a92c8b0f356: Post release updates (authored by werner).
Post release updates
Oct 25 2022, 2:59 PM
werner committed rO9f54866ab768: Release 2.5.5 (authored by werner).
Release 2.5.5
Oct 25 2022, 2:59 PM
werner committed rG9c4691c73e9e: card: New commands "gpg" and "gpgsm". (authored by werner).
card: New commands "gpg" and "gpgsm".
Oct 25 2022, 2:13 PM
aheinecke committed rA62547ec24971: w32: Fix make dist (authored by aheinecke).
w32: Fix make dist
Oct 25 2022, 1:15 PM
cklassen committed rWf76697f7b37e: added "English" screenshots (authored by cklassen).
added "English" screenshots
Oct 25 2022, 1:14 PM
Harrypotter06 added a comment to T6192: GpgOL: deactivation of S/MIME does not affect previously sent mails.

Here is the Log-File.
No, this mails in private-folder and not shared.
We have reproduced this issue on some W10 and W11 Systems with last build from Outlook

Oct 25 2022, 1:04 PM · Too Old, Restricted Project, gpgol
aheinecke added a comment to T6192: GpgOL: deactivation of S/MIME does not affect previously sent mails.

In that case could you please attach a basic log from selecting an S/MIME Mail with S/MIME disabled? Activatable under GpgOL options / logging

Oct 25 2022, 12:43 PM · Too Old, Restricted Project, gpgol
Harrypotter06 added a comment to T6192: GpgOL: deactivation of S/MIME does not affect previously sent mails.

no, SMIME was not activated, the error still appeared and only when the GPG plugin was completely deactivated could Outlook read SMIME properly

Oct 25 2022, 12:29 PM · Too Old, Restricted Project, gpgol
werner committed rG8361e13ef212: scd:nks: Support non-ESIGN signing with the Signature Card v2 (authored by werner).
scd:nks: Support non-ESIGN signing with the Signature Card v2
Oct 25 2022, 12:03 PM
werner committed rG50efcf2eb0d1: gpgsm: Use macro constants for cert_usage_p. (authored by werner).
gpgsm: Use macro constants for cert_usage_p.
Oct 25 2022, 12:03 PM
werner committed rGf3198f9d705a: card: Also show fingerprints of known X.509 certificates (authored by werner).
card: Also show fingerprints of known X.509 certificates
Oct 25 2022, 12:03 PM
werner committed rG6bd0dd762c0d: gpgsm: Allow ECC encryption keys with just keyAgreement specified. (authored by werner).
gpgsm: Allow ECC encryption keys with just keyAgreement specified.
Oct 25 2022, 12:03 PM
aheinecke triaged T6243: SMIME on Outlook not working, if GPG-Plugin installed as Low priority.

I think there is a mixup here. I believe that you are experiencing https://dev.gnupg.org/T6192 (From 2019) which is a fairly recent regression and was discovered by our internal QA in September. As we did not get reports about this we only gave it low priority.

Oct 25 2022, 11:07 AM · gpgol, Bug Report
Harrypotter06 added a comment to T6243: SMIME on Outlook not working, if GPG-Plugin installed.

The first report? In history, i know, on older versions, this issue was also exist and reportet.

Oct 25 2022, 10:58 AM · gpgol, Bug Report
werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

@gniibe: Thanks for looking into it.

Oct 25 2022, 10:23 AM · gnupg, Documentation, ssh
aheinecke added a comment to P17 (An Untitled Masterwork).
Test result: --libs
====================: pkg-config gpg-error
-L/home/aheinecke/dev/main/lib64 -lgpg-error
====================: gpgrt-config
-L/var/example-target/home/aheinecke/dev/main/lib64 -lgpg-error
====================
Test result: --cflags
====================: pkg-config gpg-error
-I/home/aheinecke/dev/main/include
====================: gpgrt-config
-I/var/example-target/home/aheinecke/dev/main/include
====================
Test result: --cflags --libs
====================: pkg-config gpg-error
-I/home/aheinecke/dev/main/include -L/home/aheinecke/dev/main/lib64 -lgpg-error
====================: gpgrt-config
-I/var/example-target/home/aheinecke/dev/main/include -L/var/example-target/home/aheinecke/dev/main/lib64 -lgpg-error
====================
Test result: --version
====================: pkg-config gpg-error
1.8.0
====================: gpgrt-config
1.47-beta4
====================
Oct 25 2022, 9:59 AM
aheinecke created P17 (An Untitled Masterwork).
Oct 25 2022, 9:55 AM
gniibe added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

I tested on the machine with:

Oct 25 2022, 8:26 AM · gnupg, Documentation, ssh
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8dba3c290ad4: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Oct 25 2022, 4:38 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO93df7af976b3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 25 2022, 4:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA139864dd554d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 25 2022, 4:09 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAa03d887a68fd: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Oct 25 2022, 2:49 AM

Oct 24 2022

werner placed T6258: IMAP-Fix not integrated in 3.1.25-Codebase and GnuPG VS Desktop 3.1.25 up for grabs.
Oct 24 2022, 8:08 PM · Restricted Project
werner closed T6258: IMAP-Fix not integrated in 3.1.25-Codebase and GnuPG VS Desktop 3.1.25 as Resolved.

This will go into the next release.

Oct 24 2022, 8:08 PM · Restricted Project
vitusb updated the task description for T6258: IMAP-Fix not integrated in 3.1.25-Codebase and GnuPG VS Desktop 3.1.25 .
Oct 24 2022, 6:24 PM · Restricted Project
aheinecke committed rW7bf4a55db918: Fix version used in vsd source tarball (authored by aheinecke).
Fix version used in vsd source tarball
Oct 24 2022, 4:07 PM
ikloecker committed rKLEOPATRA8d5404aea246: Keep the old code for raising the window on Windows (authored by ikloecker).
Keep the old code for raising the window on Windows
Oct 24 2022, 4:04 PM
vitusb added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

Follow-up in reference:
https://dev.gnupg.org/T6258

Oct 24 2022, 3:46 PM · Restricted Project, gpgol
vitusb created T6258: IMAP-Fix not integrated in 3.1.25-Codebase and GnuPG VS Desktop 3.1.25 .
Oct 24 2022, 3:42 PM · Restricted Project
ebo closed T6205: GnuPG: Unknown encryption keys should not result in non-compliant encryption on decryption as Resolved.

works as proposed by werner.

Oct 24 2022, 3:27 PM · gnupg (gpg22), Feature Request, Restricted Project
ikloecker committed rKLEOPATRA49a8a354bd00: Fix raising main window (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix raising main window
Oct 24 2022, 3:23 PM
ikloecker committed rKLEOPATRA47b723e36c3d: Allow selecting ECC with supported curves when generating new keys (authored by ikloecker).
Allow selecting ECC with supported curves when generating new keys
Oct 24 2022, 3:23 PM
ikloecker committed rKLEOPATRAed6163178efb: QGpgME 1.18.0 followed 1.17.1 (authored by ikloecker).
QGpgME 1.18.0 followed 1.17.1
Oct 24 2022, 3:23 PM
ikloecker committed rKLEOPATRA34afff7309d6: GIT_SILENT Make getter const (authored by ikloecker).
GIT_SILENT Make getter const
Oct 24 2022, 3:23 PM
ikloecker committed rKLEOPATRA1148dfc288ca: Exclude curve secp256k1 from the list of supported algorithms (authored by ikloecker).
Exclude curve secp256k1 from the list of supported algorithms
Oct 24 2022, 3:23 PM
vitusb added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

Please note that gpg4win 3.1 is not anymore maintained.

Oct 24 2022, 2:07 PM · Restricted Project, gpgol
werner committed rM830e017e5d5f: core: Protect against a theoretical integer overflow in parsetlv.c (authored by werner).
core: Protect against a theoretical integer overflow in parsetlv.c
Oct 24 2022, 1:53 PM
werner closed T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works) as Resolved.

Please note that gpg4win 3.1 is not anymore maintained. Gpg4win 4.0.4 is the currrent release and comes with the IMAP fix. We do not have a single GnuPG VS-Desktop customer using IMAP and thus having the fix only in the next VSD version seems to be okay.

Oct 24 2022, 1:22 PM · Restricted Project, gpgol
vitusb added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

"Fix IMAP access to encrypted mails" - patch still not applied in codebase 3.1.25 ...

Oct 24 2022, 12:39 PM · Restricted Project, gpgol
ikloecker committed rMd9ac13859502: cpp: Allow setting the curve to use when generating ECC keys (authored by ikloecker).
cpp: Allow setting the curve to use when generating ECC keys
Oct 24 2022, 12:28 PM
werner triaged T6235: Problem editing Expiration Time as Normal priority.
Oct 24 2022, 7:19 AM · gnupg24, Feature Request
werner triaged T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) as Low priority.

Go ahead if you want to do that.

Oct 24 2022, 7:19 AM · libgcrypt, Feature Request
werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

Surely not. We just take the key from those certificates. Note that ssh-add merely imports a key permanently into gpg-agent's key store.

Oct 24 2022, 7:18 AM · gnupg, Documentation, ssh
werner closed T6256: Version > 4.0.0 DLL not found as Resolved.
Oct 24 2022, 7:16 AM · gpg4win, Support
gniibe committed rP0eb585050fb1: build: Update gpg-error.m4. (authored by gniibe).
build: Update gpg-error.m4.
Oct 24 2022, 7:09 AM
debohman added a comment to T6257: Without gpg-error-config installed (libgpg-error-1.46) libgcrypt-1.10.1 does not configure.

Thank you. I am glad that it is already resolved.

Oct 24 2022, 6:40 AM · MacOS, libgcrypt, gpgrt
gniibe triaged T6257: Without gpg-error-config installed (libgpg-error-1.46) libgcrypt-1.10.1 does not configure as Normal priority.
Oct 24 2022, 6:37 AM · MacOS, libgcrypt, gpgrt
gniibe added a comment to T6257: Without gpg-error-config installed (libgpg-error-1.46) libgcrypt-1.10.1 does not configure.

Will this be in the next release of libgcrypt?

Oct 24 2022, 6:17 AM · MacOS, libgcrypt, gpgrt