Page MenuHome GnuPG
Feed Advanced Search

Aug 21 2013

balderdash added a comment to T1527: Typo in psc-wrapper.c that ruins build on OSX is still there.

Oh sorry, never mind. Apologize for the noise. I accidentally looked at the
relevant file in 2.0.20 and thought it hadn't been fixed yet. Sheesh.

Aug 21 2013, 3:57 AM · Bug Report, Not A Bug, gnupg
balderdash added projects to T1527: Typo in psc-wrapper.c that ruins build on OSX is still there: gnupg, Bug Report.
Aug 21 2013, 1:21 AM · Bug Report, Not A Bug, gnupg

Aug 19 2013

werner added a project to T1376: gpgv2 generates Libgcrypt warning: missing initialization: forwardport.
Aug 19 2013, 12:06 PM · forwardport, Bug Report, gnupg
werner added a project to T1498: gpg tries to access files outside of build tree during checks: Restricted Project.
Aug 19 2013, 12:05 PM · Gentoo, Bug Report, gnupg
werner added a comment to T1498: gpg tries to access files outside of build tree during checks.

Fix will go into 2.0.21. Thanks.

Aug 19 2013, 12:05 PM · Gentoo, Bug Report, gnupg
werner added a comment to T1376: gpgv2 generates Libgcrypt warning: missing initialization.

Well, gcry_check_version is not called at all. The fix will go into 2.0.21 to
be released today.

Aug 19 2013, 11:28 AM · forwardport, Bug Report, gnupg
werner added a project to T1376: gpgv2 generates Libgcrypt warning: missing initialization: In Progress.
Aug 19 2013, 11:28 AM · forwardport, Bug Report, gnupg

Aug 13 2013

werner closed T1524: PGP DSA keys altered when exported as Resolved.
Aug 13 2013, 5:30 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug
werner added a project to T1524: PGP DSA keys altered when exported: Not A Bug.
Aug 13 2013, 5:30 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug
werner added a comment to T1524: PGP DSA keys altered when exported.

That is not a bug. During import GPG removes invalid or unneeded parts,
reorders packets to fix bugs introduced by some older keyservers, and so on.
During export some other stuff might be removed depending on certain GPG options.

If you want to learn about the details please write to the gnupg-users mailing list.

Aug 13 2013, 5:30 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug

Aug 10 2013

mike389 added a comment to T1524: PGP DSA keys altered when exported.

Here are the example keys:

http://pastebin.com/cseQ0z8j

Aug 10 2013, 9:36 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug
mike389 set Version to 1.4.11 on T1524: PGP DSA keys altered when exported.
Aug 10 2013, 9:27 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug
mike389 added projects to T1524: PGP DSA keys altered when exported: gnupg (gpg14), gnupg, Bug Report.
Aug 10 2013, 9:27 PM · Bug Report, gnupg, gnupg (gpg14), Not A Bug
werner added a comment to T1427: symmetric encryption exits with non-zero exit code.

I can't replicate your problem. You need to make sure that gpg is able to
connect the agent. This either done by setting GPG_AGENT_INFO properly or by
starting the agent like

cd myhomedir
GNUPGHOME=$(pwd) gpg-agent --daemon /bin/sh

and then run gpg in that shell.

Aug 10 2013, 8:48 AM · Bug Report, gnupg

Aug 9 2013

t8m added a comment to T1427: symmetric encryption exits with non-zero exit code.

Can you please at least acknowledge whether these are bugs or not?

Aug 9 2013, 3:46 PM · Bug Report, gnupg

Aug 6 2013

werner added a comment to T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH.

Fixed for 2.0 with commit 110b52f.

Thanks.

Aug 6 2013, 10:41 AM · Bug Report, gnupg
werner closed T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH as Resolved.
Aug 6 2013, 10:41 AM · Bug Report, gnupg

Aug 5 2013

