Page MenuHome GnuPG
Feed Advanced Search

Jun 7 2017

SylvieLorxu added a comment to T3198: GnuPG should fail to send a key to a keyserver on "unknown options".

gpg: Note: '--keyserver' is not considered an option

Jun 7 2017, 1:19 PM · Not A Bug, Bug Report
werner assigned T3094: gpgol causing crash in Outlook to aheinecke.
Jun 7 2017, 1:17 PM · Bug Report, gpgol
werner assigned T3182: gnupg 1.4 built with gcc 7.0.1 fails the tests on ARM to marcus.

Marcus, can you please check this?

Jun 7 2017, 1:15 PM · gnupg (gpg14), asm, Bug Report
werner closed T3198: GnuPG should fail to send a key to a keyserver on "unknown options" as Resolved.
Jun 7 2017, 1:09 PM · Not A Bug, Bug Report
werner added a project to T3198: GnuPG should fail to send a key to a keyserver on "unknown options": Not A Bug.

Option parsing stops at the first non-option. "--keyserver" and "sec1...." could have also been key specifications.
Because sometimes people make errors we print a warning. But we can't bail out on a perfectly valid command line. That is the same why

Jun 7 2017, 1:08 PM · Not A Bug, Bug Report
aheinecke closed T3197: Missing free as Invalid.

I don't see the bug. Please elaborate. path_new is is freed in line 1065 but if this condition does not match it's freed in line 1079.

Jun 7 2017, 1:02 PM · gnupg (gpg22), Bug Report
SylvieLorxu updated the task description for T3198: GnuPG should fail to send a key to a keyserver on "unknown options".
Jun 7 2017, 10:25 AM · Not A Bug, Bug Report
SylvieLorxu created T3198: GnuPG should fail to send a key to a keyserver on "unknown options".
Jun 7 2017, 10:24 AM · Not A Bug, Bug Report
justus assigned T3197: Missing free to aheinecke.
Jun 7 2017, 10:16 AM · gnupg (gpg22), Bug Report

Jun 6 2017

maddin200 created T3197: Missing free.
Jun 6 2017, 6:06 PM · gnupg (gpg22), Bug Report
justus triaged T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows as Normal priority.
Jun 6 2017, 12:42 PM · gnupg (gpg22), Windows 32, Bug Report

Jun 5 2017

Q8WUB added a comment to T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows.

Indeed, the difference seems to be the --output versus the stdout to a file.

Jun 5 2017, 9:21 PM · gnupg (gpg22), Windows 32, Bug Report
werner added a comment to T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows.

The difference is the use of the --output option versus redirecting stdout to a file. A first guess would be that setmode (O_BINARY) has not been done, but in that case the -a exports would still work.

Jun 5 2017, 5:12 PM · gnupg (gpg22), Windows 32, Bug Report
werner added a project to T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows: Windows 32.
Jun 5 2017, 5:09 PM · gnupg (gpg22), Windows 32, Bug Report
Q8WUB created T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows.
Jun 5 2017, 4:59 PM · gnupg (gpg22), Windows 32, Bug Report
gniibe triaged T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon as Normal priority.
Jun 5 2017, 3:46 AM · gnupg (gpg21), Bug Report
gniibe added a project to T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon: gnupg (gpg21).
Jun 5 2017, 3:46 AM · gnupg (gpg21), Bug Report
gniibe added a comment to T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon.

This bug was introduced when I tried to handle T1983: gpg2 prefers missing secret key to available key on card. In master, this bug was fixed in: rGfbb2259d22e6: g10: Fix default-key selection for signing, possibly by card.

Jun 5 2017, 3:45 AM · gnupg (gpg21), Bug Report
gniibe added a subtask for T1983: gpg2 prefers missing secret key to available key on card: T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon.
Jun 5 2017, 3:44 AM · Bug Report, gnupg
gniibe added a parent task for T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon: T1983: gpg2 prefers missing secret key to available key on card.
Jun 5 2017, 3:44 AM · gnupg (gpg21), Bug Report
gniibe claimed T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon.
Jun 5 2017, 2:04 AM · gnupg (gpg21), Bug Report

Jun 2 2017

werner added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

I released libgcrypt 1.7.7
and nPth 1.6

Jun 2 2017, 10:52 AM · Bug Report, gpgagent, gnupg
werner removed a project from T3184: libgcrypt: make check fails on mingw64 build: Unreleased.

I just released 1.7.7

