Page MenuHome GnuPG
Feed Advanced Search

May 3 2019

aheinecke added a comment to T4477: gpgme has noisy warnings in debug.h.

That makes sense to me. So I've now moved the -Wno flags out of the maintainer mode conditional but left the parts adding warnings in the maintainer mode conditional.

May 3 2019, 10:59 AM · Bug Report, gpgme
werner triaged T4478: Please fix DeryptionError typo in gpgme python bindings as High priority.
May 3 2019, 10:29 AM · Python, Bug Report, gpgme
werner added a project to T4478: Please fix DeryptionError typo in gpgme python bindings: Python.
May 3 2019, 10:29 AM · Python, Bug Report, gpgme
werner added a comment to T4477: gpgme has noisy warnings in debug.h.

The thing is that that I accidentally added the -Wno-* flags only in maintainer-mode as they were -Wmore-strict-warning-flags. One reason for using more strict warnings in maintainer mode is to allow building with older gcc versions without having to test for the availability of the warning flags.

May 3 2019, 10:28 AM · Bug Report, gpgme
aheinecke assigned T4477: gpgme has noisy warnings in debug.h to werner.

Thanks for the report. This is annoying me, too when doing release builds.

May 3 2019, 9:03 AM · Bug Report, gpgme
aheinecke added a revision to T4477: gpgme has noisy warnings in debug.h: D484: Always use maintainer-mode compile flags.
May 3 2019, 9:02 AM · Bug Report, gpgme
aheinecke added a comment to T4276: Context.decrypt() throws an error if *any* signature is bad.

I'm for merging this as I understand the rationale. In Kleo / GpgOL I also only need one valid signature.

May 3 2019, 8:35 AM · gpgme, Python, Bug Report
dkg added a comment to T4276: Context.decrypt() throws an error if *any* signature is bad.

I've just published a branch dkg/fix-T4276 (with commit 4100794e305ba22241ea5a4f7b42bb5189fbd948) which i think resolves this issue.

May 3 2019, 6:49 AM · gpgme, Python, Bug Report
dkg created T4478: Please fix DeryptionError typo in gpgme python bindings.
May 3 2019, 4:42 AM · Python, Bug Report, gpgme
dkg created T4477: gpgme has noisy warnings in debug.h.
May 3 2019, 4:29 AM · Bug Report, gpgme

May 2 2019

aheinecke closed T4463: GpgOL with different accounts in Office 2016 does not work in every account as Wontfix.

@JW-D Sorry but that is a Wontfix. We had a similar task: T4115

May 2 2019, 11:02 AM · Bug Report, gpg4win
JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

On think should be mentioned. Both accounts are IMAP, but the Posteo account has one particular feature. All inbound traffic from their server to my client (receiving e-mails) is encrypted with my own public S/MIME certificate (they call it "Eingangsverschlüsselung") so all non-encrypted e-mail will be treated between Posteo server and my client as S/MIME end-to -end encrypted e-mails. This is not the case with the t-online account (there it is just TLS encrypted). However, I believe a PGP signature verification should happen after S/MIME decryption on the client.

May 2 2019, 10:20 AM · Bug Report, gpg4win
aheinecke added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

Ah! I see it now. I've looked at the screenshots again and noticed that Enigmail writes for the posteo message. "Part of the messaage is signed" and shows it as encrypted, while for t-online it is the full message that is signed and not encrypted.

May 2 2019, 10:14 AM · Bug Report, gpg4win
JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

This account is IMAP, nothing special, I´ll send a screenshot from the add-ins by e-mail.

May 2 2019, 10:01 AM · Bug Report, gpg4win
JW-D added a comment to T4451: Kleopatra: OpenPGP Smart Card decription / private key not found.

Well, I deinstalled gpg 3.1.7 and reinstalled it. For some reason my two gnupg smart cards work fine, but my two Yubikeys cannot be detected anymore (no such device). But in the last weeks, they were deteced, only the switching between Yubikey and Smart Card made some trouble. That they cannot be recognized is new and makes real trouble. If you think it would maybe helpful, I can submit a scdaemon.log file by e-mail.

May 2 2019, 9:52 AM · Windows, kleopatra, Bug Report, gpg4win
aheinecke added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

According to the log GpgOL is not notified by Outlook that a mail is read. So it does nothing.

May 2 2019, 9:49 AM · Bug Report, gpg4win
JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

