Page MenuHome GnuPG
Feed Advanced Search

Sep 26 2021

swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

@grv87, thanks for clarification (and very interesting side thread reference you gave, indeed, also because it also gives you an idea of how system environment changes during OS startup). I precisely see your point and that's also why I said "create 2 new system variables".
I've not said this very explicitly before but for that I also meant to just create them during Gpg4win setup. When it is run, I assume we can also say that OS system environment is already in place and %PATH% should already be stable enough to consider that as a good starting point to add things. So once you can really do that (I mean add 2 new system variables), and then also ensure they're created correctly, then I can also assume that then starting to use them to update %PATH% system variable might be fine too.

Sep 26 2021, 10:13 AM · Bug Report, gpg4win

Sep 25 2021

grv87 added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

@swimmerm, my 2nd comment offers some solutions for you and other users coming here with the same problem with their PATH. It should be done on user side. I don't offer to implement this in Gpg4Win installer.

Sep 25 2021, 11:58 PM · Bug Report, gpg4win
swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

@grv87 OK, many thanks indeed for confirming all this.
About your 1st comment: that's just right why I asked about it. Regarding md5sum and pinentry both must be the reason why now they decided to also add 1st path into environment while in older version wasn't there. Main issue is that because of the quite generic 'PATH env variable too big' error so far we can only assume 2047 was indeed maximum size for %PATH% Gpg4win developers have been expecting so far, while after that change from March 2012 QFE fix a definitive fix to implement in setup and rest of Gpg4win involved code will just be to enhance that maximum allowed path size to 4095 characters (BTW also checking anyway for size of %PATH% already active before setup will continue with new %PATH% changes is probably best option too).
About your 2nd & 3rd comments: thanks for those useful references. Would probably be quicker to implement, but it's still again true that maximum size expected for %PATH% will still need to increment from (likely) 2047 to 4095, plus also what you said about something "for expert users only". And even then inside README.txt (that now corresponds to %ProgramFiles(x86)%\GnuPG\README.txt or %ProgramFiles(x86)%\Gpg4win\share\gpg4win\README.en.txt or %ProgramFiles(x86)%\Gpg4win\share\gpg4win\README.it.txt) there should be at least 1 note about suggested way to do things. Problem is that because of above (March 2012) MS KB article statements '... If an existing value contains more than 2047 characters, you cannot enter additional data. However, you can delete the characters that are displayed. ...' whenever %PATH% size is over that value (always true for me even after manual %PATH% downsizing I had to do) OS UI will be of no or very little help (and by very little I intend that to overcome that OS UI limitation expert users with Admin privileges will 1st need to manually modify Path value into Registry, let's say by adding at least 1 or 2 ";" really unneeded, then just use OS UI to modify %PATH% system variable by deleting those ";" unneeded (i.e. %ProgramFiles(x86)%\Gpg4win\bin;;%ProgramFiles(x86)%\GnuPG\bin;;) and then once removed confirm with OK twice, and voilà it's done).
(P.S. BTW I just checked that so it really works fine for all applications started after that change ;-D so this might probably be best known option to document inside that README.txt.
N.B. JFYI in the past I also tried to use SETX from command line, and so I discovered that it only has a 1024 maximum characters limit after which it will just truncate any expected change that is saved anyway into selected system variable).
Otherwise, another possible approach variation but unsure if needing more coding would be to create 2 new system variables (let's say Gpg4win and GnuPG) and then add both %Gpg4win%;%GnuPG%; in front of existing %PATH% while installing, but obviously still after enhancing maximum allowed PATH size to 4095.

Sep 25 2021, 10:57 PM · Bug Report, gpg4win

Sep 24 2021

grv87 added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

On the issue, I think there are several possible solutions, better than current:

  1. Warn user that PATH is too big and tell him which dirs should be added manually
  2. Warn user that PATH is too big but still modify it. He has to modify it with something else than UI, so it's for expert users only
  3. Ask user to choose between 1 or 2
Sep 24 2021, 5:02 PM · Bug Report, gpg4win
grv87 added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

BTW, there are known solutions to manage with PATH overgrowth.

Sep 24 2021, 4:51 PM · Bug Report, gpg4win
grv87 added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

@swimmerm, look at the files installed in both dirs.
There is no gpg in %ProgramFiles(x86)%\Gpg4win\bin, it is in %ProgramFiles(x86)%\GnuPG\bin.
On the other side, md5sum and pinentry are in the first one.
So, I believe you (and I) should add both dirs to the path.

Sep 24 2021, 4:34 PM · Bug Report, gpg4win

Sep 22 2021

werner closed T5618: GPG Key Server Doesn´t Work as Resolved.

Ah well, Kleopatra has a GUI to set the keyserver - that is probably easier to use.

Sep 22 2021, 7:17 PM · Support, FAQ, Keyserver, gpg4win
werner added a comment to T5618: GPG Key Server Doesn´t Work.

The keyserver network has been shutdown a couple of months ago. We can't do anything about it. The default in newer gpg versions has changed; you may put

Sep 22 2021, 7:14 PM · Support, FAQ, Keyserver, gpg4win
damienffm created T5618: GPG Key Server Doesn´t Work.
Sep 22 2021, 5:58 PM · Support, FAQ, Keyserver, gpg4win
swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

While I'm still waiting for anyone to possibly answer my last 'Sat, Sep 18, 6:29 PM' question I've also added there the explanation behind that question... :-)

