Page MenuHome GnuPG
Feed Advanced Search

Dec 23 2014

infinity0 closed T1794: Ultimate ownertrust does not (always) imply ultimate validity in default trust model as Resolved.
Dec 23 2014, 4:27 AM · Bug Report, gnupg
infinity0 set Version to 2.1.1 on T1794: Ultimate ownertrust does not (always) imply ultimate validity in default trust model.
Dec 23 2014, 4:09 AM · Bug Report, gnupg
infinity0 added projects to T1794: Ultimate ownertrust does not (always) imply ultimate validity in default trust model: gnupg, Bug Report.
Dec 23 2014, 4:09 AM · Bug Report, gnupg

Dec 22 2014

bevan added a comment to T1793: gnupg 2.1.1 regression: keyring_get_keyblock: read error: Invalid packet.

I can send my keyring to you but I would not like to make it public. Is a private
mail with a download link ok?

Dec 22 2014, 5:14 PM · Bug Report, gnupg, Arch
werner added a comment to T1793: gnupg 2.1.1 regression: keyring_get_keyblock: read error: Invalid packet.

Just noticed: It is a keyring. So first question already answered.

Dec 22 2014, 3:00 PM · Bug Report, gnupg, Arch
werner added a comment to T1793: gnupg 2.1.1 regression: keyring_get_keyblock: read error: Invalid packet.

I would be helpful if you could provide an example keyring and a list of keys
which have a secret key. As an alternative I like to know:

  • Are you using the keybox or the keyring format (commonly ".kbx" or ".gpg").
  • Is the version 3 key the first, inbetween, or the last key in the key storage?
Dec 22 2014, 3:00 PM · Bug Report, gnupg, Arch

Dec 21 2014

bevan added projects to T1793: gnupg 2.1.1 regression: keyring_get_keyblock: read error: Invalid packet: Arch, gnupg, Bug Report.
Dec 21 2014, 2:27 PM · Bug Report, gnupg, Arch

Dec 19 2014

werner added a project to T1449: dirmngr should be able to use LDAPv3: gnupg.
Dec 19 2014, 9:16 AM · gnupg, Feature Request, dirmngr
werner added a comment to T1449: dirmngr should be able to use LDAPv3.

original; report was for the dirmngr package. Won't fix it there.

Dec 19 2014, 9:16 AM · gnupg, Feature Request, dirmngr
werner added a project to T1633: CRL check fails if a more than one CAs with the same name exist: gnupg.
Dec 19 2014, 9:15 AM · gnupg, Bug Report, dirmngr
werner added a comment to T1633: CRL check fails if a more than one CAs with the same name exist.

dirmngr is now part of gnupg proper.
Original report was for dirmngr-1.1.0.

Dec 19 2014, 9:15 AM · gnupg, Bug Report, dirmngr
werner set Version to 2.1 on T1786: dirmngr ignores honor-http-proxy and http-proxy options.
Dec 19 2014, 9:13 AM · gnupg, Bug Report, dirmngr
werner added a project to T1786: dirmngr ignores honor-http-proxy and http-proxy options: gnupg.
Dec 19 2014, 9:13 AM · gnupg, Bug Report, dirmngr
werner added a project to T1778: t-exechelp-posix get_max_fds returns MAX_INT32 rather than something sensible: gnupg.
Dec 19 2014, 9:11 AM · gnupg, Bug Report
werner closed T1611: gpg should use main key-id when talking to gpg-agent as Resolved.
Dec 19 2014, 8:46 AM · Feature Request, gnupg
werner removed a project from T1611: gpg should use main key-id when talking to gpg-agent: Restricted Project.
Dec 19 2014, 8:46 AM · Feature Request, gnupg
werner closed T1769: ECDSA message when using ECDH/EDDSA keys as Resolved.
Dec 19 2014, 8:45 AM · Bug Report, gnupg
werner removed a project from T1769: ECDSA message when using ECDH/EDDSA keys: Restricted Project.
Dec 19 2014, 8:45 AM · Bug Report, gnupg
werner added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

2.1.1 has been released.