Jun 2 2017, 9:27 AM · Windows, Bug Report
abdo.roig created T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon.
Jun 2 2017, 9:08 AM · gnupg (gpg21), Bug Report
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

libgcrypt secmem fix is not that in hurry, I think. nPTh bug for macOS sounds more severe.

Jun 2 2017, 12:37 AM · Bug Report, gpgagent, gnupg

Jun 1 2017

werner added a project to T3182: gnupg 1.4 built with gcc 7.0.1 fails the tests on ARM: asm.
Jun 1 2017, 9:38 PM · gnupg (gpg14), asm, Bug Report
werner added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

So, should we do a new libgcrypt release RSN?
There is another bug with solution also pending and it might not be too late for Squeeze if we hurry.

Jun 1 2017, 2:47 PM · Bug Report, gpgagent, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

I managed to replicate this issue by preparing artificial nPth on x86 GNU/Linux.

Jun 1 2017, 2:16 PM · Bug Report, gpgagent, gnupg
ilovezfs added a comment to T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS.

@aheinecke thanks! My apologies for not making that clear in the initial report.

Jun 1 2017, 11:27 AM · gpgme, Bug Report
aheinecke added a comment to T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS.

*facepalm* Ooops. I see. Thanks for the report. I'll fix it.

Jun 1 2017, 11:26 AM · gpgme, Bug Report
peterbud added a comment to T3184: libgcrypt: make check fails on mingw64 build.

werner, a quick question: what is the ETA of the new realease? I'm asking to see whether should I apply a temporary patch for the Windows64 build, or rather wait for the new release?

Jun 1 2017, 11:05 AM · Windows, Bug Report
ilovezfs added a comment to T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS.

@aheinecke Yes, the issue is with INTERFACE_LINK_LIBRARIES not IMPORTED_LOCATION.

Jun 1 2017, 11:01 AM · gpgme, Bug Report
aheinecke added a comment to T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS.

Uhm I thought this was fixed with 2e661b9e1a9b50656a5c9646d7444a98477010c1 that should have been part of GPGME-1.9.0 are you sure that you are not seeing this with an older version?

Jun 1 2017, 10:49 AM · gpgme, Bug Report
justus assigned T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS to aheinecke.
Jun 1 2017, 10:44 AM · gpgme, Bug Report
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

I fixed a bug in nPth: rPTH4fae99976c31: Fix busy_wait_for.
During this debug, I also found a bug and fixed in libassuan: rA62f3123d3877: Use gpgrt_free to release memory allocated by gpgrt_asprintf.
Also, I fixed two related bug in GnuPG:
rGc03e0eb01dc4: agent: Fix error from do_encryption.
rG996544626ea4: agent: Fix memory leaks.

Jun 1 2017, 5:02 AM · Bug Report, gpgagent, gnupg

May 30 2017

dn3s created T3186: pinentry-curses, pinentry-tty both freak out at control+c.
May 30 2017, 9:24 PM · g10code Sprint (KW 26), gnupg, pinentry, Bug Report
peterbud added a comment to T3184: libgcrypt: make check fails on mingw64 build.

Thank you werner for the quick reply!

May 30 2017, 5:10 PM · Windows, Bug Report
werner added a project to T3184: libgcrypt: make check fails on mingw64 build: Unreleased.
May 30 2017, 4:04 PM · Windows, Bug Report
werner closed T3184: libgcrypt: make check fails on mingw64 build as Resolved.

Good catch. Only on Windows64 sizeof(int)==sizeof(long) and thus the generic definition does not work.
Fixed in master and 1.7: rC7a339b1fc94cbda738cf7712830e783faa0e325e

May 30 2017, 3:53 PM · Windows, Bug Report
peterbud added a comment to T3184: libgcrypt: make check fails on mingw64 build.

Hi werner, I have just managed to find a solution and its really weird.
I have seen that on this platform, the mpi-asm-defs.h is being linked from the generic folder and not from the AMD64 folder. All other asm files are nicely linked fro the AMD64 folder. Here is the relevant part from the build log:

May 30 2017, 2:38 PM · Windows, Bug Report
werner added a project to T3184: libgcrypt: make check fails on mingw64 build: Windows.
May 30 2017, 2:02 PM · Windows, Bug Report
werner added a comment to T3184: libgcrypt: make check fails on mingw64 build.

Sorry, I can't access the build output (probably JS riddled paged). Please attach the config.log here.
In case you are building _on_ Windows: We do not support this - it may or may not work. All builds need to be done using a cross compiler from a Unix system.