werner closed T1249: renaming '...\pubring.tmp' to '...\pubring.gpg failed: Permission denied during key creation as Resolved.
Aug 5 2013, 3:26 PM · Bug Report, gnupg

Aug 4 2013

Wolfgang_Schlage added a comment to T1249: renaming '...\pubring.tmp' to '...\pubring.gpg failed: Permission denied during key creation.

Problem seems solved; reason very likely found.

After years of taking a break from GPG, I took the work up again. First I
upgraded to GPG version 1.4.14 (the currently latest version). Then, in
reviewing my previous work, I found that in the interprocess dialog between my
program and gpg.exe I had been sloppy and had caused race conditions. In the
process of improving these dialogs, the described problem disappeared, i.e. did
not come up again despite some intense testing. I hope it stays that way!

Thus, although I cannot put my finger on "the one" code change that did it, I
tend to think now that the problem has been mine from the beginning, namely that
I had programmed race conditions. The intermittent nature of the original
problem supports this assumption.

I apologize for any inconvenience that has caused.

Aug 4 2013, 9:23 AM · Bug Report, gnupg

Jul 19 2013

xprt64 added projects to T1518: New website mirror: Feature Request, gnupg.
Jul 19 2013, 8:46 PM · Too Old, gpgweb, Feature Request

Jul 16 2013

lukele added a comment to T1512: Decrypt a message with hidden recipients only prompts for the passphrase of the first secret key, uses the same passphrase for all following keys that are tested..

Hmm... wondering then however, why implement different behavior for --status-fd
set?

Jul 16 2013, 1:22 PM · Not A Bug, Bug Report, gnupg
werner added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

What is the threat model for this? If you are able to ptrace a process you can
do all other kind of stuff, like replacing gpg with your own code. If the box
has been taken over, we are in game-over state.

Disabling core dumps is a different issue because a core dump leaves traces of
the process on the disk.

Jul 16 2013, 1:17 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
werner added a comment to T1512: Decrypt a message with hidden recipients only prompts for the passphrase of the first secret key, uses the same passphrase for all following keys that are tested..

Actually this is a feature. Ever tried to work with a bunch of messages all
encrypted to many hidden recipients?

Jul 16 2013, 1:13 PM · Not A Bug, Bug Report, gnupg
werner added a comment to T1514: charset weirdness with non-ascii User IDs under non-UTF-8 locales.

FWIW, recall that PGP is broken as it did not (does not?) use UTF8 but assumes
everything is ASCII. Thus we sometimes find weird charset conversion. GPA has
a heuristic to at least detect Latin-1

Jul 16 2013, 1:04 PM · Bug Report, gnupg
gniibe added a comment to T1503: key import quits w/ "Fatal error: Invalid argument".

Reporter's intention would be:
Given a public key with user id="", importing that key fails.

Jul 16 2013, 9:14 AM · gnupg, Bug Report
gniibe added a project to T1503: key import quits w/ "Fatal error: Invalid argument": gnupg.
Jul 16 2013, 9:14 AM · gnupg, Bug Report

Jul 13 2013

gniibe added a comment to T1514: charset weirdness with non-ascii User IDs under non-UTF-8 locales.

I think that Andrew's name in Chinese in UTF-8 cannot be interpreted as iso8859-1,
it goes as is, but usually it is interpreted as iso8859-1 as a fallback.

If you are sure it's utf-8 encoded, you can use --utf8-strings option.

Jul 13 2013, 1:02 PM · Bug Report, gnupg

Jul 12 2013

gniibe added a comment to T1376: gpgv2 generates Libgcrypt warning: missing initialization.

This bug is still there in 2.0.20.
It would be better to add following line in main of gpgv.c.

gcry_control (GCRYCTL_INITIALIZATION_FINISHED, NULL);
Jul 12 2013, 2:40 PM · forwardport, Bug Report, gnupg
gniibe added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

