Page MenuHome GnuPG

Bug ReportBugs
ActivePublic

Members

  • This project does not have any members.
  • View All

Recent Activity

Fri, Dec 20

ikloecker added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

What components of Gpg4win other than GnuPG do you use?

Fri, Dec 20, 3:06 PM · pinentry, Bug Report, gpg4win
ikloecker added a comment to T7466: gpg4win: Installer creates GnuPG dir regardless of chosen install target.

Yes, that's by design. GnuPG is always installed in $INSTDIR\..\GnuPG by the gpg4win installer.

Fri, Dec 20, 3:01 PM · FAQ, Support, gpg4win
aheinecke added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Yeah that is a messed up environment mixing elf and windows binaries. There is no which on windows. It is called where. So if your terminal is able to execute which then this is some kind of Linux environment on Windows. The winpty error comes from the terminal. Please use cmd.exe for all tests.

Fri, Dec 20, 2:53 PM · pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

I just tried to call pinentry directly on Windows cmd prompt:

Fri, Dec 20, 12:06 PM · pinentry, Bug Report, gpg4win
ebo moved T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from QA to vsd-3.3.0 on the vsd33 board.
Fri, Dec 20, 11:48 AM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ebo moved T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option from QA to vsd-3.3.0 on the vsd33 board.
Fri, Dec 20, 11:36 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo closed T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option as Resolved.

Works. Tested with VS-Desktop-3.2.94.474-Beta and Gpg4win 4.4

Fri, Dec 20, 11:35 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Thanks for the comments. This is a regular git for Windows install which afaik uses mingw64. The messup with the binaries brought in by git has always been this way. I am using aliases to differentiate between the different versions. One might think that this may cause things to break, however all used to work well with 4.x versions.

Fri, Dec 20, 11:04 AM · pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

gpg: [stdin]: clear-sign failed: No pinentrysrc/libwinpty/winpty.cc, line 924

Fri, Dec 20, 10:54 AM · pinentry, Bug Report, gpg4win
JanMosigItemis created T7466: gpg4win: Installer creates GnuPG dir regardless of chosen install target.
Fri, Dec 20, 10:39 AM · FAQ, Support, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Here you are:

Fri, Dec 20, 10:25 AM · pinentry, Bug Report, gpg4win
gniibe closed T7169: libgpg-error 1.50 build issue (spawn-posix.c:345:5: error: use of undeclared identifier 'environ') as Resolved.

This problem has gone in libgpg-error 1.51, since the implementation doesn't use environ any more.

Fri, Dec 20, 6:49 AM · gpgrt, MacOS, Bug Report
gniibe closed T7071: gpg: Support of No CRC in ASCII armor as Resolved.
Fri, Dec 20, 1:17 AM · gnupg, Bug Report

Thu, Dec 19

bitigchi closed T7454: Kleopatra: GnuPG System settings’ translations are not pulled as Invalid.

Installing language-pack-tr-base fixed the issue. Closing. Sorry for the noise.

Thu, Dec 19, 6:35 PM · Not A Bug, gnupg, Bug Report

Wed, Dec 18

werner reopened T7454: Kleopatra: GnuPG System settings’ translations are not pulled as "Open".
Wed, Dec 18, 5:25 PM · Not A Bug, gnupg, Bug Report
bitigchi added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Actually not a bug: In my tests I forgot to unset LANGUAGES and LANG before calling gpg.

LANGUAGE= LANG= LC_MESSAGES=de_DE gpg

Thus this should work. But it did only work when I used

LANGUAGE= LANG= LC_MESSAGES=de_DE.UTF8 gpg