May 30 2017, 2:00 PM · Windows, Bug Report

May 29 2017

peterbud updated the task description for T3184: libgcrypt: make check fails on mingw64 build.
May 29 2017, 5:09 PM · Windows, Bug Report
peterbud updated the task description for T3184: libgcrypt: make check fails on mingw64 build.
May 29 2017, 12:21 PM · Windows, Bug Report
peterbud created T3184: libgcrypt: make check fails on mingw64 build.
May 29 2017, 11:48 AM · Windows, Bug Report
justus moved T2990: dirmngr fails with IPv6 nameserver in resolv.conf from Backlog to Blocker on the gnupg (gpg22) board.
May 29 2017, 9:39 AM · gnupg (gpg22), Bug Report, dirmngr
justus edited projects for T2990: dirmngr fails with IPv6 nameserver in resolv.conf, added: gnupg (gpg22); removed gnupg.
May 29 2017, 9:38 AM · gnupg (gpg22), Bug Report, dirmngr

May 28 2017

werner added a comment to T2990: dirmngr fails with IPv6 nameserver in resolv.conf.

Dirmngr uses its own resolver for these reasons:

May 28 2017, 12:03 PM · gnupg (gpg22), Bug Report, dirmngr

May 27 2017

arian added a comment to T2990: dirmngr fails with IPv6 nameserver in resolv.conf.

debian stretch's 2.1.18 also suffers from this (debian bug tracker). As there is only 13 days left for fixing issues in stretch, swift action is needed.

May 27 2017, 11:39 PM · gnupg (gpg22), Bug Report, dirmngr
arian merged T3085: dirmngr is useless on IPv6-only systems into T2990: dirmngr fails with IPv6 nameserver in resolv.conf.
May 27 2017, 11:28 PM · gnupg (gpg22), Bug Report, dirmngr

May 26 2017

bcl created T3182: gnupg 1.4 built with gcc 7.0.1 fails the tests on ARM.
May 26 2017, 10:56 PM · gnupg (gpg14), asm, Bug Report

May 25 2017

ilovezfs created T3181: GPGME's GpgmeppConfig.cmake uses .so not .dylib on macOS.
May 25 2017, 4:35 PM · gpgme, Bug Report
Incanus added a comment to T3180: Directory traversal bug.

Indeed.
However I am more concerned about the directory traversal, which seems be unintended and unnecessarily dangerous.

May 25 2017, 12:04 PM · Bug Report
werner closed T3180: Directory traversal bug as Invalid.

Let me quote from the man page:

May 25 2017, 11:51 AM · Bug Report
Incanus created T3180: Directory traversal bug.
May 25 2017, 11:32 AM · Bug Report
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

@gniibe , I'm not setting the max-passphrase-option. Currently, my gpg-agent.conf looks like this:

May 25 2017, 7:47 AM · Bug Report, gpgagent, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

@landro , Do you have any key which might require passphrase update for its expiration?
I mean, do you have an gpg-agent option of "max_passphrase_days" set (default is not set).

May 25 2017, 2:47 AM · Bug Report, gpgagent, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

(Since I was writing by phone, the sentence was terse. Sorry. This time, by PC.)

May 25 2017, 12:06 AM · Bug Report, gpgagent, gnupg

May 24 2017

landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

What do you mean by connection error, @gniibe? I hope the user is not impacted by what you are suggesting.

May 24 2017, 3:13 PM · Bug Report, gpgagent, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

For smartcard, yes. The feature for ssh with smartcard has been available more than ten years. I recently apply the approach to gpg frontend.

May 24 2017, 1:57 PM · Bug Report, gpgagent, gnupg
justus added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:

May 24 2017, 1:44 PM · Bug Report, gpgagent, gnupg
justus moved T2964: dirmngr and gpg-agent should work automatically even when GNUPGHOME is larger than sun_path from Backlog to Deferred on the gnupg (gpg22) board.
May 24 2017, 1:29 PM · Stalled, scd, gpgagent, Bug Report, gnupg, dirmngr
justus moved T2908: dirmngr can't be build w/o LDAP from Backlog to Wishlist on the gnupg (gpg22) board.
May 24 2017, 1:29 PM · gnupg (gpg22), dirmngr, Bug Report, gnupg
justus claimed T2423: configure: error: Sorry, the current implemenation requires mmap. due to empty CFLAGS (missing -fPIC).