Dec 19 2014, 8:44 AM · Bug Report, gnupg
werner removed a project from T1752: gpg-agent 2.1 socket and nfs /home: Restricted Project.
Dec 19 2014, 8:44 AM · Bug Report, gnupg
werner closed T1752: gpg-agent 2.1 socket and nfs /home as Resolved.
Dec 19 2014, 8:44 AM · Bug Report, gnupg

Dec 15 2014

leriksen added a comment to T1789: build-aux/missing is too old.

understood - please note I used a very recent automake in testing this
without issue, but I only have an osx platform - others may experience
breakage.

Dec 15 2014, 1:20 PM · gnupg
werner added a comment to T1789: build-aux/missing is too old.

This is due to a newer automake. This is not yet supported due to backward
incompatibilities since autmake 1.13. The plan is to switch to a newer automake
with the release of Debian's Jessie. See README.GIT on how to use an
alternative automake version. There is at least one other bug regarding this
problem, thus I will close yours.

Dec 15 2014, 8:28 AM · gnupg

Dec 13 2014

leriksen added a project to T1789: build-aux/missing is too old: gnupg.
Dec 13 2014, 3:10 AM · gnupg
leriksen set Version to 2.1.1-beta-78 on T1789: build-aux/missing is too old.
Dec 13 2014, 3:10 AM · gnupg
leriksen added a comment to T1789: build-aux/missing is too old.

Dec 13 2014, 3:10 AM · gnupg

Dec 11 2014

werner added a project to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable: Not A Bug.
Dec 11 2014, 3:46 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable.

Yes, this is the case for a very long time. I also won't call this a
bug.

There is no way to protect an update by a lock without having write
permissions to the same directory. Well, one could setup a second
file system hierarchy below /var/run and use that for the locking
file. However, this assume that all process accessing the files are
on the local machine. One of the reasons why we can't use a locking
API are remotely mounted file systems. See the comments in
common/dotlock.c .

And yes, we need lock the file even if the local process as no write
permissions to the directory - other processes may have and the
reading process may thus read garbage.

By using --lock-never you assert that there is no other processing
writing to the gpg data files. Thus using this is the Right Thing.

Dec 11 2014, 3:46 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Pushed.

Dec 11 2014, 3:25 PM · patch, gnupg, gnupg (gpg21)
werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Give that the macro change is a no-brainer I will do that immediatly. Which
means this bug report can be closed.

Dec 11 2014, 11:14 AM · patch, gnupg, gnupg (gpg21)
werner closed T1787: Export Ed25519 key via fingerprint results in infinite loop as Resolved.
Dec 11 2014, 11:11 AM · Bug Report, gnupg
werner lowered the priority of T1787: Export Ed25519 key via fingerprint results in infinite loop from High to Normal.
Dec 11 2014, 11:11 AM · Bug Report, gnupg
werner added a comment to T1787: Export Ed25519 key via fingerprint results in infinite loop.

This has already been fixed as well as a couple of other bugs in 2.1.0.

I will release 2.1.1 soon despite that there are a few other bugs left open.
Feel free to reopen this bug if it persists with that new release (or the
current GIT master).

Dec 11 2014, 11:11 AM · Bug Report, gnupg

Dec 10 2014

infinity0 set Version to 2.1.0 on T1787: Export Ed25519 key via fingerprint results in infinite loop.
Dec 10 2014, 8:17 PM · Bug Report, gnupg
infinity0 added projects to T1787: Export Ed25519 key via fingerprint results in infinite loop: gnupg, Bug Report.
Dec 10 2014, 8:17 PM · Bug Report, gnupg
infinity0 added a comment to T1787: Export Ed25519 key via fingerprint results in infinite loop.

Dec 10 2014, 8:17 PM · Bug Report, gnupg

Dec 8 2014

werner set External Link to https://bugs.debian.org/771976 on T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable.
Dec 8 2014, 12:55 PM · Not A Bug, Debian, Bug Report, gnupg

Dec 7 2014

leriksen added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Understood - would you like me to fix with automake 1.10, or park this
for a merge post-Jessie ?

Dec 7 2014, 10:47 AM · patch, gnupg, gnupg (gpg21)

Dec 4 2014

werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

automake 1.14 is not yet supported becuase it defaults to the new parallel tests
and automake 1.11 has no way to disable this tests (serial-tests option in 1.14).

