Take care: gpg is also used on platforms with proprietary compilers which don't support -f options. Thus you need to limit this to gcc.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 7 2021
Jan 6 2021
Jan 5 2021
The C++, CL, Javascript and QT Bindings are all written by hand.
It seems you have a pretty good understanding and also test cases at hand. May I ask you to apply the suggested pacthes to master?
Given all the resources we had put on this Python bindings I'd suggest to bite the bullet and replace Swig by handcrafted bindings. More work but we do it for the other bindings as well.
I'd suggest to first try the current version to see whether the bug has been solved.
I think we can close this one, right?
Meanwhile there are simpler ideas and code on how to do only authenticated uploads. Thus lowering the prio.
@glr thanks for the offer. Right now the number of support requests is low enough that we can handle them during the normal triage.
Please try using the current version (3.1.14) and if the problem persists re-open this bug. In this case we will also need a more detailed report.
(Reporter has problems running his own keyserver and accessing it.)
Please try gpg4win 3.1.14 and check whether your problem has gone.
Flagged as high becuase this is RC for Libgcrypt 1.9
Jan 4 2021
Thus better add a
&& !defined(__clang__)
Sure that the FreeBSD compiler does not define it? I am pretty sure it does.
You may want to check that clang supports this attribute as well.
Jan 3 2021
Dec 30 2020
I fixed the latter two points. For directories this can't be done because not only the server reads the directories but also other deployment tools (e.g. rsync).
Dec 29 2020
We should see that we can implement an auto-key-locate feature also in gpgsm. This would allow us to fetch the key as needed from the AD or another LDAP server.
Dec 28 2020
Use released version or post to gnupg-devel for help.
Please report about released versions. If you have problems building from Git, posting to gnupg-devel is the best way forward,.
When building from git make sure that you have all tools installed and use
./autogen.sh --force
before running configure. Do not use autoreconf etc.
Dec 26 2020
GnuPG requires some C99 features - thus a language level of C89 might not work. We use variadic macros and the func macro. For details see doc/HACKING.
Dec 23 2020
The patch will be in 2.2.27. Thanks.
Simply add -v or --verbose to the gpg invocation too see infos about the pinentry. --debug-level is not helpful here.
And well, we don't have a way to test stuff on Vista anymore. You should also update to at least Windows 7.
Good catch. This is due to back porting a change from master. However the extra introduced conditional of
if (sig->version >=4)
will always evaluate to true. It is set a bit above and GnuPG does not handle public key packets with version 3 anymore. So this if can actually be removed. Thus no harm.
Please provide detailed information about the build peoblem. An arbitrary paste from a build does not make up a bug report. If you need support building GnuPG you may want to look for a commercial offer or to ask on a mailing list. From what I see I assume you have an incomplete installation of the supporting libraries.
Frankly, I more or less forgot about these help files. The German version for sure needs an update as weel.
Dec 21 2020
You are lucky. The report came just in time for the 2.2.26 released. Not mentioned over thre but anyway fixed. See T5153
See T5192 for an updated release.
Oh well, sshfs.
Just for reference what OS and file system is this? It looks like some x32 Linux.