@werner, can you please quickly outline how you imagine this to be fixed? Our jabber discussion is gone from my memory, and my client does not keep logs for MUCs for some reason.

May 24 2017, 1:25 PM · gnupg (gpg22), Bug Report, gnupg
justus moved T2423: configure: error: Sorry, the current implemenation requires mmap. due to empty CFLAGS (missing -fPIC) from Backlog to Blocker on the gnupg (gpg22) board.
May 24 2017, 1:23 PM · gnupg (gpg22), Bug Report, gnupg
justus moved T2236: Importing a key with badly ordered packets doesn't reorder it, and while --edit-key does reorder it doesn't move the signature packets to the right place from Backlog to Blocker on the gnupg (gpg22) board.
May 24 2017, 1:22 PM · gnupg (gpg22), Bug Report
justus moved T2917: --locate-key should re-fetch key via WKD if it is expired from Backlog to Blocker on the gnupg (gpg22) board.
May 24 2017, 1:18 PM · gnupg (gpg22), Bug Report
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Just noticed one more thing - I'm not trying to use a smartcard at this time (I plan on moving to yubikeys in future though) - why is "new connection to SCdaemon established" all over the logs?

May 24 2017, 12:55 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

So I'm using pinentry-mac in my gpg-agent.conf:

May 24 2017, 12:52 PM · Bug Report, gpgagent, gnupg

May 23 2017

justus added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

