Page MenuHome GnuPG
Feed Advanced Search

May 8 2020

aheinecke added a parent task for T4802: Yubikey not recognized: T4875: Kleopatra: Improve support for S/MIME Smartcards and add additional card support.
May 8 2020, 11:43 AM · Bug Report, gpg4win
aheinecke triaged T4934: Returning automatic variable buffer from a function as Normal priority.

I'm giving this an initial priority of "Normal" so that it's out of the triage list.

May 8 2020, 11:43 AM · dirmngr, Restricted Project, Bug Report
aheinecke closed T4937: No pop-up when looked for server as Invalid.

Hi,
sorry we cannot help you with that. The keyservers might have unreliable results. It would only be a bug in Kleopatra if GnuPG on the Command line would find a key and kleopatra wont. Does it find other keys?
So you can try on the command line with "gpg --search foo@bar.baz" this would also show you on which server the keys are searched.

May 8 2020, 11:17 AM · Bug Report, gpg4win
aheinecke triaged T4719: Outlook plugin GpgOL causes Outlook not to include message body into reply email as Low priority.

Thanks for the report I tried to reproduce this but cannot reproduce the mentioned behavior. So for now Low priority until we have found a way to reproduce it. I have tried unencrypted and encrypted mails and it works as expected.

May 8 2020, 11:09 AM · Bug Report
aheinecke changed the status of T4820: gpgme's json test fails with gpg 2.2.19 from Open to Testing.

I have opened T4939 to add the keylist mode with keygrip.

May 8 2020, 10:40 AM · gpgme (gpgme 1.23.x), Bug Report
aheinecke added a comment to T4820: gpgme's json test fails with gpg 2.2.19.

To end the failures I have modified the test, that needed to be done anyway since different versions of GnuPG behave differently.

May 8 2020, 10:37 AM · gpgme (gpgme 1.23.x), Bug Report

May 5 2020

kuraga added a comment to T4933: Incorrect expiration time of created subkey.

2022-01-01 00:00:00 aka 2021-12-31 24:00:00

May 5 2020, 12:39 PM · gnupg (gpg22), Bug Report

May 4 2020

werner added a comment to T4933: Incorrect expiration time of created subkey.

Moscow time is 3 hours ahead of UTC, so we are talking about midnight 2022-01-01 00:00:00 aka 2021-12-31 24:00:00 . This is way we say we are 1 minute off. But I now see the problem, AWK's strftime needs another arg to to print in UTC. I am not so used strftime because I always use a my tool epoch2iso to convert Epoch times.

gpg -k --with-colons <anotherkeyid> | awk -F: '$1=="pub" { print strftime("%F %T", $7, 1) }'
May 4 2020, 10:27 PM · gnupg (gpg22), Bug Report
kuraga added a comment to T4933: Incorrect expiration time of created subkey.

So we are a minute off.

May 4 2020, 8:43 PM · gnupg (gpg22), Bug Report
inworldneedx created T4937: No pop-up when looked for server.
May 4 2020, 8:42 PM · Bug Report, gpg4win
werner triaged T4933: Incorrect expiration time of created subkey as Low priority.

So we are a minute off. The expiration timestamp is not stored in the key, instead the difference to the creation timestamp is give. This makes it a bit challenging to get it always right. Did you tried

May 4 2020, 7:32 PM · gnupg (gpg22), Bug Report
werner claimed T4936: Fixes for multiple issues found in Coverity scan of gnupg-2.2.20.

Thanks

May 4 2020, 7:17 PM · gnupg, Bug Report
t8m added a comment to T4936: Fixes for multiple issues found in Coverity scan of gnupg-2.2.20.

Oops, I am sorry for the confusion. This patch is the correct one. The patch originally attached contains also revert of the commit I've reported in the other bug report today.

May 4 2020, 6:18 PM · gnupg, Bug Report
t8m created T4936: Fixes for multiple issues found in Coverity scan of gnupg-2.2.20.
May 4 2020, 6:16 PM · gnupg, Bug Report
werner assigned T4934: Returning automatic variable buffer from a function to gniibe.

@gniibe, will you be so kind and look into this?