Thus the whole thing is related to the configuration of locale.alias and on whether LANGUAGE is set in the environment (for me it is set to en_US:en

Wed, Dec 18, 5:21 PM · Not A Bug, gnupg, Bug Report
werner closed T7454: Kleopatra: GnuPG System settings’ translations are not pulled as Resolved.

Actually not a bug: In my tests I forgot to unset LANGUAGES and LANG before calling gpg.

Wed, Dec 18, 3:28 PM · Not A Bug, gnupg, Bug Report
werner added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

I can replicate this. A quick strace with LC_MESSAGES=de_DE shows (gnupg master)

Wed, Dec 18, 3:12 PM · Not A Bug, gnupg, Bug Report
ikloecker added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Another data point:

$ locale
LANG=de_DE.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
Wed, Dec 18, 1:40 PM · Not A Bug, gnupg, Bug Report
ikloecker added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Are you sure that the translations for gnupg are installed? On Tumbleweed translations are usually in a separate package. After installing the gpg2-lang package I get this when I force the Turkish translation:

$ LANGUAGE=tr_TR gpg --version
gpg (GnuPG) 2.5.2
libgcrypt 1.11.0
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Wed, Dec 18, 1:35 PM · Not A Bug, gnupg, Bug Report
bitigchi added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Does

gpg --version

show English or Turkish strings?

Wed, Dec 18, 10:31 AM · Not A Bug, gnupg, Bug Report

Tue, Dec 17

ebo closed T6832: MimeTreeParser can't find Kleopatra executable on Windows as Resolved.
Tue, Dec 17, 9:17 AM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
ikloecker edited projects for T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows, added: gpd5x; removed Restricted Project.
Tue, Dec 17, 9:05 AM · gpd5x, kleopatra, gpg4win, Bug Report

Mon, Dec 16

aheinecke merged T3840: Kleopatra: Button language does not always match GUI language into T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.
Mon, Dec 16, 10:06 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke placed T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows up for grabs.

I had T3840 assigned to me related to the Qt parts. I close that now as duplicate. But I don't see that we ever added a call of gpgrt_w32_override_locale to kleopatra or gpgol either. Which I assume to be the fix for T7454

Mon, Dec 16, 10:05 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke closed T3531: Gpg4win: Error when parsing message (attempts to decrypt unencrypted public key block) as Wontfix.

There won't be improvements to PGP/Inline

Mon, Dec 16, 9:47 PM · gpgol, Bug Report, gpg4win
aheinecke closed T4295: PGP/MIME emails not decrypted as Invalid.
Mon, Dec 16, 9:44 PM · gpgol, Bug Report, gpg4win
aheinecke placed T4581: Kleopatra stuck in loading the certificate cache up for grabs.
Mon, Dec 16, 9:43 PM · gpg4win, kleopatra, Bug Report
aheinecke closed T4738: GpgOL deletes message body in S/Mime signed mails if Outlook is configured for .txt as Resolved.

The status of HTML Mails is noted in T6333 everything else here does no longer apply afaik. Although mailstore has since been known as an incompatible addin.

Mon, Dec 16, 9:42 PM · gpgol, Bug Report
aheinecke merged task T5709: Embedded images are seen as attachments after encrypting and decrypting into T5982: GpgOL: More fine grained discovery of content-id / embedded parts .
Mon, Dec 16, 9:33 PM · Bug Report, gpg4win
aheinecke added a comment to T5709: Embedded images are seen as attachments after encrypting and decrypting.

I have fixed this as a7349189f3af05822eba4bd17b62482fa2b0747f so I am closing this as a duplicate of T5982 because it is clear to me now that the last remaining and current problem was sending and not receiving such mails and was broken by 9f81ed6561c5f41e50d1a51333c9586a33ed2ef6

Mon, Dec 16, 9:33 PM · Bug Report, gpg4win
aheinecke merged task T6005: Problem decrypting inline images came up again into T5982: GpgOL: More fine grained discovery of content-id / embedded parts .
Mon, Dec 16, 9:30 PM · Unreleased, Bug Report, gpgol
aheinecke added a comment to T6005: Problem decrypting inline images came up again.

I have fixed this as a7349189f3af05822eba4bd17b62482fa2b0747f so I am closing this as a duplicate of T5982 because it is clear to me now that the problem was sending and no receiving such mails and was broken by 9f81ed6561c5f41e50d1a51333c9586a33ed2ef6

Mon, Dec 16, 9:30 PM · Unreleased, Bug Report, gpgol
aheinecke added a comment to T6885: Forwarding mail with attachments embeded into the *.eml file will trigger GpgOL reporting an index out of range.

This was fixed by c0ca4f1b254f6879d719d1a5ed43a51ca9015b93 since the embedded message was not handled it was not extracted / parsed into an Attachment C++ Object which caused this error. I don't want to change the status of tasks which are not assigned to me but i saw it while looking over my open assigned tickets.

Mon, Dec 16, 8:46 PM · gpgol, Restricted Project, Bug Report, gpg4win
aheinecke placed T6832: MimeTreeParser can't find Kleopatra executable on Windows up for grabs.
Mon, Dec 16, 8:31 PM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
werner added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

show English or Turkish strings?

Mon, Dec 16, 3:06 PM · Not A Bug, gnupg, Bug Report
werner added a project to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b: pinentry.
Mon, Dec 16, 3:04 PM · pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Dan you please run something like

Mon, Dec 16, 3:04 PM · pinentry, Bug Report, gpg4win
werner renamed T7460: "Refresh the keyring" in the GPA keyring dialog locks up program from "Refresh the keyring" in the #gpa keyring dialog locks up program to "Refresh the keyring" in the GPA keyring dialog locks up program.
Mon, Dec 16, 3:02 PM · gpa, Bug Report
werner renamed T7460: "Refresh the keyring" in the GPA keyring dialog locks up program from "Refresh the keyring" in the keyring dialog locks up program to "Refresh the keyring" in the #gpa keyring dialog locks up program.
Mon, Dec 16, 3:02 PM · gpa, Bug Report
werner triaged T7460: "Refresh the keyring" in the GPA keyring dialog locks up program as Normal priority.

I am sorry, that I can't give it a high priority. See the discussion on the mailing list. I'll try my best, though.

Mon, Dec 16, 3:01 PM · gpa, Bug Report
gusnan created T7460: "Refresh the keyring" in the GPA keyring dialog locks up program.
Mon, Dec 16, 2:30 PM · gpa, Bug Report
JanMosigItemis created T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.
Mon, Dec 16, 12:40 PM · pinentry, Bug Report, gpg4win
ebo moved T6950: Kleopatra: Usability improvements for directory services configuration from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:20 AM · vsd33, Restricted Project, Bug Report, gpg4win
ebo moved T6807: Kleo shows 3 certs in a chain while there are only two from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:20 AM · vsd33, Restricted Project, S/MIME, Bug Report, kleopatra
ebo moved T7154: Kleopatra: Dragging and dropping a certificate from the main view onto itself shouldn't trigger an import from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:20 AM · vsd33, Bug Report, Restricted Project, kleopatra
ebo moved T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data" from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:19 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ebo moved T7408: Kleopatra: Dialog asking whether to use the embedded file name doesn't show up from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:19 AM · vsd33, Restricted Project, kleopatra, Bug Report
ebo moved T7414: Kleopatra: Tooltips are hard to read on Windows 10/11 with dark color scheme from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:19 AM · vsd33, a11y, kleopatra, Bug Report
ebo moved T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:19 AM · vsd33, gpd5x, kleopatra, Bug Report