I think that original reporter's intention is to prevent attaching by ptrace.
By PR_SET_DUMPABLE disabled, ptrace PTRACE_ATTACH won't work any more.
This would be better if we care about kernel compatibility.
In http://bugs.debian.org/714107, I found that setrlimit64 doesn't work reliably
for 2.6.34 or older. PR_SET_DUMPABLE seems to work for even 2.4.x.

Jul 12 2013, 2:15 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
gniibe closed T1515: signal handling: got_fatal_signal should not call non-async-signal-safe functions as Resolved.
Jul 12 2013, 10:38 AM · Bug Report, gnupg
gniibe added a comment to T1515: signal handling: got_fatal_signal should not call non-async-signal-safe functions.

Fixed in 212a325d428e0ab5c51c42a3ea33efb21ad1f79f

Jul 12 2013, 10:38 AM · Bug Report, gnupg
gniibe added projects to T1515: signal handling: got_fatal_signal should not call non-async-signal-safe functions: gnupg, Bug Report.
Jul 12 2013, 1:25 AM · Bug Report, gnupg
gniibe set Version to 1.4.13 on T1515: signal handling: got_fatal_signal should not call non-async-signal-safe functions.
Jul 12 2013, 1:25 AM · Bug Report, gnupg

Jul 11 2013

dkg added projects to T1514: charset weirdness with non-ascii User IDs under non-UTF-8 locales: gnupg, Bug Report.
Jul 11 2013, 11:46 PM · Bug Report, gnupg

Jul 4 2013

lukele added projects to T1512: Decrypt a message with hidden recipients only prompts for the passphrase of the first secret key, uses the same passphrase for all following keys that are tested.: gnupg, Bug Report.
Jul 4 2013, 1:29 AM · Not A Bug, Bug Report, gnupg

Jul 1 2013

werner closed T1293: gpg-agent: failure to add new SSH keys in 2.0.16 as Resolved.
Jul 1 2013, 9:05 PM · Too Old, Bug Report, gnupg
werner added a project to T1293: gpg-agent: failure to add new SSH keys in 2.0.16: Too Old.
Jul 1 2013, 9:05 PM · Too Old, Bug Report, gnupg
werner added projects to T1264: ssh-add 4096 bit key fails: Info Needed, Too Old.
Jul 1 2013, 9:05 PM · Too Old, Info Needed, gnupg, Bug Report
werner closed T1264: ssh-add 4096 bit key fails as Resolved.
Jul 1 2013, 9:05 PM · Too Old, Info Needed, gnupg, Bug Report
werner closed T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation as Resolved.
Jul 1 2013, 9:03 PM · ssh, gpgagent, Feature Request, gnupg (gpg20), gnupg
werner added a comment to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation.

I just backported the new ssh-agent code from master to the 2.0 branch. Thus
2.0.21 will have this support.

Jul 1 2013, 9:03 PM · ssh, gpgagent, Feature Request, gnupg (gpg20), gnupg

Jun 27 2013

mustrumr97 closed T1511: make complains about spaces and tabs as Resolved.
Jun 27 2013, 3:16 PM · Bug Report, gnupg
mustrumr97 added a comment to T1511: make complains about spaces and tabs.

Thank you.

Jun 27 2013, 3:16 PM · Bug Report, gnupg

Jun 26 2013

thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

Yes. I think we're in agreement that MIME and detached signatures are the best way.

However, the functionality in gpg to check cleartext messages is there. If gpg
is confronted with a cleartext file containing auxilliary data, wouldn't it
better refrain from giving a positive return code when checking that file?

Jun 26 2013, 10:35 AM · Documentation, Debian, Bug Report, gnupg

Jun 25 2013

mustrumr97 added a comment to T1511: make complains about spaces and tabs.

1.13 and 1.14.
3.82.
GNU/Linux.

Jun 25 2013, 5:46 PM · Bug Report, gnupg
werner added a comment to T1511: make complains about spaces and tabs.

Which automake version are you using?
Which version of make are you using?
Which OS are you using?

Jun 25 2013, 4:59 PM · Bug Report, gnupg