May 4 2020, 3:06 PM · dirmngr, Restricted Project, Bug Report
t8m created T4934: Returning automatic variable buffer from a function .
May 4 2020, 11:36 AM · dirmngr, Restricted Project, Bug Report
kuraga added a comment to T4933: Incorrect expiration time of created subkey.
gpg -k --with-colons KEYID | awk -F: '$1=="pub" {print srtrftime ("%F %T", $7)}'

and that in ISO 8601 format

May 4 2020, 11:36 AM · gnupg (gpg22), Bug Report
werner added a comment to T4933: Incorrect expiration time of created subkey.
gpg -k --with-colons KEYID | awk -F: '$1=="pub" {print $7}'
May 4 2020, 11:25 AM · gnupg (gpg22), Bug Report
werner added a comment to T4933: Incorrect expiration time of created subkey.

Right, we do have this option only in master (devel version).

May 4 2020, 11:13 AM · gnupg (gpg22), Bug Report
kuraga added a comment to T4933: Incorrect expiration time of created subkey.

I can't find such option.

May 4 2020, 10:10 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T4933: Incorrect expiration time of created subkey.

How does it show when you specify --full-time-strings (in UTC by ISO time format)?
I wonder if it is valid as data, but there is a problem of showing key(s).

May 4 2020, 4:16 AM · gnupg (gpg22), Bug Report

May 3 2020

kuraga created T4933: Incorrect expiration time of created subkey.
May 3 2020, 1:39 PM · gnupg (gpg22), Bug Report

Apr 30 2020

t8m added a comment to T4820: gpgme's json test fails with gpg 2.2.19.

Any progress on this one?

Apr 30 2020, 2:25 PM · gpgme (gpgme 1.23.x), Bug Report
ludwig added a comment to T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.

I debugged some more.

Apr 30 2020, 12:57 PM · pinentry, Bug Report

Apr 29 2020

ludwig added a comment to T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.

It is the pinentry-curses, which is needed to reproduce the problem.
Using tab and Return to navigate the dialog.
After pressing ok, the password question dialog reappears. I tried 20 times to press ok, every time the password question dialog reappeared.
If I press cancel, the process aborts. So I'm sure, I hit the right button.

Apr 29 2020, 11:34 AM · pinentry, Bug Report

Apr 27 2020

ludwig added a comment to T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.

And yes: If I install pinentry-gtk2 and follow the steps, it works as excepted.

Apr 27 2020, 3:18 PM · pinentry, Bug Report
ludwig added a comment to T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.

Perhaps I explain the steps, I'm doing.
I'm on a minimal debian buster instance.

  1. gpg2 --full-gen-key
  2. Insert stuff.
  3. See Dialog:

Real name: Test1 Tester
Email address: test1@example.com
Comment: no pw
You selected this USER-ID:

"Test1 Tester (no pw) <test1@example.com>"
Apr 27 2020, 3:07 PM · pinentry, Bug Report

Apr 26 2020

Knochenhangen added a comment to T4927: pinentry doesn't compile: declaration of ttytype conflicts with curses.h.

Ok. Renamed ist "ttytype_l" (l for local) and found the button to upload a file.
Hope it helps.

Apr 26 2020, 9:31 PM · pinentry, Bug Report
werner added a comment to T4927: pinentry doesn't compile: declaration of ttytype conflicts with curses.h.

Using a double underscore in a symbol should be avoided because such symbols are reserved for system use.
(To include a diff inline, please intend it by two spaces so that it is not not considered as marked up text.)

Apr 26 2020, 11:42 AM · pinentry, Bug Report

Apr 25 2020

Knochenhangen created T4927: pinentry doesn't compile: declaration of ttytype conflicts with curses.h.
Apr 25 2020, 4:37 PM · pinentry, Bug Report

Apr 23 2020

dtak added a comment to T4925: FAIL: armencryptp.test.

Thanks. I tried to install the latest released version, 1.4.23, but I got the same error.

Apr 23 2020, 8:28 PM · Info Needed, gnupg (gpg14), Bug Report
werner edited projects for T4925: FAIL: armencryptp.test, added: gnupg (gpg14); removed gnupg (gpg20).

That is a very old version (2015); please retry using the latest released version 1.4.23 (from 2018).