After the release of Debian Jessie I plan to migrate to 1.14 and drop support
form earlier automakes.

Dec 4 2014, 8:59 AM · patch, gnupg, gnupg (gpg21)
dkg added a comment to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable.

oh, and this appears to be the case for 1.4.x, 2.0.x, and 2.1.x

Dec 4 2014, 3:21 AM · Not A Bug, Debian, Bug Report, gnupg
dkg added a comment to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable.

That link to the debian bts is a little wacky, somehow roundup is attaching the
comma to the end of it. it should be: https://bugs.debian.org/771976

Dec 4 2014, 3:20 AM · Not A Bug, Debian, Bug Report, gnupg
dkg added projects to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable: gnupg, Bug Report, Debian.
Dec 4 2014, 3:02 AM · Not A Bug, Debian, Bug Report, gnupg

Dec 1 2014

kalaleq added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

That is... just far too obvious for words. *facepalm*

Okay, this works nicely for my needs. Wrapper scripts can turn it into a
site-wide policy.

Dec 1 2014, 5:00 PM · Bug Report, gnupg
aheinecke closed T1774: gpg --export --armor FINGERPRINT, endless output as Resolved.
Dec 1 2014, 3:06 PM · Bug Report, gnupg
nivit added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

I can confirm it too. Thank you for this fix.

Dec 1 2014, 3:06 PM · Bug Report, gnupg
nivit reopened T1774: gpg --export --armor FINGERPRINT, endless output as "Open".
Dec 1 2014, 3:06 PM · Bug Report, gnupg
aheinecke closed T1774: gpg --export --armor FINGERPRINT, endless output as Resolved.
Dec 1 2014, 12:02 PM · Bug Report, gnupg
aheinecke removed a project from T1774: gpg --export --armor FINGERPRINT, endless output: Restricted Project.
Dec 1 2014, 12:02 PM · Bug Report, gnupg
aheinecke added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

confirmed

Dec 1 2014, 12:02 PM · Bug Report, gnupg
werner added a project to T1752: gpg-agent 2.1 socket and nfs /home: Restricted Project.
Dec 1 2014, 12:02 PM · Bug Report, gnupg
werner removed a project from T1752: gpg-agent 2.1 socket and nfs /home: In Progress.
Dec 1 2014, 12:02 PM · Bug Report, gnupg
werner added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

You need to create a redirection file for ssh too:

Set contents of ~/.gnupg/S.gpg-agent.ssh to:
%Assuan%
socket=${HOME}/.gnupg/S.gpg-agent.ssh-${HOSTNAME}

BTW, I just commtied the missing chnages to dirmngr and scdaemon.

For easier debugging you set a log file for gpg-agent or even better set that
log file to a socket in gpg-agent.conf
log-file socket:////home/foo/.gnupg/S.log
and the run
watchgnupg --time-only --force /home/foo/.gnupg/S.log
in another xterm.

Dec 1 2014, 12:02 PM · Bug Report, gnupg
werner added a project to T1774: gpg --export --armor FINGERPRINT, endless output: Restricted Project.
Dec 1 2014, 11:55 AM · Bug Report, gnupg
werner added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

Commit f1c3eb4 fixes this.

Dec 1 2014, 11:55 AM · Bug Report, gnupg
kalaleq added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

Hi again -

Exporting HOSTNAME worked, thanks.

I'm still not seeing a per-host ssh agent socket, though. Maybe i'm missing
something, but here's exactly what i'm doing:

Set contents of ~/.gnupg/S.gpg-agent to:
%Assuan%
socket=${HOME}/.gnupg/S.gpg-agent-${HOSTNAME}

(newlines after each of the two lines)

~/.gnupg/gpg-agent.conf contents:
enable-ssh-support
default-cache-ttl 7200
max-cache-ttl 14400
default-cache-ttl-ssh 7200
max-cache-ttl-ssh 14400
no-grab

gpg-connect-agent --verbose /bye

gpg-connect-agent: no running gpg-agent - starting '/usr/bin/gpg-agent'
gpg-connect-agent: waiting for the agent to come up ... (5s)
gpg-connect-agent: connection to agent established
gpg-connect-agent: closing connection to agent