Sep 22 2021, 5:28 AM · Bug Report, gpg4win

Sep 21 2021

keegan added a comment to T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..

Our windows explorer plugin keeps libgpg-error loaded when you install an upgrade. That is why our installer asks for a reboot at the end of the install. You have ignored the reboot and you then get the error.

We have another ticket T5012 for this issue.

Sep 21 2021, 10:04 AM · gpg4win, Support
aheinecke closed T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes. as Wontfix.
Sep 21 2021, 9:49 AM · gpg4win, Support
aheinecke added a comment to T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..

Our windows explorer plugin keeps libgpg-error loaded when you install an upgrade. That is why our installer asks for a reboot at the end of the install. You have ignored the reboot and you then get the error.

Sep 21 2021, 9:48 AM · gpg4win, Support
keegan added a comment to T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..

I had the same issue opening GPA or Kleopatra going from 3.1.14 to 3.1.16 on Windows 10. I don't have Outlook installed.

Sep 21 2021, 3:03 AM · gpg4win, Support

Sep 19 2021

swimmerm added a comment to T5605: After end of v3.1.16 setup Kleopatra desktop icon was created with wrong saved path for own icon.

OK, while I'll be awaiting for anyone to possibly answer my last T5593 'Sat, Sep 18, 6:29 PM' question, just for sake of completeness I've also been able to check that inside registry (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Gpg4win\kleopatra\Capabilities) Kleopatra icon has correct expected value so ApplicationIcon (REG_SZ) = 'C:\Program Files (x86)\Gpg4win\bin\kleopatra.exe,0' (N.B. preceding text string into registry is obviously unquoted ). ;-D

Sep 19 2021, 5:06 PM · Bug Report, gpg4win
swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

OK, while I'll be awaiting for anyone to possibly answer my last 'Sat, Sep 18, 6:29 PM' question that I decided to re-update today, just for sake of completeness I've also been able to check more inside registry but details will only go inside T5605 since only pertinent there ;-D

Sep 19 2021, 5:01 PM · Bug Report, gpg4win

Sep 18 2021

swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

Because of T3458 and other references to PATH I found in the past (see past references I added previously into this bug), could anyone please be so kind to confirm me if am I right to assume that under normal conditions (so with no PATH related errors like 'PATH env variable too big' I reported here) after proper end of 'gpg4win-3.1.16.exe' installation only following (unquoted) path string 'C:\Program Files (x86)\Gpg4win\bin;' would have been added at beginning of PATH system environment variable ?
Or if not, would new path rather have 'C:\Program Files (x86)\Gpg4win\bin;C:\Program Files (x86)\GnuPG\bin;' (always unquoted) prepended at beginning of PATH system environment variable ?
P.S. Please note that I'm only asking this to then try to properly manually set PATH system environment variable accordingly and then see if my (current) 2nd 'gpg4win-3.1.16.exe' installation can still work correctly as expected or not... ;-D