Apr 23 2020, 6:43 PM · Info Needed, gnupg (gpg14), Bug Report
dtak created T4925: FAIL: armencryptp.test.
Apr 23 2020, 4:33 PM · Info Needed, gnupg (gpg14), Bug Report
werner added a comment to T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.

I just tried and Pinentry ask me whether I really want to use an unprotected key. Take care that you hit the right button.

Apr 23 2020, 2:52 PM · pinentry, Bug Report

Apr 22 2020

ludwig created T4924: pinentry: pinentry-curses doesn't allow to set no password or weak passwords on 80 char width and smaller terminals.
Apr 22 2020, 2:56 PM · pinentry, Bug Report
asv created T4923: Compile Kleopatra with DEP/ASLR support.
Apr 22 2020, 8:36 AM · gpg4win, kleopatra, Feature Request

Apr 21 2020

dup updated the task description for T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 .
Apr 21 2020, 7:54 PM · patch, Not A Bug, gpgme, Documentation
dup updated the task description for T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 .
Apr 21 2020, 7:53 PM · patch, Not A Bug, gpgme, Documentation
dup claimed T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 .
Apr 21 2020, 6:29 PM · patch, Not A Bug, gpgme, Documentation
dup added a project to T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 : gpgme.
Apr 21 2020, 6:26 PM · patch, Not A Bug, gpgme, Documentation
dup created T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 .
Apr 21 2020, 6:13 PM · patch, Not A Bug, gpgme, Documentation

Apr 19 2020

andrey_l added a comment to T4819: Kleopatra / Win 10 - Sign and Encrypt window doesn't show up.

The issue has been fixed in Kleopatra: https://commits.kde.org/kleopatra/15ce46717636cecd1c1b8949d12b0ab6c3fed69a

Apr 19 2020, 7:41 PM · Bug Report, gpg4win

Apr 17 2020

werner added a project to T4919: GpgOL doesn't recognize encrypted mails when opened via external programs: gpgol.
Apr 17 2020, 4:38 PM · gpgol, Bug Report
florian2833z changed External Link from https://www.mailstore.com/de/ to https://www.mailstore.com/ on T4919: GpgOL doesn't recognize encrypted mails when opened via external programs.
Apr 17 2020, 2:38 PM · gpgol, Bug Report
florian2833z created T4919: GpgOL doesn't recognize encrypted mails when opened via external programs.
Apr 17 2020, 2:38 PM · gpgol, Bug Report
zugzwang created T4918: GnuPG cannot decrypt an ECDH-AES128 message encrypted to Alice's Key from draft-bre-openpgp-samples-00.
Apr 17 2020, 10:23 AM · OpenPGP

Apr 16 2020

werner closed T3786: Unexpectedly slow decryption for AEAD (and CFB) as Resolved.

I back ported @jukivili's changes back to 2.2 which gives a CFB decryption speedup of 25%. I also implemented AEAD _decryption_ in 2.2 to be prepared for mixed 2.2 and 2.3 version use. And AEAD is really fast compared to CFB. Willbe in 2.2.21.

Apr 16 2020, 9:46 AM · gnupg (gpg23), Bug Report

Apr 15 2020

gniibe added a comment to T4915: Cannot compile on macOS Mojave (utf8.c).

Thanks for testing. It's actually an error of generating _unicode_mapping.c, which utf8.c includes.

Apr 15 2020, 7:13 AM · Restricted Project, gnupg (gpg23), Bug Report

Apr 14 2020

werner assigned T4915: Cannot compile on macOS Mojave (utf8.c) to gniibe.

Thanks for reporting; the code is really new and not yet fully tested.

Apr 14 2020, 6:33 PM · Restricted Project, gnupg (gpg23), Bug Report
hypocryptic created T4915: Cannot compile on macOS Mojave (utf8.c).
Apr 14 2020, 4:39 PM · Restricted Project, gnupg (gpg23), Bug Report

Apr 13 2020

gniibe added a comment to T4669: Key expiration time sometimes improperly interpreted as a signed 32-bit value.

I can't find any places where it is interpreted as signed integer.

Apr 13 2020, 4:16 AM · Not A Bug, OpenPGP, gnupg

Apr 9 2020

Moonchild added a comment to T4249: No connection to Keyserver possible.