Now i have gpg-agent running, and gpg works as expected.

In ~/.gnupg i see the following sockets:
S.gpg-agent-mymble
S.gpg-agent.ssh

Is the ssh agent socket supposed to be the same filename with .ssh appended, or
is there another line i should be adding to the S.gpg-agent redirect file?

Thanks!

Dec 1 2014, 1:22 AM · Bug Report, gnupg

Nov 29 2014

werner added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

On my system HOSTNAME is not an exported envvar. Thus

export HOSTNAME

should do what you want. ssh support and the new --extra-socket all use the
same code for creating the socket, thus this hould work. I have not tested it
but I am pretty sure. A problem might be that the printed SSH_AUTH_SOCK is not
set to the real socket name - I have not checked this.

Nov 29 2014, 11:34 AM · Bug Report, gnupg
leriksen added projects to T1776: Fix deprecation warning about AM_PROG_MKDIR_P: gnupg (gpg21), gnupg, patch.
Nov 29 2014, 6:53 AM · patch, gnupg, gnupg (gpg21)
nivit added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

I confirm what said by aheinecke. The bug is still there with 2.1.1-beta45 on my
system too.

Nov 29 2014, 4:02 AM · Bug Report, gnupg
kalaleq added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

Looks like a good solution. I got the git versions compiled and gave it
a whirl. I noticed a couple of things:

Nov 29 2014, 1:20 AM · Bug Report, gnupg
kalaleq added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

Looks like a good solution. I got the git versions compiled and gave it
a whirl. I noticed a couple of things:

I tried the exact contents of S.gpg-agent you gave below, but libassuan
is creating the file as $HOME/.gnupg/S.gpg-agent-

In other words the ${HOSTNAME} is blank, which obviously won't work out
very well. :) Presumably a bug. I checked my setup:

echo $HOSTNAME

mymble

hostname

mymble

So the hostname does appear to be set correctly. I'm not quite sure how
i can start it with --verbose to see if it helps show what's happening;
if i try that, with or without a server running it just gives me the
server status.

Second, with --enable-ssh-agent, i noticed that the ssh-agent socket is
still created as ~/.gnupg/S.gpg-agent.ssh. Will this same method be
able to specify a per-host ssh-agent?

In general, though, this looks like it's on the right track! Let me
know if i can do any more testing to help.

Nov 29 2014, 12:29 AM · Bug Report, gnupg

Nov 28 2014

werner added a project to T1752: gpg-agent 2.1 socket and nfs /home: In Progress.
Nov 28 2014, 9:38 PM · Bug Report, gnupg
werner added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

If you use the latest Libassuan and GnuPG from GIT you should get what you want.
For example:

rm ~/.gnupg/S.gpg-agent || true
printf '%%Assuan%%\nsocket=${HOME}/.gnupg/S.gpg-agent-${HOSTNAME}\n' \

      > ~/.gnupg/S.gpg-agent

Creates a redirection file which uses HOME and the HOSTNAME. If you start
gpg-agent with --verbose you get a noticed about what has been redirected.

Needs to be implemented for scdaemon and dirmngr as well - but that needs to
wait until Monday.

Nov 28 2014, 9:38 PM · Bug Report, gnupg
troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Thanks werner -- I've filed an upstream issue to bring awareness of the change
to the software I use that was affected (duply/duplicity), I'm sure this is
going to pop up for others as 2.1 becomes more widely adopted. Maybe add
something to the release notes or docs for '--passphrase-fd 0' so folks know a
config change is needed in their apps and gpg-agent? Regardless, I appreciate
your help.

(marking as resolved)

Nov 28 2014, 5:42 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

If you add it to gpg.conf the Pinentry won't be used and there are fir sure
cases where things won't work. In an unattended use I can't see a problem right
now.