Sep 18 2021, 6:29 PM · Bug Report, gpg4win
swimmerm added a comment to T5605: After end of v3.1.16 setup Kleopatra desktop icon was created with wrong saved path for own icon.

Woops, I also forgot to say that only Kleopatra icon I found on my desktop has this problem. Original folder path of Kleopatra.lnk shortcut I have on my Desktop is C:\Users\Public\Desktop.
While 'Kleopatra.lnk_' I uploaded after renaming its extension as 'lnk_' was just another copy of it I temporarily put on my own Desktop only for uploading.

Sep 18 2021, 6:12 PM · Bug Report, gpg4win
swimmerm added a comment to T5605: After end of v3.1.16 setup Kleopatra desktop icon was created with wrong saved path for own icon.

Sep 18 2021, 6:00 PM · Bug Report, gpg4win
swimmerm created T5605: After end of v3.1.16 setup Kleopatra desktop icon was created with wrong saved path for own icon.
Sep 18 2021, 5:48 PM · Bug Report, gpg4win

Sep 17 2021

luweitest added a comment to T5589: add context menu for normal operation after installation.

Thanks for the explanation. I understand gnupg-w32 is mainly for installing the command line component, yet adding a context menu for a specific file type is just as simple as importing a reg file like:

Sep 17 2021, 5:46 AM · Installer, FAQ, gpg4win

Sep 14 2021

aheinecke closed T5589: add context menu for normal operation after installation as Wontfix.

It is related in the following way:
The Gpg4win installer creates these context menu actions through the component GpgEX.
The Gpg4win installer does not support Windows XP anymore.

Sep 14 2021, 8:18 AM · Installer, FAQ, gpg4win
luweitest reopened T5589: add context menu for normal operation after installation as "Open".

What I need is exactly ikloecker described on Linux. The point is NSIS installer gnupg-w32-2.2.27_20210111.exe (and versions above, I am sure) do not create context menu shortcut. Windows XP is not the point. Same on another Windows 7 machine. Do you need I find another windows 10 machine to test? I think it's easier to check whether the installer has that feature or not.

Sep 14 2021, 4:26 AM · Installer, FAQ, gpg4win

Sep 10 2021

swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

Woops, :-s I forgot to also add all these details from additional investigations I already did (obviously assuming it might be helpful ones for definitely fixing issue I reported (and my apologies in advance for whom might find lenght of all this really excessive, 8-) since I simply tried to comprehensively summarize results...)

Sep 10 2021, 1:21 PM · Bug Report, gpg4win
swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