The debug file will be sent by e-mail to you immediately. THANKS

May 2 2019, 9:38 AM · Bug Report, gpg4win
aheinecke added a comment to T4350: Attachments in Outlook.

But sadly I can't see any problem with the mail. Looking at the source of the mail it has the image as one attachment. That attachment is displayed. There are no other attachments part of the mail and so other clients also only show that one attachment.

May 2 2019, 9:00 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

yes I got the screenshot but they sadly did not tell me much. I don't have a good idea right now why it does not work for that one account.

May 2 2019, 8:40 AM · Bug Report, gpg4win
matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

Revision D482 adds an extra confirmation prompt before deleting the secret primary key.
Revision D483 adds portuguese translation for the primary key deletion confirmation message.

May 2 2019, 5:22 AM · patch, Bug Report, gnupg

Apr 30 2019

FabioCarpi added a comment to T4350: Attachments in Outlook.

I have sended the email...

Apr 30 2019, 4:15 PM · Info Needed, gpgol, Bug Report, gpg4win
haubi added a comment to T4474: libgpg-error: Disallow undefined symbols by design..

Without -no-undefined, libtool refuses to create the shared library (dll) on Cygwin, because libtool knows that creating a shared library (dll) on Cygwin does require all symbols to be defined.
Unfortunately but traditionally, by default libtool has to assume a library being created will have undefined symbols.
Hence, if the library to be created is designed to have all symbols defined, libtool needs to be informed about this fact using the -no-undefined flag.
This flag does allow libtool to create a shared library even on platforms known to require all symbols to be defined for shared libraries.

Apr 30 2019, 12:12 PM · gpgrt, Cygwin, patch, Bug Report
matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

@werner Here are the patches:

Apr 30 2019, 11:50 AM · patch, Bug Report, gnupg
werner added a project to T4451: Kleopatra: OpenPGP Smart Card decription / private key not found: Windows.
Apr 30 2019, 11:44 AM · Windows, kleopatra, Bug Report, gpg4win
werner added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

If you have a patch please send it either by mail to gnupg-devel or attach it here. Thanks.

Apr 30 2019, 11:39 AM · patch, Bug Report, gnupg
werner triaged T4474: libgpg-error: Disallow undefined symbols by design. as Low priority.

Please explain in more detail what the problem with Cygwin is.

Apr 30 2019, 11:37 AM · gpgrt, Cygwin, patch, Bug Report
matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

I thought about building a list of keys targeted for deletion so gpg can then ask the user to confirm the deletion of each key individually.

Apr 30 2019, 11:35 AM · patch, Bug Report, gnupg
haubi created T4474: libgpg-error: Disallow undefined symbols by design..
Apr 30 2019, 10:59 AM · gpgrt, Cygwin, patch, Bug Report
JW-D added a comment to T4451: Kleopatra: OpenPGP Smart Card decription / private key not found.

So long I change between smart cards, I can do it multiple times. If a Yubikey is recognized and a smart card follows next it will not work. Most recently I face also problems to detect the Yubikey (Message: no such device), but Smart Cards still working fine.

Apr 30 2019, 10:18 AM · Windows, kleopatra, Bug Report, gpg4win
JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

Did you get the screenshots from Thunderbird (works fine in both accounts) and Outlook (failure in one account)? If not, please provide e-mail address.

Apr 30 2019, 10:09 AM · Bug Report, gpg4win

Apr 29 2019

werner closed T4473: The presence of gpg key disables ulimit and coredump in X11 session as Wontfix.

Since 2.1 the standard use of gpg-agent is to have it started on demand by the components which require it. The use of
"gpg-agent --daemon /bin/sh " should be used for debugging only.

Apr 29 2019, 10:12 PM · gpgagent, Bug Report
pmgdeb created T4473: The presence of gpg key disables ulimit and coredump in X11 session.
Apr 29 2019, 5:28 PM · gpgagent, Bug Report
werner added a comment to T4012: Diagnostic is shown with the original filename not being sanitized..
Request for keyThu, 7 Jun 2018 11:48 +0200
Reply from usThu, 7 Jun 2018 19:05 +0200
Report dateFri, 8 Jun 2018 09:14 +0200
Fix committedFri, 8 Jun 2018 11:09 +0200
Announcement and releaseFri, 8 Jun 2018 15:41 +0200
Apr 29 2019, 4:14 PM · gnupg, CVE, Bug Report
aheinecke closed T3538: Signing does not work as Resolved.