We can't change the behaviour of --passpharse-fd; it is widely used and:

  if ( !opt.batch && opt.pinentry_mode != PINENTRY_MODE_LOOPBACK)
    { /* Not used but we have to do a dummy read, so that it won't end
         up at the begin of the message if the quite usual trick to
         prepend the passphtrase to the message is used. */

think would break or - worse - may insert the passphrase into the message.

The passphrase is still used for symmetric only encryption in batch mode.

Nov 28 2014, 10:41 AM · gnupg, pinentry, gpgagent, gnupg (gpg21)
aheinecke added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

As I wrote in T1774 (aheinecke on Nov 27 2014, 05:42 PM / Roundup)
I reproduced this Bug with 2.1.1-beta45

Nov 28 2014, 10:32 AM · Bug Report, gnupg
werner added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

Can you test it with the latest git version or the beta at
ftp://ftp.gnupg.org/people/werner/scratch/gnupg-2.1.1-beta35.tar.bz2
?

Nov 28 2014, 10:30 AM · Bug Report, gnupg

Nov 27 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Roger that, thanks - I've tested it on a VM with my keys and things seem "like
they used to be" for scripting an automated passphrase entry. I specified them
in my ~/.gnupg/pgp.conf and ~/.gnupg/gpg-agent.conf since editing many
individual softwares is not possible at this time, it needs to be backwards
compatible.

What side affects (breaking things?) does having these options permanently
enabled in configs are there? Having the allow in gpg-agent.conf is harmless,
but what about the client side gpg.conf?

If client gpg '--passphrase-fd 0' is useless without '--pinentry-mode loopback',
why not make this an automatic added option (internally) if '--passphrase-fd 0'
is specified? Of what use with gnupg-2.1.x is '--passphrase-fd 0' without
'--pinentry-mode loopback'?

I double-checked the official docs, there's no mention of needing these new
loopback settings in the section for --passphrase-fd 0:

https://www.gnupg.org/documentation/manuals/gnupg/GPG-Esoteric-Options.html#GPG-Esoteric-Options

"If you use 0 for n, the passphrase will be read from STDIN." (but as we know
here, it's not unless the new loopback options are added)

Nov 27 2014, 6:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
aheinecke set Version to 2.1.0 on T1774: gpg --export --armor FINGERPRINT, endless output.
Nov 27 2014, 5:42 PM · Bug Report, gnupg
aheinecke updated subscribers of T1774: gpg --export --armor FINGERPRINT, endless output.
Nov 27 2014, 5:42 PM · Bug Report, gnupg
aheinecke added a comment to T1774: gpg --export --armor FINGERPRINT, endless output.

I've opened T1775 and only afterwards noticed that this issue did aleardy
exist ;-)

So here is my mesage from T1775 which further qualifies this issue:

This bug was reported by fersingb on IRC, I could reproduce it.

If you have a public keyring in the .kbx format exporting a key with the full
keyid produces an endless output stream.

To reproduce it I can import any key into a newly created gnupg homedir.
When exporting this again using the fingerprint as identifier the bug is triggered.

My usual gnupghome was automatically migrated still has a pubring.gpg and works.

Setup:
FAKEHOME=$(mktemp -d)
gpg2 --armor --export CA308D95A6332F7056B4DFD194F78CF1265059CD | gpg2 --homedir
$FAKEHOME --import

Triggering the bug:

gpg2 --homedir $FAKEHOME --armor --export CA308D95A6332F7056B4DFD194F78CF1265059CD

The short fingerprint works:

gpg2 --homedir $FAKEHOME --armor --export 265059CD

My current version is yesterdays master (2.1.1-beta45) but the original reporter
used gnupg-2.1.0.

Nov 27 2014, 5:42 PM · Bug Report, gnupg
aheinecke assigned T1774: gpg --export --armor FINGERPRINT, endless output to werner.
Nov 27 2014, 5:42 PM · Bug Report, gnupg
aheinecke closed T1775: Exporting from keybox format pubkey with full fingerprint causes endless output. as Resolved.
Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a comment to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..

Ah damn,..
Duplicate of
T1774

sorry.

Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a comment to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..

Duplicate of T1774

Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a project to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output.: Duplicate.
Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added projects to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output.: gnupg (gpg21), gnupg, Bug Report.
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke set Version to 2.1.0 on T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke updated subscribers of T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
werner closed T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) as Invalid.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner lowered the priority of T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) from High to Normal.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner removed a project from T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): Bug Report.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Like gpgsm has done from its very beginnong, gpg now also does not pknow
anything about the secret keys. This is all delagted to gpg-agent. This means
that telling gpg a passphrase is useless.