I'm honestly surprised this isn't being given any sort of priority.
gnupg for windows is simply broken. Even Kleopatra, its supplied and designated key management application doesn't work re: keyserver communication.

Apr 9 2020, 11:16 PM · gnupg, dirmngr, Bug Report, gpg4win
werner added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

There are no betas; either you apply the patch mentioned above ( rG2f08a4f25df7) to a stock 2.2.20 or you build from the Git repo (STABLE-BRANCH-2-2, see https://gnupg.org/download/git.html).

Apr 9 2020, 6:44 PM · Restricted Project, gnupg (gpg22), Bug Report
aisha added a comment to T4886: gpg-wks-server fails on openbsd, because sendmail is in /usr/sbin, not /usr/lib.

thanks a lot dkg and werner :)

Apr 9 2020, 6:14 PM · wkd, gnupg (gpg22), Bug Report
Broccoli added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

Could you guide me to where I find the beta or snapshot, so I could test it and give you feedback? I seem to be unable to find it on my own.

Apr 9 2020, 12:25 PM · Restricted Project, gnupg (gpg22), Bug Report

Apr 8 2020

rillig added a comment to T4912: Miscellaneous feedback for gpg4win-compendium-de.pdf .

Noch was: Die Tipps für die Passphrase auf Seite 26 sind teilweise katastrophal. Der Tipp mit "jeden 3. Buchstaben" sollte entfallen. Die Überschrift heißt doch Passphrase, nicht Passwort. Eine Phrase kann gerne lang sein und auch vollständige Wörter enthalten, es müssen nur genug davon sein.

Apr 8 2020, 9:08 PM · Documentation, gpg4win
rillig created T4912: Miscellaneous feedback for gpg4win-compendium-de.pdf .
Apr 8 2020, 8:55 PM · Documentation, gpg4win
Broccoli added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

That's odd. :-)

Apr 8 2020, 4:20 PM · Restricted Project, gnupg (gpg22), Bug Report
werner added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

FWIW, the code was written by the author of the specs and he note in his original patch (rGe0972d3d96) :

Apr 8 2020, 4:07 PM · Restricted Project, gnupg (gpg22), Bug Report
gniibe changed the status of T4908: ECDH with AES-128 decryption failure when fully padded from Open to Testing.

Thanks for your report. The problem of GnuPG was that it mandated padding length < 16 bytes, which is wrong.

Apr 8 2020, 2:44 AM · Restricted Project, gnupg (gpg22), Bug Report
gniibe claimed T4908: ECDH with AES-128 decryption failure when fully padded.
Apr 8 2020, 2:20 AM · Restricted Project, gnupg (gpg22), Bug Report

Apr 7 2020

Geremia added a comment to T4909: gpg2: "decryption failed: No secret key" DBG: search.keyring.c.1109, parse.keyring.c.415.
  • Is it a PGP 2 key (OpenPGP version 3 key format)? Support for this has been removed from gnupg 2 for security reasons.

The key was generated with gpg (not gpg2).

  • Did you created or imported the key with gpg 1 after you installed GnuPG 2?

Yes.

In this cae, use gpg 1 to export the key and then import it again using gpg 2.

Importing the secret keys gives:

Apr 7 2020, 8:15 PM · FAQ
fangeles created T4911: gpgOl outlook 2013 bug, cant send email.
Apr 7 2020, 2:07 PM · Info Needed, gpgol, Bug Report, gpg4win
werner added a comment to T4909: gpg2: "decryption failed: No secret key" DBG: search.keyring.c.1109, parse.keyring.c.415.

Please explain what your problems is. Setting arbitrary debug flags is not helpful for your or us.

Apr 7 2020, 8:48 AM · FAQ
gniibe added a project to T4906: error: call to 'vec_vsx_ld' is ambiguous: Restricted Project.
Apr 7 2020, 2:57 AM · Restricted Project, libgcrypt, Bug Report

Apr 6 2020