With the last release we improved the handling of sent mails, again.

Apr 29 2019, 9:39 AM · Bug Report, gpg4win
aheinecke lowered the priority of T4350: Attachments in Outlook from High to Low.

Without more reports and without the info needed to analyze this further I'm lowering the priority.

Apr 29 2019, 9:38 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke changed the status of T4333: Job objects on Windows interfere with automatic start of gpg-agent from Open to Testing.

I've applied your patch with an additional comment to our master branch. Thanks!

Apr 29 2019, 9:37 AM · patch, Windows, gpgagent, Bug Report

Apr 27 2019

matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

@dkg, thanks for the feedback. I read [doc/HACKING](https://www.gnupg.org/faq/HACKING.html) and revised the commit message so that it contains ChangeLog entries and a marker line before my description. I compared my new message to prior log entries and they seem to match now. Is this appropriate? If so, I will revise my other commits in the same manner.

Apr 27 2019, 4:07 AM · patch, Bug Report, gnupg
dkg updated subscribers of T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

Thanks for this work, @matheusmoreira ! I personally think a reusable function in common/ would be preferable, but it's probably up to @werner to decide what's best here.

Apr 27 2019, 3:15 AM · patch, Bug Report, gnupg

Apr 26 2019

matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

@dkg Sure! I thought I was supposed to email the patches to the development mailing list. [I've uploaded my delete-secret-subkey branch to GitHub.](https://github.com/matheusmoreira/gnupg/tree/delete-secret-subkey) You can see a comparison here. I'll describe my changes.

Apr 26 2019, 6:58 PM · patch, Bug Report, gnupg
aheinecke closed T3888: Kleopatra: S/MIME trees in keylist are minimized on refresh as Resolved.
Apr 26 2019, 3:09 PM · Bug Report, gpg4win, kleopatra
aheinecke added a subtask for T3604: Kleopatra: Default column sizes / Window size for Keylist still wrong: T4389: Gpg4win 3.1.8.
Apr 26 2019, 3:09 PM · gpg4win, Bug Report, kleopatra
aheinecke closed T3604: Kleopatra: Default column sizes / Window size for Keylist still wrong as Resolved.

With the new keytreeview since 45f27eb3940617a8daff9b218b066ac482b9515d this is resolved.

Apr 26 2019, 3:08 PM · gpg4win, Bug Report, kleopatra
aheinecke added a subtask for T3888: Kleopatra: S/MIME trees in keylist are minimized on refresh: T4389: Gpg4win 3.1.8.
Apr 26 2019, 3:07 PM · Bug Report, gpg4win, kleopatra
aheinecke added a comment to T3888: Kleopatra: S/MIME trees in keylist are minimized on refresh.

This was fixed with c591cb20edfe70de29d343a6ce13c4b710bdeba6

Apr 26 2019, 3:07 PM · Bug Report, gpg4win, kleopatra
aheinecke closed T4236: GpgOL: Properties changed message appearing too often as Resolved.

This was fixed.

Apr 26 2019, 3:05 PM · Bug Report, gpg4win, gpgol
gniibe closed T4469: libgpg-error build issue: error: redefinition of 'msgstr' as Invalid.
Apr 26 2019, 8:06 AM · Bug Report
dkg added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

nice, i'm glad to hear you've got something working, @matheusmoreira ! if you can point to your branch, or send patches here so that other folks can review, that would be great.

Apr 26 2019, 6:58 AM · patch, Bug Report, gnupg
JollyRoger added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

Ha, fancy that, I just added the method of using gpg-connect-agent to our new handbook, I agree that having a --delete-secret-subkeys command would be incredibly handy here.

Apr 26 2019, 6:36 AM · patch, Bug Report, gnupg
matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

I managed to make it work on my branch: gpg --delete-secret-key FPR! deletes just that key and no others! I will prepare a patch for this specific change and then try to implement the --delete-secret-subkeys command.

Apr 26 2019, 5:25 AM · patch, Bug Report, gnupg

Apr 25 2019

MCMic created T4472: Documentation about pushing keys to LDAP is incomplete.
Apr 25 2019, 9:30 AM · Documentation, LDAP, Bug Report

Apr 24 2019

JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

Screenshots were sent by e-mail to you. Thunderbird and Outlook screenshots are different.

Apr 24 2019, 4:46 PM · Bug Report, gpg4win
JW-D added a comment to T4463: GpgOL with different accounts in Office 2016 does not work in every account.

I am quite sure! Because, (1) I opened both mails on another computer were Thunderbird is installed. Both signatures can be verified on both accounts with Thunderbird. Both mails were sent out with PGP signature by HPI Identity Leak Checker Team, so the signature generally works fine. (2) If I save the key which is as asc file in the attachment (in the account which does not work) on computer and perform then a check of the signature, I receive a input / output error in Kleopatra. I will make some screenshots, and I´ll send it by mail to you.

Apr 24 2019, 4:04 PM · Bug Report, gpg4win
aheinecke claimed T4463: GpgOL with different accounts in Office 2016 does not work in every account.

Are you sure that it is related to accounts and not to the mail? E.g. if you copy that mail from the second account to the first account, is it verified then?

Apr 24 2019, 12:53 PM · Bug Report, gpg4win

Apr 23 2019

werner triaged T4198: Pinentry doesn't capture input correctly, crashes terminal instead as Normal priority.
Apr 23 2019, 1:36 PM · pinentry, Bug Report
werner updated subscribers of T4462: GnuPG: Segfaults trying to encrypt / locate by mbox for specific keys.

FWIW, with 4a130bbc2c2f4be6e8c6357512a943f435ade28f I fixed a similar report by @syscomet but lacking a test case this was a blind flight ("This patch is not tested but a good guess."). Thanks for tracking it down.

Apr 23 2019, 1:14 PM · Bug Report, gnupg
werner triaged T4464: dane refers to draft-ietf-dane-openpgpkey-05, should be RFC 7929 as Low priority.
Apr 23 2019, 9:10 AM · gnupg, Documentation, Bug Report
werner triaged T4465: dirmngr's default tor autodetection mode should autodetect on each connection (falling back to non-tor when tor is unavailable) as Normal priority.
Apr 23 2019, 9:08 AM · Tor, dirmngr, Bug Report
werner closed T4470: favicon must not be transparent as Wontfix.

Minor

Apr 23 2019, 9:03 AM · gpgweb, Bug Report
kristianf added a comment to T4459: libgpg-error build issue with gawk 5.0.0.

For reference our downstream tracker of this is https://bugs.gentoo.org/683254 including patches

Apr 23 2019, 12:07 AM · Gentoo, gpgrt, MacOS, Bug Report
kristianf added a project to T4459: libgpg-error build issue with gawk 5.0.0: Gentoo.
Apr 23 2019, 12:05 AM · Gentoo, gpgrt, MacOS, Bug Report

Apr 22 2019

gniibe claimed T4469: libgpg-error build issue: error: redefinition of 'msgstr'.
Apr 22 2019, 4:27 AM · Bug Report
gniibe added a comment to T4469: libgpg-error build issue: error: redefinition of 'msgstr'.

The patch touches src/Makefile.am. You need to run automake to update src/Makefile.in.
In the patch, it uses pkg_namespace variable to have prefix 'errnos_'.

Apr 22 2019, 4:27 AM · Bug Report

Apr 21 2019

cepxuo created T4470: favicon must not be transparent.
Apr 21 2019, 5:38 PM · gpgweb, Bug Report

Apr 20 2019

Marius_Schamschula created T4469: libgpg-error build issue: error: redefinition of 'msgstr'.
Apr 20 2019, 1:25 PM · Bug Report

Apr 19 2019

dkg added a comment to T4464: dane refers to draft-ietf-dane-openpgpkey-05, should be RFC 7929 .

Paul Wouters writes to me:

Apr 19 2019, 10:39 PM · gnupg, Documentation, Bug Report
dkg added a comment to T4465: dirmngr's default tor autodetection mode should autodetect on each connection (falling back to non-tor when tor is unavailable).

I just noticed that dirmngr(8)'s documentation for its --keyserver option says:

Apr 19 2019, 5:11 PM · Tor, dirmngr, Bug Report
dkg added a comment to T4465: dirmngr's default tor autodetection mode should autodetect on each connection (falling back to non-tor when tor is unavailable).

Note that even sending a HUP to dirmngr, when it is in this autodetection mode that observed tor at the start, is insufficient to have it re-run the autodetection. You have to explicitly terminate dirmngr to get it to unlearn the autodetected presence of Tor. This is subtly hinted at in dirmngr(8), but no justification is given for it.

Apr 19 2019, 4:47 PM · Tor, dirmngr, Bug Report
dkg created T4465: dirmngr's default tor autodetection mode should autodetect on each connection (falling back to non-tor when tor is unavailable).
Apr 19 2019, 4:36 PM · Tor, dirmngr, Bug Report
gniibe claimed T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.
Apr 19 2019, 8:02 AM · gpgme (gpgme 1.23.x), Bug Report
gniibe changed the status of T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0 from Open to Testing.

I think I identified the bug. A fix is pushed.

Apr 19 2019, 8:02 AM · gpgme (gpgme 1.23.x), Bug Report
gniibe added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

Before the SEGV, calling a handler in _gpgme_io_close is strange:

GPGME 2019-04-11 12:24:58 <0x660e>        _gpgme_io_close: check: fd=0x22 invoking close handler 0x7f341d8b8960/0x7f33f0003930

Because the file descriptor 0x21 and 0x22 is allocated by _gpgme_io_pipe, and there should be no handler(s) for those fds.
Either, the notify_table is screwed up, or there is a leak of fds.
I'd like to see the logs of all calls of _gpgme_io_set_close_notify and _gpgme_io_close.

Apr 19 2019, 7:23 AM · gpgme (gpgme 1.23.x), Bug Report
gniibe added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

Sorry, I overlooked. I think it is inside _gpgme_io_close calling the handler, and the handler segfaults.

Apr 19 2019, 6:05 AM · gpgme (gpgme 1.23.x), Bug Report
dkg created T4464: dane refers to draft-ietf-dane-openpgpkey-05, should be RFC 7929 .
Apr 19 2019, 1:30 AM · gnupg, Documentation, Bug Report

Apr 18 2019

aheinecke claimed T4462: GnuPG: Segfaults trying to encrypt / locate by mbox for specific keys.

I have a fix. I'll commit it later.

Apr 18 2019, 1:31 PM · Bug Report, gnupg
JW-D created T4463: GpgOL with different accounts in Office 2016 does not work in every account.
Apr 18 2019, 12:21 PM · Bug Report, gpg4win
aheinecke renamed T4462: GnuPG: Segfaults trying to encrypt / locate by mbox for specific keys from GnuPG: Segfaults trying to encrypt / locate by mbox to GnuPG: Segfaults trying to encrypt / locate by mbox for specific keys.
Apr 18 2019, 12:04 PM · Bug Report, gnupg
aheinecke created T4462: GnuPG: Segfaults trying to encrypt / locate by mbox for specific keys.
Apr 18 2019, 12:01 PM · Bug Report, gnupg
gniibe added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

Apparently, it SEGV-ted itself by assert at line 468 in gpgme/src/engine.c.
For GpgSM, info->file_name is not assigned (while it is done by gpg and gpgconf).
The code hasn't been changed for a while, I don't know the exact reason why it becomes occur.

Apr 18 2019, 5:14 AM · gpgme (gpgme 1.23.x), Bug Report

Apr 17 2019

catenacyber added a comment to T4461: Memory leak in read_block.

Fix is ok for oss-fuzz

Apr 17 2019, 4:38 PM · Bug Report
gniibe changed the status of T4461: Memory leak in read_block from Open to Testing.
Apr 17 2019, 3:02 AM · Bug Report
gniibe added a comment to T4461: Memory leak in read_block.

I think that the bug has been there. The commits of import.c revealed the problem with your particular input.

Apr 17 2019, 3:01 AM · Bug Report
gniibe claimed T4461: Memory leak in read_block.

Thanks for your report. It was good you add "enter no passphrase for Alfa Test Key". Then, I saw the leak. (I misunderstood as if I needed the test environment.)
Anyway, I'm going to fix it now.

Apr 17 2019, 2:46 AM · Bug Report

Apr 16 2019

catenacyber created T4461: Memory leak in read_block.
Apr 16 2019, 6:06 PM · Bug Report
Blubberbub added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

Can you see the problem and fix it with the given information?

Apr 16 2019, 2:47 PM · gpgme (gpgme 1.23.x), Bug Report
gniibe changed the status of T4459: libgpg-error build issue with gawk 5.0.0 from Open to Testing.

Added a fix to GnuPG, too (master and stable 2.2).

Apr 16 2019, 8:29 AM · Gentoo, gpgrt, MacOS, Bug Report
matheusmoreira added a comment to T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).

I've been studying the source code. When a fingerprint suffixed with ! is given as argument, the [do_delete_key](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=g10/delkey.c;h=cc567384612ccf0dfd41d9e620d6cd5e759fd7b6;hb=HEAD#l50) function correctly classifies the search descriptor as exact and finds the correct key using [keydb_search](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=g10/keydb.c;h=8c067e1dfbfa7a6394e44dbed3bfaef5a4fa7c43;hb=HEAD#l1853). However, the handle returned by [keydb_get_keyblock](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=g10/keydb.c;h=8c067e1dfbfa7a6394e44dbed3bfaef5a4fa7c43;hb=HEAD#l1352) apparently includes the primary key and all subkeys associated with it. After confirming the action with the user, the function iterates over all PKT_PUBLIC_KEY and PKT_PUBLIC_SUBKEY packets present in the keyblock, obtains the keygrip of each key and asks gpg-agent to delete it.

Apr 16 2019, 7:29 AM · patch, Bug Report, gnupg
gniibe added a comment to T4459: libgpg-error build issue with gawk 5.0.0.

I keep this ticket open, since it is also problem for other packages.

Apr 16 2019, 6:21 AM · Gentoo, gpgrt, MacOS, Bug Report

Apr 15 2019

gniibe claimed T4459: libgpg-error build issue with gawk 5.0.0.
Apr 15 2019, 6:40 AM · Gentoo, gpgrt, MacOS, Bug Report

Apr 13 2019

werner added projects to T4459: libgpg-error build issue with gawk 5.0.0: MacOS, gpgrt.
Apr 13 2019, 10:16 PM · Gentoo, gpgrt, MacOS, Bug Report
Marius_Schamschula created T4459: libgpg-error build issue with gawk 5.0.0.
Apr 13 2019, 5:48 PM · Gentoo, gpgrt, MacOS, Bug Report
JW-D added a comment to T4451: Kleopatra: OpenPGP Smart Card decription / private key not found.

By installation from version 2.3 an error occurred, I´ll send you a screenshot by e-mail. However, I have some comments to the current version which may also help: I have three keys, two on smart cards and one on a Yubikey. So long as only smart cards are used, it is no problem to change between the cards and they work fine. Problems occur, if a Yubikey comes in. (i) Not always a Yubikey is recognized by pressing F5. (ii) It the Yubikey is recognized and next a key from a smart card is needed, a computer restart is required.
I tried also command: gpgconf --kill gpg-agent
It was possible to change from smart card to Yubikey with the command. However, if the Yubikey 5 NFC was recognized, the only way to change back to the smart card was a restart of the computer.

Apr 13 2019, 5:02 PM · Windows, kleopatra, Bug Report, gpg4win

Apr 12 2019

FabioCarpi created T4458: Certificate certifications.
Apr 12 2019, 7:42 PM · kleopatra, gpg4win

Apr 11 2019

dkg created T4457: Improve deletion of secret subkeys (don't delete primary key when subkey deletion is requested).
Apr 11 2019, 5:27 PM · patch, Bug Report, gnupg
Blubberbub added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

I did that. It felt like it took longer for the error to appear with debug output enabled, but that is probably subjective/random noise.

Apr 11 2019, 12:54 PM · gpgme (gpgme 1.23.x), Bug Report
werner added a comment to T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.

Can you please run claws like this:

Apr 11 2019, 11:29 AM · gpgme (gpgme 1.23.x), Bug Report
werner triaged T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0 as High priority.
Apr 11 2019, 11:23 AM · gpgme (gpgme 1.23.x), Bug Report
Blubberbub created T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0.
Apr 11 2019, 10:53 AM · gpgme (gpgme 1.23.x), Bug Report

Apr 9 2019

sapienza added a comment to T4450: erron on gpa.

continue in same error

Apr 9 2019, 3:45 PM · Info Needed, gpa, gpg4win
aheinecke triaged T4450: erron on gpa as Normal priority.

I've tested it with Gpg4win-3.1.7, too and it works for me so something must be special.

Apr 9 2019, 2:19 PM · Info Needed, gpa, gpg4win
sapienza added a comment to T4450: erron on gpa.

this is my version

Apr 9 2019, 1:31 PM · Info Needed, gpa, gpg4win