So I noticed your log contains lot's of "starting a new PIN Entry", I assume you are using some kind of password manager integration, so that you don't need to enter it each time (sorry, I'm not familiar with how pinentry works on macOS).

May 23 2017, 4:00 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Ok. To reproduce, I believe the key is to establish lots of connections (in my rig around 20) to (possibly different) ssh server(s) (possibly by going through a bastion) within a short timeframe.

May 23 2017, 3:46 PM · Bug Report, gpgagent, gnupg
justus added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:

Too bad. I installed both libgcrypt and gnupg using homebrew, and apparently there is no way to make homebrew include debug info. I guess I could build from source and include debug info - where can I find instructions on doing that?
May 23 2017, 3:32 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Hm, it did not give us the location in the source unfortunately, only
the offset from the top of the function, which the original stack trace
already contains. Maybe the library does not contain debug information.
Depending on how you installed that software, there may be a way to
install the debug symbols too. That would make bug reports much more
helpful. Thanks anyway, maybe the log will help us trace the problem.

May 23 2017, 3:19 PM · Bug Report, gpgagent, gnupg
justus closed T3008: GPGME: Unit test suite failure with gpg 2.0.24 as Resolved.

https://build.opensuse.org/package/live_build_log/openSUSE:Leap:42.3:Staging:A:DVD/gpgme/standard/x86_64 looks good. Closing this task.

May 23 2017, 2:40 PM · gpgme, Bug Report
justus closed T2159: GNUPGHOME not set to the cwd as Resolved.

The test framework changed considerably, and the reporter is not responding with details. I don't believe this is applicable anymore. I'm closing this task. Feel free to reopen with more information.

May 23 2017, 2:38 PM · Tests, gnupg, Bug Report
justus added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:

In https://dev.gnupg.org/T3027#97654, @justus wrote:
> Hi @landro, thanks for the stack trace.  Could you please try to resolve this frame
>
>   4   libgcrypt.20.dylib            	0x000000010d8b14d2 openpgp_s2k + 594

Here it is. @justus

$ atos -o /usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib -arch x86_64 -l 0x10d896000 0x000000010d8b14d2
openpgp_s2k (in libgcrypt.20.dylib) + 594
May 23 2017, 12:41 PM · Bug Report, gpgagent, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

@landro Thanks a lot. I think that we see some failures in the log, and there might be another bug in the failure path.

May 23 2017, 12:31 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.
In T3027#97654, @justus wrote:

Hi @landro, thanks for the stack trace. Could you please try to resolve this frame

4   libgcrypt.20.dylib            	0x000000010d8b14d2 openpgp_s2k + 594

to a source code location? I believe it can be done this way:

$ atos -o /usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib -arch x86_64 -l 0x10d896000 0x000000010d8b14d2

I tried to reproduce this issue locally but failed.

May 23 2017, 12:21 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Here is the output of the log file

May 23 2017, 12:19 PM · Bug Report, gpgagent, gnupg
aheinecke changed the status of T780: Text message sent out in clear despite encryption activated from Resolved to Spite.

We can close this. The current Master of GpgOL states that Outlook 2003 and 2007 Support is no longer maintained and we will remove support for this altogether in new versions. With current Master this issue also no longer occurs.

May 23 2017, 10:20 AM · gpgol, Bug Report, Too Old
marcus renamed T780: Text message sent out in clear despite encryption activated from NATIONAL SECURITY. FEDERAL OFFENSE 12-20 FEDERAL PRISON to Text message sent out in clear despite encryption activated.
May 23 2017, 9:51 AM · gpgol, Bug Report, Too Old
marcus renamed T1163: trustlist is not used at all on some platforms from NATIONAL SECURITY. FEDERAL OFFENSE 12-20yrs FEDERAL PRISON to trustlist is not used at all on some platforms.
May 23 2017, 9:43 AM · gpgagent, Bug Report, gnupg, patch
marcus added projects to T1205: MacOSX and libassuan / gnupg v2.0.15 problem: Bug Report, gnupg.
May 23 2017, 9:41 AM · gnupg, Bug Report
marcus assigned T1996: pinentry-gtk-2 returns an empty passphrase string if typed passphrase is longer than 32 chars to neal.
May 23 2017, 9:40 AM · Bug Report, Debian, pinentry
marcus changed the status of T2426: gpgme - Inappropriate ioctl for device from Invalid to Resolved.
May 23 2017, 9:38 AM · Python, Fedora, Bug Report, gpgme
marcus renamed T2426: gpgme - Inappropriate ioctl for device from NATIONAL SECURITY. FEDERAL OFFENSE 12-20yrs FEDERAL PRISON to gpgme - Inappropriate ioctl for device.
May 23 2017, 9:38 AM · Python, Fedora, Bug Report, gpgme
gniibe closed T2886: nPth often needs -lpthread but does not detect this as Resolved.

Fixed in npth 1.4.

May 23 2017, 7:47 AM · In Progress, Bug Report, npth
gniibe closed T2998: link error in tests on NetBSD as Resolved.

Fixed in npth 1.4.

May 23 2017, 7:46 AM · In Progress, Bug Report, npth
gniibe closed T2202: struct timespec is already defined in MINGW32 as Resolved.

Fixed in npth 1.4.

May 23 2017, 7:46 AM · In Progress, Bug Report, Windows, npth
gniibe added a comment to T1983: gpg2 prefers missing secret key to available key on card.

I applied another approach: rGfbb2259d22e6: g10: Fix default-key selection for signing, possibly by card.
Please test.

May 23 2017, 7:40 AM · Bug Report, gnupg
gniibe added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

In the crash log of 2017-05-22, I can't find any race or violation of shared object. It looks like some malloc related error.
Does gpg-agent emit error message(s)?

May 23 2017, 7:36 AM · Bug Report, gpgagent, gnupg
Unknown Object (User) placed T1996: pinentry-gtk-2 returns an empty passphrase string if typed passphrase is longer than 32 chars up for grabs.
May 23 2017, 4:03 AM · Bug Report, Debian, pinentry

May 22 2017

justus added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Hi @landro, thanks for the stack trace. Could you please try to resolve this frame

May 22 2017, 4:23 PM · Bug Report, gpgagent, gnupg
landro added a comment to T3027: gpg-agent crash on macOS Sierra triggerd by ssh.

Just retested this with 2.1.21 - unfortunately gpg-agent is still crashing. Se new attached crash log.

May 22 2017, 12:23 PM · Bug Report, gpgagent, gnupg
landro reopened T3027: gpg-agent crash on macOS Sierra triggerd by ssh as "Open".
May 22 2017, 12:21 PM · Bug Report, gpgagent, gnupg

May 19 2017

gniibe reopened T1983: gpg2 prefers missing secret key to available key on card as "Open".

Sorry, my fix was not good. Re-opening.

May 19 2017, 1:19 PM · Bug Report, gnupg
werner lowered the priority of T2434: pinentry-gtk-2's --no-global-grab does not work as advertised from Unbreak Now! to Normal.
May 19 2017, 10:39 AM · Bug Report, pinentry

May 17 2017

DomT4 added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

Can confirm here too. Applying that on top of 2.1.21 works perfectly.

May 17 2017, 4:36 AM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

Yes that fixes it!

May 17 2017, 4:22 AM · MacOS, Bug Report, gnupg
gniibe added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

I put another bug in 2.1.21. Please try: rGa8dd96826f84: g10: Suppress error for card availability check.

May 17 2017, 2:56 AM · MacOS, Bug Report, gnupg