Geremia updated the task description for T4909: gpg2: "decryption failed: No secret key" DBG: search.keyring.c.1109, parse.keyring.c.415.
Apr 6 2020, 9:25 PM · FAQ
Geremia updated the task description for T4909: gpg2: "decryption failed: No secret key" DBG: search.keyring.c.1109, parse.keyring.c.415.
Apr 6 2020, 8:59 PM · FAQ
Geremia created T4909: gpg2: "decryption failed: No secret key" DBG: search.keyring.c.1109, parse.keyring.c.415.
Apr 6 2020, 8:58 PM · FAQ
jukivili added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.
In T4906#133954, @JW wrote:

@jukivili,

I'd be interested in seeing the results of testing the patch. Can you provide a link to the results?

Apr 6 2020, 4:45 PM · Restricted Project, libgcrypt, Bug Report
Broccoli renamed T4908: ECDH with AES-128 decryption failure when fully padded from EdDSA with AES-128 decryption failure when fully padded to ECDH with AES-128 decryption failure when fully padded.
Apr 6 2020, 1:55 PM · Restricted Project, gnupg (gpg22), Bug Report
Broccoli added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

Of course, you are absolutely correct. I'll update the text accordingly. I thought EdDSA and EcDSA would be expressing differences between Cv25519 and NIST-256. I am not an expert. :-)

Apr 6 2020, 1:54 PM · Restricted Project, gnupg (gpg22), Bug Report
werner added a comment to T4908: ECDH with AES-128 decryption failure when fully padded.

EdDSA is sign only - how do you want to encrypt to such a key? Did you mean cv25519 and ECDH?

Apr 6 2020, 12:21 PM · Restricted Project, gnupg (gpg22), Bug Report
Broccoli updated the task description for T4908: ECDH with AES-128 decryption failure when fully padded.
Apr 6 2020, 10:39 AM · Restricted Project, gnupg (gpg22), Bug Report
Broccoli created T4908: ECDH with AES-128 decryption failure when fully padded.
Apr 6 2020, 10:37 AM · Restricted Project, gnupg (gpg22), Bug Report
JW added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

I'd be interested in seeing the results of testing the patch. Can you provide a link to the results?

Apr 6 2020, 10:21 AM · Restricted Project, libgcrypt, Bug Report
gniibe added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

@jukivili : Thank you. Please apply & push it.

Apr 6 2020, 4:28 AM · Restricted Project, libgcrypt, Bug Report

Apr 5 2020

andrey_l added a comment to T4819: Kleopatra / Win 10 - Sign and Encrypt window doesn't show up.

Today I wanted to check linked issue: main window of Kleopatra doesn't remember size.
I worked on it again full day and found really good solution which is already present in KDE libs.
This is new fix for dialogs mentioned in this ticket and for MainWindow:
https://phabricator.kde.org/D28580

Apr 5 2020, 1:05 AM · Bug Report, gpg4win

Apr 4 2020

kaliszad added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

@werner what size of each additionally allocated secure memory area would you recommend? Is this something, that is better to set or leave up to the gpg-agent to decide? Will this additional memory be freed when not needed anymore or will it stay allocated until the process dies? I guess, the documentation could be expanded to answer this.

Apr 4 2020, 8:26 PM · gnupg (gpg22), MacOS, Bug Report
jukivili added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

Attached patch should solve the issue for gcc 7.5 and clang 8.

Apr 4 2020, 1:30 PM · Restricted Project, libgcrypt, Bug Report

Apr 3 2020

andrey_l added a comment to T4819: Kleopatra / Win 10 - Sign and Encrypt window doesn't show up.

Patch with my fix: https://dev.gnupg.org/D498
(now I know how to submit it!)

Apr 3 2020, 5:03 PM · Bug Report, gpg4win
aheinecke added a comment to T4819: Kleopatra / Win 10 - Sign and Encrypt window doesn't show up.

Thanks for looking into this!

Apr 3 2020, 9:46 AM · Bug Report, gpg4win
JW added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

You can test with newer compiler.

Apr 3 2020, 5:45 AM · Restricted Project, libgcrypt, Bug Report
gniibe reopened T4906: error: call to 'vec_vsx_ld' is ambiguous as "Testing".

OK. I reopen this ticket to collect information.

Apr 3 2020, 5:25 AM · Restricted Project, libgcrypt, Bug Report
JW added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

It looks like the recipe to build the source file is missing the necessary arch options. I.e., -mcpu=power7 -mvsx ...

Apr 3 2020, 4:51 AM · Restricted Project, libgcrypt, Bug Report
JW added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