Jun 24 2013

mustrumr97 added a comment to T1511: make complains about spaces and tabs.

Lines 74, 75 and 76 of agent/Makefile.am are copied near the end of
agent/Makefile.in and then to agent/Makefile. Because of the first of them make
exits. `Makefile:1565: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.'

Jun 24 2013, 6:18 PM · Bug Report, gnupg
werner lowered the priority of T1511: make complains about spaces and tabs from Unbreak Now! to Normal.
Jun 24 2013, 10:28 AM · Bug Report, gnupg
werner added a comment to T1511: make complains about spaces and tabs.

I can't see any problem with this Makefile.am. Maybe your automake version is
broken.

Jun 24 2013, 10:28 AM · Bug Report, gnupg

Jun 21 2013

mustrumr97 added projects to T1511: make complains about spaces and tabs: gnupg, Bug Report.
Jun 21 2013, 11:46 PM · Bug Report, gnupg
mustrumr97 set Version to master on T1511: make complains about spaces and tabs.
Jun 21 2013, 11:46 PM · Bug Report, gnupg

Jun 20 2013

iankko added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

Hello Werner,

Jun 20 2013, 1:03 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
JohnMarshall added projects to T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH: gnupg, Bug Report.
Jun 20 2013, 10:23 AM · Bug Report, gnupg
JohnMarshall set Version to 2.0.20 on T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH.
Jun 20 2013, 10:23 AM · Bug Report, gnupg

Jun 19 2013

werner added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

GnuPG uses setrlimit do disable core dumps. It has always done so. See
common/sysutils.c:disable_core_dumps. Do you have a test case which shows that
it does not work?

Jun 19 2013, 11:11 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
iankko added projects to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does: gpgagent, Feature Request, gnupg (gpg20), Debian, gnupg.
Jun 19 2013, 3:00 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

Jun 18 2013

werner closed T1505: manual chapter on validating keys specifies wrong marginals required in example as Resolved.
Jun 18 2013, 10:47 AM · Bug Report, gnupg
werner added a comment to T1506: New key generation usability enhancements.

Please recall that gpg is a Unix command line tool and as such it need to stcik
to common conventions. Only messages which are deemed to be necessary are
printed. Chnages to the key generation dialog would be veryhard because gpg is
used by several other programs as a backend and they assume a certain order of
prompts.

I suggest that you use one of the graphical frontends for key generation.

Jun 18 2013, 10:46 AM · In Progress, gnupg, Feature Request

Jun 12 2013

micah added projects to T1506: New key generation usability enhancements: Feature Request, gnupg.
Jun 12 2013, 6:49 PM · In Progress, gnupg, Feature Request

Jun 7 2013

rsk added a comment to T1505: manual chapter on validating keys specifies wrong marginals required in example.

My mistake, I missed this part: "This example assumes that two
marginally-trusted keys or one fully-trusted key is needed to validate another
key. The maximum path length is three."

Jun 7 2013, 1:38 PM · Bug Report, gnupg
rsk added projects to T1505: manual chapter on validating keys specifies wrong marginals required in example: gnupg, Bug Report.
Jun 7 2013, 1:36 PM · Bug Report, gnupg

May 22 2013

werner closed T1499: Provide a strict verify option for a signature as Resolved.
May 22 2013, 1:34 PM · Won't Fix, gnupg, Feature Request

May 21 2013

Kyoshiro added a comment to T1499: Provide a strict verify option for a signature.

Thanks for your answer, I'll do that then.

Best regards

Loïc Gomez

May 21 2013, 3:18 PM · Won't Fix, gnupg, Feature Request

May 18 2013

timfriske added a comment to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..

In order to work around this potential bug I do the following at the moment:

  1. Store: (a) Export the ASCII-armored *secret* key together with its subkeys. (b) Export the ASCII-armored *public* key together with its subkeys.
  1. Restore: (a) Import the ASCII-armored *public* key together with its subkeys. (b) Import the ASCII-armored *secret* key together with its subkeys.

The actions [1.(b)] and [2.(a)] should not be necessary if there was not this
potential bug.

May 18 2013, 7:25 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske added a comment to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..

I further tried to find the action that causes the potential bug with an another
test key as follows:

  1. Create a certify-only RSA4096 primary key.
  1. Store the public keyring with: (a) cp ~/.gnupg/pubring.gpg{,XXX}
  1. Export the secret key to an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --output 0xEEE9979BE8C80E95.pub.asc.txt --

export 0xEEE9979BE8C80E95

  1. Export the public key to an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --output 0xB6BF97893ACA0C17.pub.asc.txt --

export 0xB6BF97893ACA0C17

  1. Delete the public and secret key with: (a) gpg --delete-secret-and-public-keys 0xEEE9979BE8C80E95
  1. Import the secret key from an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --import 0xEEE9979BE8C80E95.sec.asc.txt
  1. Compare the previously stored public key against the new one with: (a) diff -q ~/.gnupg/pubring.gpg{,XXX}
  1. Repeat action 1. to 7. by: (a) Adding a sign-only RSA4096 subkey. (b) Adding a encrypt-only RSA4096 subkey. (c) Change the expiry date of the encrypt-only RSA4096 subkey.

ERROR: *Changing the expiry date*, exporting, purging, importing the primary key
with its 2 subkeys makes the first sign-only RSA4096 subkey disappear from the
pubring.gpg file but not from the secring.gpg file.

May 18 2013, 6:42 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske set Version to 1.4.13, 2.0.19 on T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..
May 18 2013, 4:46 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske added projects to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file.: Cross-Compiler, gnupg (gpg14), gnupg (gpg20), gnupg, Bug Report.
May 18 2013, 4:46 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)

May 17 2013

werner added a project to T1499: Provide a strict verify option for a signature: Won't Fix.
May 17 2013, 10:20 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1499: Provide a strict verify option for a signature.

If you want to rely on the exit coide, you can't use gpg. There are simply too
many things to consider and everyone has a different policy. I commonly use AWK
scripts to implement such policies by parsing the --status-fd output.

The tool you might want to use is gpgv which has been designed for these
purposes. In fact, it is used by all Linux distros to verify the integrity of
the downloaded packages against a specific keyring. Please check out the gpgv
man page.

May 17 2013, 10:20 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1500: gpg2 exit code on G10ERR_NO_PUBKEY.

It has been told for ages that the value of the exit code is not a reliable way
to get information from gpg. Use the --status-fd information.

May 17 2013, 10:14 AM · Not A Bug, Bug Report, gnupg
werner added a project to T1500: gpg2 exit code on G10ERR_NO_PUBKEY: Not A Bug.
May 17 2013, 10:14 AM · Not A Bug, Bug Report, gnupg
gniibe claimed T1491: gpg-agent spawning all-consuming scdaemon process.
May 17 2013, 4:39 AM · Too Old, Info Needed, Bug Report, gnupg
gniibe added a comment to T1491: gpg-agent spawning all-consuming scdaemon process.

To be useful bug report, please specify version number of your program. Also,
please show us your configuration file (if any). Specifically, do you have
enable-ssh-support option for gpg-agent?

To diagnose, please create a file .gnupg/scdaemon.conf with something like:

debug-level guru
debug-all

log-file /var/tmp/scd.log

Let us know the content of the file, when you see the problem.

May 17 2013, 4:39 AM · Too Old, Info Needed, Bug Report, gnupg

May 16 2013

t8m added projects to T1500: gpg2 exit code on G10ERR_NO_PUBKEY: gnupg, Bug Report.
May 16 2013, 9:47 AM · Not A Bug, Bug Report, gnupg

May 15 2013

Kyoshiro added projects to T1499: Provide a strict verify option for a signature: Feature Request, gnupg.
May 15 2013, 3:05 PM · Won't Fix, gnupg, Feature Request
werner added a comment to T1498: gpg tries to access files outside of build tree during checks.

Actually, gpg should not open the keyfiles at all. Well, unless you have enabled
the SELinux hacks. In that case we better register the keyfiles. The fix seems
to be harmless and thus it makes sense to apply it.

May 15 2013, 10:46 AM · Gentoo, Bug Report, gnupg
werner added a comment to T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac.

Patch has already been posted to the mailing list.

May 15 2013, 10:34 AM · Bug Report, gnupg
werner closed T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac as Resolved.
May 15 2013, 10:34 AM · Bug Report, gnupg

May 13 2013

alonbl added projects to T1498: gpg tries to access files outside of build tree during checks: gnupg, Bug Report, Gentoo.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=469388 on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set Version to 1.4 master on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl added a comment to T1498: gpg tries to access files outside of build tree during checks.

D174: 375_0001-checks-do-not-access-files-outside-of-build.patch

May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg

May 11 2013

outer set Version to 2.0.20 on T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac.
May 11 2013, 12:07 AM · Bug Report, gnupg
outer added projects to T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac: gnupg, Bug Report.
May 11 2013, 12:07 AM · Bug Report, gnupg

May 10 2013

werner reopened T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix as "Open".
May 10 2013, 3:21 PM · Duplicate, Bug Report, gnupg
werner added a comment to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix.

Will be fixed in 2.0.20.

Thanks for the reminder.

May 10 2013, 3:21 PM · Duplicate, Bug Report, gnupg
werner closed T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix as Resolved.
May 10 2013, 3:10 PM · Duplicate, Bug Report, gnupg
werner added a project to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix: Duplicate.
May 10 2013, 3:10 PM · Duplicate, Bug Report, gnupg
werner added a comment to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix.

Duplicate of T1467

May 10 2013, 3:10 PM · Duplicate, Bug Report, gnupg
werner added a comment to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix.

You should read the intro about becoming a registered user on bugs.gnupg.org. I
now changed your rule to User so that you may comment on other bugs.

May 10 2013, 3:10 PM · Duplicate, Bug Report, gnupg

May 7 2013

amatus added projects to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix: gnupg, Bug Report.
May 7 2013, 4:10 AM · Duplicate, Bug Report, gnupg

May 2 2013

werner added projects to T1492: 2.1.0-beta does not yet support --delete-secret-keys: Feature Request, gnupg (gpg21), gnupg.
May 2 2013, 8:52 PM · gnupg, gnupg (gpg21), Feature Request

May 1 2013

werner added a comment to T1491: gpg-agent spawning all-consuming scdaemon process.

What version of GnuPG is that?

May 1 2013, 2:09 PM · Too Old, Info Needed, Bug Report, gnupg

Apr 25 2013

spb added projects to T1491: gpg-agent spawning all-consuming scdaemon process: gnupg, Bug Report.
Apr 25 2013, 7:36 PM · Too Old, Info Needed, Bug Report, gnupg

Apr 22 2013

werner changed Due Date from Dec 31 2011, 1:00 AM to Dec 31 2013, 1:00 AM on T671: card context shared between callers.
Apr 22 2013, 10:04 AM · scd, Bug Report, gnupg
werner added a project to T1060: extract signature from encrypted and signed file/message: gnupg (gpg21).
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1060: extract signature from encrypted and signed file/message.

Pending for a long time; should be considered for 2.1

Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner changed Due Date from Feb 1 2010, 1:00 AM to Oct 31 2013, 1:00 AM on T1060: extract signature from encrypted and signed file/message.
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner closed T1062: Please add --disable-digest-algo option as Resolved.
Apr 22 2013, 9:58 AM · Won't Fix, gnupg, Feature Request
werner removed a project from T1062: Please add --disable-digest-algo option: Stalled.
Apr 22 2013, 9:58 AM · Won't Fix, gnupg, Feature Request