My apologies for further delay before also providing this screenshot bitmap of error found (because of initially not finding specific site info about best browser to use and not seeing 'cloud symbol' (many thanks werner :-D ) I obviously had to switch from IE11 to MSEdge and then also manually import proper cookies needed for this site :-(( )

Sep 10 2021, 11:17 AM · Bug Report, gpg4win

Sep 9 2021

aheinecke closed T5589: add context menu for normal operation after installation as Wontfix.

No support for Windows XP anymore.

Sep 9 2021, 12:12 PM · Installer, FAQ, gpg4win
luweitest added a comment to T5589: add context menu for normal operation after installation.

Sorry, I should clarify that I am using the windows installer
gnupg-w32-2.2.27_20210111.exe on WindowsXpSp3. The installer do not create
any context menu since I use it. I use Gnupg with Enigmail in Thunderbird,
so Gpg4win is not preferred.

Sep 9 2021, 9:23 AM · Installer, FAQ, gpg4win

Sep 8 2021

werner edited projects for T5589: add context menu for normal operation after installation, added: gpg4win, FAQ, Installer; removed Feature Request.

This is a hard to solve problem in the NSIS installer: If you accidently started more than one installer they may both register files for update at the next restart. Now after the restart the file which is to be renamed does not anymore exist and thus a component or even library is not available. In this case it is GpgEX, the explorer plugin.

Sep 8 2021, 7:09 PM · Installer, FAQ, gpg4win
werner added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

In the editor you find a cloud symbol with an arrow to upload a file. Use this and and the file id will be pasted at the cursos, like here

Sep 8 2021, 6:58 PM · Bug Report, gpg4win
swimmerm added a comment to T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.

Apologies for my (newbie) comment on this bug reporting system. Since I have a screen shot bitmap better showing error I described, could anyone tell me how to attach to this bug ?

Sep 8 2021, 2:16 PM · Bug Report, gpg4win
swimmerm updated the task description for T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.
Sep 8 2021, 2:12 PM · Bug Report, gpg4win
swimmerm created T5593: Gpg4Win displayed 'PATH env variable too big' error during setup.
Sep 8 2021, 1:48 PM · Bug Report, gpg4win

Aug 30 2021

bernhard closed T5578: TLS certificate for https://gpg4win.de expired (2021-08-27) as Resolved.
Aug 30 2021, 3:05 PM · gpg4win
bernhard added a comment to T5578: TLS certificate for https://gpg4win.de expired (2021-08-27).

The problem was created during a migration of the host operating system and acme client tools.

Aug 30 2021, 3:05 PM · gpg4win
bernhard created T5578: TLS certificate for https://gpg4win.de expired (2021-08-27).
Aug 30 2021, 2:30 PM · gpg4win

Aug 27 2021

aheinecke added a comment to T5567: Empty Kleoptara windows on Windows-11 preview.

Just for the record, Kleopatra and Gpg4win work totally fine for me on Windows-11 preview.

Aug 27 2021, 9:11 AM · Windows, Bug Report, gpg4win

Aug 26 2021

werner renamed T5567: Empty Kleoptara windows on Windows-11 preview from Trying to sign a file to Empty Kleoptara windows on Windows-11 preview.
Aug 26 2021, 6:17 PM · Windows, Bug Report, gpg4win
werner closed T5567: Empty Kleoptara windows on Windows-11 preview as Resolved.

It is quite likeley that things don't work on a non-released Windows version. We have not tested with the released version but some of us already tried Windows-11 and the gog4win development versions do work. Please wait for the next Gpg4win version or an update of the Windows-11 preview.

Aug 26 2021, 6:16 PM · Windows, Bug Report, gpg4win
FabioCarpi added a comment to T5567: Empty Kleoptara windows on Windows-11 preview.

Im using Windows 11
Before the restore, he are working fine
Im trying to sign a file
The kleopatra dont show more error info

Aug 26 2021, 5:53 PM · Windows, Bug Report, gpg4win
werner added a project to T5567: Empty Kleoptara windows on Windows-11 preview: Info Needed.

We need a more detailed bug report to evaluate your problem. Please tell us your Windows version, any special software installed on the system (if any), a step by step description how to reproduce the bug, and any other information which can help us.

Aug 26 2021, 8:04 AM · Windows, Bug Report, gpg4win
FabioCarpi created T5567: Empty Kleoptara windows on Windows-11 preview.
Aug 26 2021, 4:19 AM · Windows, Bug Report, gpg4win

Aug 25 2021

werner assigned T5518: "Direct Action" to E-Mail not stable to aheinecke.
Aug 25 2021, 4:32 PM · gpgol, Bug Report, gpg4win
werner closed T5557: Kleopatra window is not displayed correctly as Invalid.

Thanks fro the report. Unfortunately I am not able to reproduce this on our systems. It might be an issue with other software on your system or a problem in our code. This is the first such report and as long as we don't get reports from other users, we can't do much for you. Please try installing on a different system or if you can provide more information feel free to re-open this bug report.

Aug 25 2021, 4:27 PM · can't replicate, Bug Report, gpg4win

Aug 16 2021

Puntukas created T5557: Kleopatra window is not displayed correctly.
Aug 16 2021, 2:14 PM · can't replicate, Bug Report, gpg4win

Aug 13 2021

werner changed the edit policy for gpg4win.
Aug 13 2021, 11:02 PM
werner placed T5273: Release Gpg4win 4.x.x up for grabs.
Aug 13 2021, 11:58 AM · Restricted Project, gpg4win, Release Info
werner changed the edit policy for T5273: Release Gpg4win 4.x.x.
Aug 13 2021, 11:58 AM · Restricted Project, gpg4win, Release Info
jace888 updated subscribers of T5273: Release Gpg4win 4.x.x.
Aug 13 2021, 11:40 AM · Restricted Project, gpg4win, Release Info
jace888 claimed T5273: Release Gpg4win 4.x.x.
Aug 13 2021, 11:39 AM · Restricted Project, gpg4win, Release Info

Aug 12 2021

Joolee added a comment to T4197: Can't change language of Kleopatra.

I can confirm that Kleopatra seems to use the system's locale and not the system language, using English language with Dutch locales myself. The language selection dialog shows the correct languages (en_GB as primary and en_US as fallback) but the interface is Dutch.
Kleopatra 3.1.16 on Windows 10 21H1

Aug 12 2021, 9:01 AM · kleopatra, Bug Report, gpg4win

Aug 3 2021

werner added a project to T5539: Key generation on OpenPGP Version 3.4 card fails: can't replicate.
Aug 3 2021, 11:52 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
werner triaged T5539: Key generation on OpenPGP Version 3.4 card fails as Normal priority.
Aug 3 2021, 11:48 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
werner added a comment to T5539: Key generation on OpenPGP Version 3.4 card fails.

I tried a fresh card reconfigured it to use 3 4k RSA keys:

Aug 3 2021, 11:46 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win

Aug 2 2021

JW-D added a comment to T5539: Key generation on OpenPGP Version 3.4 card fails.

Thank you! But let me mention, that my older smart cards (Version 2,2) holding also RSA-4096 keys. They could be generated on card without any problem. I had the problem only with OpenPGP cards version 3,4. This I would like to strenghten.

Aug 2 2021, 8:35 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
gniibe added a comment to T5539: Key generation on OpenPGP Version 3.4 card fails.

Thank you for the information.

Aug 2 2021, 8:08 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
JW-D added a comment to T5539: Key generation on OpenPGP Version 3.4 card fails.

My setting is RSA-4096 key. Also it showed "pipe was broken", but it disappeared too quickly, so I do not have a screenshot from that.

Aug 2 2021, 7:40 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
gniibe added a comment to T5539: Key generation on OpenPGP Version 3.4 card fails.

I checked with my OpenPGP card v3.4.
It works for me with GnuPG 2.2.x and 2.3.x.
My setting is for RSA-2048 key.

Aug 2 2021, 7:14 AM · can't replicate, OpenPGP, scd, Bug Report, gpg4win

Aug 1 2021

JW-D created T5539: Key generation on OpenPGP Version 3.4 card fails.
Aug 1 2021, 9:57 PM · can't replicate, OpenPGP, scd, Bug Report, gpg4win
werner triaged T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes. as Normal priority.

Please try 3.1.16 and make sure that you don't have other variants of gpg4win installed or Outlook plugins also using parts of gpg4win or its libraries.

Aug 1 2021, 10:56 AM · gpg4win, Support

Jul 31 2021

Denisov23 added a comment to T4197: Can't change language of Kleopatra.

Hi, I have the same problem, in Italian Language becouse this is the system language!
Kleopatra 3.1.16 on Windows 10

Jul 31 2021, 1:29 PM · kleopatra, Bug Report, gpg4win

Jul 30 2021

trooper added a comment to T4197: Can't change language of Kleopatra.

Can confirm this problem still exists in version 3.1.16. The context menu in Windows Explorer and some menu entries in Kleopatra are in the wrong language, while most of the application is in the correct language. This looks very messy.
Gpg4win and Kleopatra should not look at the date/format locale settings for the language, but at the actual Windows display language.

Jul 30 2021, 1:08 PM · kleopatra, Bug Report, gpg4win

Jul 15 2021

fmanchon added a comment to T5364: Kleopatra won't start.

Forgot to mention one thing: after changing my user folder directory I lost all my Outlook contacts. I was able to recover them... make sure you have a backup before attempting this!

Jul 15 2021, 6:41 PM · workaround, gnupg, Windows, kleopatra, Bug Report, gpg4win

Jul 12 2021

fmanchon added a comment to T5364: Kleopatra won't start.

I just had the same issue as hurui200320. My user name contains a "ç" and Kleopatra did not start. The Windows event logger reported a crash in libstdc++-6.dll. This was with gpg4win-3.1.16. Installing gnupg 2.3.1 did not change anything.

Jul 12 2021, 4:21 PM · workaround, gnupg, Windows, kleopatra, Bug Report, gpg4win

Jul 8 2021

werner closed T4505: SM, W32: GPGSM hangs up the GnuPG System as Resolved.
Jul 8 2021, 2:13 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows

Jul 7 2021

werner triaged T5480: Export keys + manual as Low priority.
Jul 7 2021, 2:28 PM · Info Needed, gpg4win, Feature Request

Jul 6 2021

werner triaged T5427: Update Italian Version as Normal priority.
Jul 6 2021, 6:18 PM · i18n, gpg4win
werner closed T5414: Input/output error (218136625) as Resolved.

Check that the file exists and that you have permissions to read the file. You may use an editor to try this out.

Jul 6 2021, 6:16 PM · Support, gpg4win
werner triaged T5460: Migration for ABI change (newer mingw) as Normal priority.
Jul 6 2021, 6:09 PM · gpg4win, Windows

Jul 2 2021

bookie added a project to T5518: "Direct Action" to E-Mail not stable: gpgol.
Jul 2 2021, 1:38 PM · gpgol, Bug Report, gpg4win
bookie created T5518: "Direct Action" to E-Mail not stable.
Jul 2 2021, 1:34 PM · gpgol, Bug Report, gpg4win

Jun 29 2021

werner added a project to T5513: Outlook download external content crash: gpgol.
Jun 29 2021, 3:44 PM · Too Old, gpgol, Bug Report, gpg4win

Jun 28 2021

ukjoe created T5513: Outlook download external content crash.
Jun 28 2021, 9:39 PM · Too Old, gpgol, Bug Report, gpg4win
ikloecker moved T4717: Kleopatra: Changing expiry does not change expiry for subkeys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 28 2021, 5:56 PM · Restricted Project, kleopatra, gpg4win
ikloecker changed the status of T4717: Kleopatra: Changing expiry does not change expiry for subkeys from Open to Testing.

Fixed as discussed.

Jun 28 2021, 5:55 PM · Restricted Project, kleopatra, gpg4win

Jun 24 2021

ikloecker moved T4717: Kleopatra: Changing expiry does not change expiry for subkeys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 24 2021, 9:27 AM · Restricted Project, kleopatra, gpg4win

Jun 23 2021

ikloecker added a project to T4717: Kleopatra: Changing expiry does not change expiry for subkeys: Restricted Project.
Jun 23 2021, 5:02 PM · Restricted Project, kleopatra, gpg4win

Jun 22 2021

werner renamed T5504: git commit signing fails due to git's included gpg version. from Commit signing fails to git commit signing fails due to git's included gpg version..
Jun 22 2021, 5:33 PM · FAQ, gpg4win
werner edited projects for T5504: git commit signing fails due to git's included gpg version., added: FAQ; removed Bug Report.

So let's close this task.

Jun 22 2021, 5:32 PM · FAQ, gpg4win
redstonedesigner added a comment to T5504: git commit signing fails due to git's included gpg version..

Setting the gpg.program configuration value to "C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe" appears to resolve the issue.

Jun 22 2021, 1:23 PM · FAQ, gpg4win
redstonedesigner added a comment to T5504: git commit signing fails due to git's included gpg version..

It appears that Git ships with its own GnuPG program set, as can be seen in the attached image. I'll attempt to set the gpg.program setting in Git and see if that helps.

Jun 22 2021, 1:18 PM · FAQ, gpg4win
werner added a comment to T5504: git commit signing fails due to git's included gpg version..

That looks all fine.

Jun 22 2021, 1:13 PM · FAQ, gpg4win
redstonedesigner changed Version from 3.1.16 to gpg4win 3.1.16 | GnuPG 2.2.28 on T5504: git commit signing fails due to git's included gpg version..
Jun 22 2021, 12:57 PM · FAQ, gpg4win
redstonedesigner added a comment to T5504: git commit signing fails due to git's included gpg version..

The only download I have executed with regard to gpg4win is from the gpg4win website. You can see the output of the command you specified below.

Jun 22 2021, 11:51 AM · FAQ, gpg4win
werner added a comment to T5504: git commit signing fails due to git's included gpg version..

may give you some clues.

Jun 22 2021, 11:38 AM · FAQ, gpg4win
werner added a comment to T5504: git commit signing fails due to git's included gpg version..

You are not using gpg4win with its included GnuPG 2.2 but some broken gpg version. The error message
"invalid size of lockfile" can only be emitted by the Unix version of GnuPG. Check for other installed gpg versions - there are sites which allows the download of for example a Cygwin version - these version can't work properly on Windows.

Jun 22 2021, 11:37 AM · FAQ, gpg4win
redstonedesigner created T5504: git commit signing fails due to git's included gpg version..
Jun 22 2021, 10:52 AM · FAQ, gpg4win

Jun 16 2021

jrg.sichermann renamed T5492: Kleopatra does not report error when calculating checksums and checksum file can not be written from Kleopatra does not report error when calculating checksums an checksum file can not be written to Kleopatra does not report error when calculating checksums and checksum file can not be written.
Jun 16 2021, 10:40 PM · kleopatra, gpgex, Bug Report, gpg4win
jrg.sichermann created T5492: Kleopatra does not report error when calculating checksums and checksum file can not be written.
Jun 16 2021, 10:39 PM · kleopatra, gpgex, Bug Report, gpg4win

Jun 15 2021

bernhard added a comment to T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?).

@FloorVeil thanks for testing!

Jun 15 2021, 9:25 AM · Bug Report, gpg4win
bernhard closed T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?) as Resolved.