I can't reproduce the error (no problem for build). My (cross-)compiler is:

Apr 3 2020, 4:43 AM · Restricted Project, libgcrypt, Bug Report
gniibe closed T4906: error: call to 'vec_vsx_ld' is ambiguous as Invalid.

I think that it is compiler issue for AltiVec (now, VSX) support.
The usage is not ambiguous. It _is_ ambiguous in the header file.

Apr 3 2020, 4:25 AM · Restricted Project, libgcrypt, Bug Report
gniibe added a comment to T4906: error: call to 'vec_vsx_ld' is ambiguous.

Thansk for your report.

Apr 3 2020, 3:55 AM · Restricted Project, libgcrypt, Bug Report

Apr 2 2020

gniibe added a comment to T4864: New scdaemon command to watch device removal.

It runs like:

$ gpg-connect-agent "scd devinfo --watch" /bye
S DEVINFO_START
S DEVINFO_END
S DEVINFO_STATUS new
S DEVINFO_START
S DEVICE generic D276000124010200F517000000010000 openpgp
S DEVINFO_END
S DEVINFO_STATUS removal
S DEVINFO_START
S DEVINFO_END
OK
$ 
Apr 2 2020, 8:49 AM · Restricted Project, Feature Request, scd, Bug Report
gniibe changed the status of T4864: New scdaemon command to watch device removal from Open to Testing.

Push the change to master.

Apr 2 2020, 8:46 AM · Restricted Project, Feature Request, scd, Bug Report
JW added a comment to T4904: argparse.c:286:22: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'.

werner closed this task as Spite.

Apr 2 2020, 1:06 AM · gpgrt, Bug Report
JW added a comment to T4903: Github sources are difficult to test.

We do not use Github.

Apr 2 2020, 12:12 AM · gnupg, Bug Report

Apr 1 2020

werner triaged T4900: OS X 10.12 and dyld: Library not loaded: /usr/local/lib/libgcrypt.20.dylib as Normal priority.
Apr 1 2020, 8:53 PM · MacOS, libgcrypt, Bug Report
werner closed T4905: t-secmem: line 176: gcry_control ((GCRYCTL_INIT_SECMEM, pool_size, 0)) failed: General error as Invalid.
Apr 1 2020, 8:52 PM · libgcrypt, Bug Report
werner closed T4904: argparse.c:286:22: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' as Spite.

See my comments on the other bugs you posted today.

Apr 1 2020, 8:51 PM · gpgrt, Bug Report
werner closed T4902: libgpg-error and yat2m: can't open include file './version.texi': No such file or directory as Spite.

Please see my other comments; we need proper bug reports and not just arbitrary snippets.

Apr 1 2020, 8:50 PM · gpgrt, Bug Report
werner closed T4901: Libgcrypt-error 1.38 is missing from https://gnupg.org/ftp/gcrypt/libgpg-error as Invalid.

That are all development versions and they may require the latest changes from the repo of other libraries.

Apr 1 2020, 8:49 PM · gnupg, Bug Report
werner added a comment to T4905: t-secmem: line 176: gcry_control ((GCRYCTL_INIT_SECMEM, pool_size, 0)) failed: General error.

Please write proper bug reports and do not just post snippets from some arbitrary build process. In addition master is non-released software and thus it is in general better to ask at gcrypt-devel@gnupg.org for help.

Apr 1 2020, 8:48 PM · libgcrypt, Bug Report
werner closed T4903: Github sources are difficult to test as Invalid.

Sorry, if you use your own copy of GnuPG on GitHub, it is all up to you. We do not use Github.

Apr 1 2020, 8:45 PM · gnupg, Bug Report
andrey_l changed Version from 3.1.8 to 3.1.8, 3.1.11 on T4581: Kleopatra stuck in loading the certificate cache.
Apr 1 2020, 7:52 PM · gpd5x (gpd-5.0.0), gpg4win, kleopatra, Bug Report
andrey_l added a comment to T4581: Kleopatra stuck in loading the certificate cache.

I've tested this issue on my Windows10 laptop.

Apr 1 2020, 7:52 PM · gpd5x (gpd-5.0.0), gpg4win, kleopatra, Bug Report