But wait. There is a workaround: gpg has the new option

   --pinentry-mode mode
          Set the pinentry mode to mode.  Allowed values for mode are:

          default
                 Use the default of the agent, which is ask.

          ask    Force the use of the Pinentry.

          cancel Emulate use of Pinentry's cancel button.

          error  Return a Pinentry error (``No Pinentry'').

          loopback

                 Redirect Pinentry queries to the caller.  Note that
                 in contrast to Pinentry the user is not prompted
                 again if he enters a bad pass- word.

Thus by using

  gpg --pinentry-mode=loopback

you can do basically the same as with 1.4. It is well tested and
slighly different than in 1.4. Uou also need to configure gpg-agent
with

  --allow-loopback-pinentry

       Allow clients to use the loopback pinentry features; see the
       option pinentry-mode for details.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 26 2014

nivit added projects to T1774: gpg --export --armor FINGERPRINT, endless output: gnupg, Bug Report.
Nov 26 2014, 11:21 PM · Bug Report, gnupg

Nov 25 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

A few Arch users are reporting the same regression/breakage, thread here:

https://bbs.archlinux.org/viewtopic.php?pid=1479136

Nov 25 2014, 8:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel set Version to 2.1.1-beta44 (git) on T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel added projects to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): gnupg (gpg21), gpgagent, pinentry, gnupg, Bug Report.
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
aheinecke closed T1373: Wrong charset in console messages (Cyrillic, Windows) as Resolved.
Nov 25 2014, 11:36 AM · Bug Report, gnupg
aheinecke removed a project from T1373: Wrong charset in console messages (Cyrillic, Windows): Restricted Project.
Nov 25 2014, 11:36 AM · Bug Report, gnupg

Nov 24 2014

werner closed T1770: gpg 2.1 conflicts with gpg 1.4 as Resolved.
Nov 24 2014, 8:02 PM · Bug Report, gnupg
werner added a comment to T1770: gpg 2.1 conflicts with gpg 1.4.

Thanks for noting.

it is about the time to change the default behaviour and to have 2.1 install
gnupg.7 and 1.4 not to install it. Obviously there is a conflict for all
released versions of 1.4 but we can't do anything about it. I fear you have to
live with this minor conflict.

Fix pushed to the 1.4 branch.

Nov 24 2014, 8:02 PM · Bug Report, gnupg
werner removed a project from T1761: Null Dereference in GPG decrypt_data: backport.
Nov 24 2014, 7:42 PM · Bug Report, gnupg
werner added a comment to T1761: Null Dereference in GPG decrypt_data.

backported to 2.0 and 1.4.

Nov 24 2014, 7:42 PM · Bug Report, gnupg
werner closed T1761: Null Dereference in GPG decrypt_data as Resolved.
Nov 24 2014, 7:42 PM · Bug Report, gnupg
werner removed a project from T1761: Null Dereference in GPG decrypt_data: In Progress.
Nov 24 2014, 7:42 PM · Bug Report, gnupg
TheDreamer added projects to T1770: gpg 2.1 conflicts with gpg 1.4: gnupg, Bug Report.
Nov 24 2014, 6:31 PM · Bug Report, gnupg
TheDreamer set Version to 2.1 on T1770: gpg 2.1 conflicts with gpg 1.4.
Nov 24 2014, 6:31 PM · Bug Report, gnupg

Nov 22 2014

kiav added a comment to T1373: Wrong charset in console messages (Cyrillic, Windows).

Nov 22 2014, 12:07 AM · Bug Report, gnupg
kiav added a comment to T1373: Wrong charset in console messages (Cyrillic, Windows).

Does this now also work for you?

Yes. Thank you.

Nov 22 2014, 12:07 AM · Bug Report, gnupg

Nov 20 2014

werner added a project to T1769: ECDSA message when using ECDH/EDDSA keys: Restricted Project.
Nov 20 2014, 8:50 PM · Bug Report, gnupg
werner added a comment to T1769: ECDSA message when using ECDH/EDDSA keys.

fixed with f80c2dd.

Nov 20 2014, 8:50 PM · Bug Report, gnupg