There is another report that it works in 3.1.16 again in
https://wald.intevation.org/forum/forum.php?thread_id=2044&forum_id=84&group_id=11

Jun 15 2021, 9:25 AM · Bug Report, gpg4win
FloorVeil added a comment to T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?).

Not reproduced on 3.1.16.

Jun 15 2021, 5:02 AM · Bug Report, gpg4win

Jun 13 2021

werner closed T5488: PGP KEY BLOCKED as Invalid.
Jun 13 2021, 8:52 PM · Bug Report, gpg4win
werner added a comment to T5476: PGP KEY BLOCKED.

Check out https://gnupg.org

Jun 13 2021, 8:51 PM · Support, gpg4win
AliceMadness created T5488: PGP KEY BLOCKED.
Jun 13 2021, 8:10 PM · Bug Report, gpg4win
AliceMadness added a comment to T5476: PGP KEY BLOCKED.

But where i can find miling list ? I need get back my pgp key, because it's
now bock.

Jun 13 2021, 7:43 PM · Support, gpg4win

Jun 10 2021

werner added a project to T5480: Export keys + manual: gpg4win.

The private key contains the public key. Thus there is no need to export the public key if you already got the secret key.

Jun 10 2021, 10:39 PM · Info Needed, gpg4win, Feature Request
werner closed T5476: PGP KEY BLOCKED as Resolved.
Jun 10 2021, 12:47 PM · Support, gpg4win

Jun 9 2021

werner edited projects for T5476: PGP KEY BLOCKED, added: gpg4win, Support; removed Bug Report.

No, sorry. For help please use one of the mailing lists.

Jun 9 2021, 7:32 PM · Support, gpg4win

Jun 2 2021

gniibe added a comment to T5460: Migration for ABI change (newer mingw).

With sqlite3 using -static-libgcc, I confirmed that GnuPG and its friends are built well with newer mingw on bullseye. And I lightly tested GnuPG on Windows.

Jun 2 2021, 3:07 AM · gpg4win, Windows

Jun 1 2021

gniibe added a comment to T5460: Migration for ABI change (newer mingw).

Ah, I realized that the build for sqlite3 in Speedo has a patch using -static-libgcc.

Jun 1 2021, 10:05 AM · gpg4win, Windows