Page MenuHome GnuPG
Feed All Stories

Nov 6 2024

ikloecker merged task T6172: Kleopatra: Crash when pulling card during key generation into T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress.
Nov 6 2024, 4:47 PM · kleopatra, Bug Report
ikloecker added a comment to T6172: Kleopatra: Crash when pulling card during key generation.

I cannot reproduce the crash anymore. I guess this was fixed with the fix of T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress. I'll close this ticket as duplicate of T7372.

Nov 6 2024, 4:47 PM · kleopatra, Bug Report
ikloecker claimed T6172: Kleopatra: Crash when pulling card during key generation.

@ebo I suspect that we want to fix this crash also for VSD 3.3 (if it is still reproducible). I found this ticket by accident while searching for READKEY.

Nov 6 2024, 4:42 PM · kleopatra, Bug Report
ikloecker claimed T7379: Kleopatra: Learning certificates of Signature v2.0 card fails if a Yubikey is plugged in as well.
Nov 6 2024, 4:37 PM · gpd5x, kleopatra
ikloecker added a comment to T7379: Kleopatra: Learning certificates of Signature v2.0 card fails if a Yubikey is plugged in as well.

I haven't added any project tags because I'm not sure for which projects this is relevant. Since GnuPG 2.2 doesn't support multiple smartcards it's likely not relevant for VSD 3.3.

Nov 6 2024, 4:37 PM · gpd5x, kleopatra
ikloecker created T7379: Kleopatra: Learning certificates of Signature v2.0 card fails if a Yubikey is plugged in as well.
Nov 6 2024, 4:34 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRAd476b6d5b50c: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 4:13 PM
ikloecker updated subscribers of T7378: Kleopatra: loading X.509 certificate from Signature card hangs.

@gniibe It seems that a keylisting (with gpg and gpgsm) interferes with a READKEY --card --no-data -- NKS-NKS3.4571 gpg-agent command and makes it hang until scdaemon is killed.

Nov 6 2024, 4:04 PM · Restricted Project, vsd33, kleopatra
TobiasFella committed rKLEOPATRA42013957b209: Remove some unused functions (authored by TobiasFella).
Remove some unused functions
Nov 6 2024, 4:04 PM
TobiasFella committed rKLEOPATRA612e37c75f2a: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 4:04 PM
ikloecker added a comment to T7378: Kleopatra: loading X.509 certificate from Signature card hangs.

It looks as if a keylisting interfered with a gpg-agent/scdaemon command.

48458.670390	2024/11/06 12:43:04.238	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread[GUI]::ping()

^ update of the smart cards is requested

48458.670695	2024/11/06 12:43:04.238	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread[2nd]: new iteration command= "__update__"  ; nullSlot= true

^ background thread starts update of the smart cards

48459.147743	2024/11/06 12:43:04.728	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread[GUI]::ping()

^ another update of the smart cards is requested (the request is queued)

48464.804883	2024/11/06 12:43:10.393	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread: Card "89490171500022806460" with app "nks" was added
48464.805095	2024/11/06 12:43:10.393	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread: Card "D2760001240100000006154932910000" with app "openpgp" was added
48464.807483	2024/11/06 12:43:10.393	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread: Card "D2760001240100000006154932910000" with app "piv" was added

^ the background thread completed the update of the smart cards and found three card apps

48464.811286	2024/11/06 12:43:10.393	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread[2nd]: new iteration command= "__update__"  ; nullSlot= true

^ background thread starts another update of the smart cards

48464.924701	2024/11/06 12:43:10.492	5772	kleopatra.exe	org.kde.pim.kleopatra: ReaderStatusThread[GUI]::learnCardsCMS()

^ learn cards is requested (and queued) -> Kleopatra shows the progress overlay

48465.796319	2024/11/06 12:43:11.291	5772	kleopatra.exe	org.kde.pim.libkleo: KeyCache::RefreshKeysJob start

^ a keylisting is started (OpenPGP and S/MIME)

48467.549251	2024/11/06 12:43:12.874	5772	kleopatra.exe	org.kde.pim.libkleo: sendStatusLinesCommand "SCD LEARN --force" : got ( status( "READER" ) = "SCM Microsystems Inc. SPRx32 USB Smart Card Reader 0"
[...]
48467.550423	2024/11/06 12:43:12.875	5772	kleopatra.exe	org.kde.pim.libkleo: sendCommand "READKEY --card --no-data -- NKS-NKS3.4531"
48467.895485	2024/11/06 12:43:13.187	5772	kleopatra.exe	org.kde.pim.libkleo: sendStatusLinesCommand "READKEY --card --no-data -- NKS-NKS3.4531" : got ( )
48467.896400	2024/11/06 12:43:13.188	5772	kleopatra.exe	org.kde.pim.libkleo: sendCommand "READKEY --card --no-data -- NKS-NKS3.45B1"
48468.209551	2024/11/06 12:43:13.471	5772	kleopatra.exe	org.kde.pim.libkleo: sendStatusLinesCommand "READKEY --card --no-data -- NKS-NKS3.45B1" : got ( )
48468.209660	2024/11/06 12:43:13.471	5772	kleopatra.exe	org.kde.pim.libkleo: sendCommand "READKEY --card --no-data -- NKS-NKS3.4571"

^ the background thread sends multiple commands to gpg-agent to gather information about the smart cards
^ the last READKEY command seems to hang

48468.598283	2024/11/06 12:43:13.822	5772	kleopatra.exe	org.kde.pim.libkleo: Kleo::KeyCache::RefreshKeysJob(0x63ccba8) RefreshKeysJob::done

^ the keylisting is done

Nov 6 2024, 3:51 PM · Restricted Project, vsd33, kleopatra
CarlSchwan committed rWfccb149e6782: Bump gpgol.js version (authored by CarlSchwan).
Bump gpgol.js version
Nov 6 2024, 3:23 PM
ebo created T7378: Kleopatra: loading X.509 certificate from Signature card hangs.
Nov 6 2024, 2:59 PM · Restricted Project, vsd33, kleopatra
ikloecker moved T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Nov 6 2024, 2:57 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Canceling the password prompt is now handled correctly, i.e. the operation is aborted without further feedback.

Nov 6 2024, 2:57 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRAef22a58c8ca8: Treat empty result without error as canceled secret key export job (authored by ikloecker).
Treat empty result without error as canceled secret key export job
Nov 6 2024, 2:54 PM
ikloecker committed rKLEOPATRA8583338db342: Properly terminate the command if an error occurred (authored by ikloecker).
Properly terminate the command if an error occurred
Nov 6 2024, 2:54 PM
ikloecker committed rKLEOPATRAf3866184e841: Treat empty result without error as canceled secret key export job (authored by ikloecker).
Treat empty result without error as canceled secret key export job
Nov 6 2024, 2:49 PM
m <meik.michalke@gnupg.com> committed rWec36c35130bf: Update GPGME to 1.24.0 (authored by werner).
Update GPGME to 1.24.0
Nov 6 2024, 2:10 PM
m <meik.michalke@gnupg.com> committed rWecb4abce1434: updated packages.4 to no longer use the beta version of gnupg 2.4.6 (authored by m <meik.michalke@gnupg.com>).
updated packages.4 to no longer use the beta version of gnupg 2.4.6
Nov 6 2024, 2:02 PM
CarlSchwan added a project to T7377: Saving mails unencrypted saves them encrypted: mimetreeparser.
Nov 6 2024, 1:37 PM · mimetreeparser, gpgol2
TobiasFella committed rKLEOPATRA77fc412e2990: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 1:11 PM
TobiasFella committed rKLEOPATRAe10dcdae2d91: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 12:41 PM
m.eik triaged T7377: Saving mails unencrypted saves them encrypted as Normal priority.
Nov 6 2024, 12:24 PM · mimetreeparser, gpgol2
TobiasFella committed rKLEOPATRA29ca911bba7e: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 12:14 PM
TobiasFella committed rKLEOPATRA8bf5d4338303: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 12:12 PM
ebo closed T6073: Kleopatra: Fix issues with high contrast resp. inverted color scheme as Resolved.

ok, looks good, Gpg4win-Beta-70:

Nov 6 2024, 12:06 PM · vsd33, kleopatra, Restricted Project
ebo closed T6073: Kleopatra: Fix issues with high contrast resp. inverted color scheme, a subtask of T5824: Kleopatra: Full accessibility support, as Resolved.
Nov 6 2024, 12:06 PM · kleopatra
werner committed rD2f75054aa6ab: verein: Add minutes from the final general assembly (authored by werner).
verein: Add minutes from the final general assembly
Nov 6 2024, 12:03 PM
werner committed rDff6147b8d4b0: swdb: gpgme 1.24.0 (authored by werner).
swdb: gpgme 1.24.0
Nov 6 2024, 12:03 PM
TobiasFella committed rKLEOPATRAcfa669a35566: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 12:02 PM
m.eik removed a watcher for gpgol2: m.eik.
Nov 6 2024, 12:00 PM
m.eik added a member for gpgol2: m.eik.
Nov 6 2024, 12:00 PM
m.eik added a watcher for okular: m.eik.
Nov 6 2024, 11:59 AM
werner committed rWbb7211337369: Update GPGME to 1.24.0 (authored by werner).
Update GPGME to 1.24.0
Nov 6 2024, 11:58 AM
m.eik added a watcher for gpgol2: m.eik.
Nov 6 2024, 11:58 AM
werner committed rM32b4e4a9b538: Post release updates (authored by werner).
Post release updates
Nov 6 2024, 11:53 AM
werner committed rM98b10fbc63b3: Release 1.24.0 (authored by werner).
Release 1.24.0
Nov 6 2024, 11:53 AM
ebo closed T7299: Kleopatra: improve readability of highlighted text as Resolved.
Nov 6 2024, 11:47 AM · vsd33, kleopatra, Restricted Project
ebo moved T7299: Kleopatra: improve readability of highlighted text from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Ok, gpg4win-Beta-70. Looks like this now:

Nov 6 2024, 11:42 AM · vsd33, kleopatra, Restricted Project
werner updated the task description for T7376: Release GPGME 1.24.0.
Nov 6 2024, 11:41 AM · gpgme (gpgme 1.24.x), Release Info
werner updated the task description for T6782: Release GPGME 1.23.2.
Nov 6 2024, 11:32 AM · gpgme (gpgme 1.23.x), vsd32 (vsd-3.2.0), Release Info
werner triaged T7376: Release GPGME 1.24.0 as Normal priority.
Nov 6 2024, 11:31 AM · gpgme (gpgme 1.24.x), Release Info
ikloecker committed rLIBKLEO2599b0724e00: Retry window ci support (authored by mlaurent).
Retry window ci support
Nov 6 2024, 11:29 AM
TobiasFella committed rKLEOPATRAa6d831cf2c69: Remove some unused functions (authored by TobiasFella).
Remove some unused functions
Nov 6 2024, 11:12 AM
TobiasFella committed rKLEOPATRAe0a5b1974166: Remove some unused functions (authored by TobiasFella).
Remove some unused functions
Nov 6 2024, 11:11 AM
TobiasFella committed rKLEOPATRA648e5cac4a0e: Remove some unused functions (authored by TobiasFella).
Remove some unused functions
Nov 6 2024, 11:11 AM
ikloecker changed the status of T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered from Open to Testing.
Nov 6 2024, 10:35 AM · gpd5x, kleopatra
ikloecker committed rKLEOPATRA1f93efce717a: Make the finished and canceled signals private (authored by ikloecker).
Make the finished and canceled signals private
Nov 6 2024, 10:33 AM
ikloecker committed rKLEOPATRA7834f866078e: Don't emit finished signal twice (authored by ikloecker).
Don't emit finished signal twice
Nov 6 2024, 10:33 AM
ikloecker committed rKLEOPATRA760a6e6828a5: Fix wrong function calls (authored by ikloecker).
Fix wrong function calls
Nov 6 2024, 10:33 AM
ikloecker committed rKLEOPATRA9174be03b797: Call private canceled function instead of duplicating its code (authored by ikloecker).
Call private canceled function instead of duplicating its code
Nov 6 2024, 10:33 AM
ikloecker committed rKLEOPATRA73e58e3d3487: Properly terminate the command if an error occurred (authored by ikloecker).
Properly terminate the command if an error occurred
Nov 6 2024, 10:33 AM
ikloecker committed rKLEOPATRA0eb4152941e2: Rename variable that shadows the canceled method (authored by ikloecker).
Rename variable that shadows the canceled method
Nov 6 2024, 10:33 AM
TobiasFella committed rKLEOPATRA61e7e8cd74ae: Work (authored by TobiasFella).
Work
Nov 6 2024, 10:27 AM
TobiasFella committed rKLEOPATRA1908d4a1d4e1: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 6 2024, 10:27 AM
ebo moved T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data" from WiP to QA for next release on the gpgme board.
Nov 6 2024, 10:09 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ebo moved T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data" from Restricted Project Column to Restricted Project Column on the Restricted Project board.

This works with gpg4win-beta-70.

Nov 6 2024, 10:09 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ikloecker triaged T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered as Normal priority.
Nov 6 2024, 9:35 AM · gpd5x, kleopatra
ikloecker raised the priority of T7373: gpg --export-secret-keys exits with General error if the password prompt was canceled from Low to Needs Triage.
Nov 6 2024, 9:03 AM · Feature Request, gnupg26, gnupg
l10n daemon script <scripty@kde.org> committed rKLEOPATRA825b69454c76: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 6 2024, 4:08 AM
gniibe committed rG25a140542a91: scd: Serialize CARD access for send_card_and_app_list. (authored by gniibe).
scd: Serialize CARD access for send_card_and_app_list.
Nov 6 2024, 3:39 AM
gniibe added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

I found a problem of possible duplicate registration of another APP, due to no serialization for CARD access.

Nov 6 2024, 3:38 AM · Windows, Bug Report, scd
gniibe added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

The resource leak was fixed in: rG40707c8bff49: agent: Fix resource leak for PRIMARY_CTX.

Nov 6 2024, 3:25 AM · Windows, Bug Report, scd
l10n daemon script <scripty@kde.org> committed rLIBKLEOf96d6b0313d4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 6 2024, 2:33 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6828e101b1df: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 6 2024, 2:32 AM

Nov 5 2024

ikloecker moved T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect from WiP to Backlog on the vsd33 board.
Nov 5 2024, 9:42 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect from Restricted Project Column to Restricted Project Column on the Restricted Project board.

This has also been reported at https://bugs.kde.org/show_bug.cgi?id=477798 (although there a crash occurs). Porting the command to gpgme didn't help, but the remaining problems are in gpg and/or gpgme.

Nov 5 2024, 9:41 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker triaged T7374: gpgme: The export operation seems to ignore failures reported by gpg as Low priority.
Nov 5 2024, 9:39 PM · Restricted Project, gpgme
ikloecker triaged T7373: gpg --export-secret-keys exits with General error if the password prompt was canceled as Low priority.
Nov 5 2024, 9:31 PM · Feature Request, gnupg26, gnupg
werner committed rM0ad30e670aec: Include the full commit id. (authored by werner).
Include the full commit id.
Nov 5 2024, 5:30 PM
ikloecker added a reverting change for rGTO30b5736a97d8: Remove codec changes: rGTO1f60c6800946: Revert "Remove codec changes" for Qt 5 builds.
Nov 5 2024, 5:27 PM
ikloecker committed rGTO1f60c6800946: Revert "Remove codec changes" for Qt 5 builds (authored by ikloecker).
Revert "Remove codec changes" for Qt 5 builds
Nov 5 2024, 5:27 PM
ikloecker committed rGTO9936fcec4cd2: Revert "Don't set codec for QSettings" for Qt 5 builds (authored by ikloecker).
Revert "Don't set codec for QSettings" for Qt 5 builds
Nov 5 2024, 5:27 PM
ikloecker added a reverting change for rGTO7dfcb5f55692: Don't set codec for QSettings: rGTO9936fcec4cd2: Revert "Don't set codec for QSettings" for Qt 5 builds.
Nov 5 2024, 5:27 PM
werner added a comment to T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress.

Thanks.

Nov 5 2024, 5:01 PM · vsd33, Restricted Project, kleopatra, Bug Report
werner added a comment to T4554: gpgtar invalid octal number.

If 7z is used to create a tarball that tarball is then 7z compressed. At least this is how I understand the case.
When gpgtar now tries to extract the file it sees a 7z file and thus emits the octal number warnings because it assumes a tarball (after decryption by gpg).

Nov 5 2024, 5:00 PM · gpgtar, Bug Report, gpg4win
TobiasFella committed rKLEOPATRAbfca28d647d2: Work (authored by TobiasFella).
Work
Nov 5 2024, 4:51 PM
TobiasFella committed rKLEOPATRAe8427f6a47f9: Overhaul labels for encryption & signing / decrpytion & verification results (authored by TobiasFella).
Overhaul labels for encryption & signing / decrpytion & verification results
Nov 5 2024, 4:51 PM
ikloecker added a comment to T4554: gpgtar invalid octal number.

This problem was also reported at https://bugs.kde.org/show_bug.cgi?id=479567#c1

Nov 5 2024, 4:37 PM · gpgtar, Bug Report, gpg4win
ikloecker changed the status of T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress from Open to Testing.

Fixed and backported for VSD 3.3

Nov 5 2024, 4:22 PM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker committed rKLEOPATRA9ae1931f3f32: Don't crash if there is no current smartcard widget (anymore) (authored by ikloecker).
Don't crash if there is no current smartcard widget (anymore)
Nov 5 2024, 4:21 PM
ebo triaged T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress as Normal priority.
Nov 5 2024, 4:20 PM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker committed rKLEOPATRA3f1f8770b78a: Don't crash if there is no current smartcard widget (anymore) (authored by ikloecker).
Don't crash if there is no current smartcard widget (anymore)
Nov 5 2024, 4:15 PM
ikloecker claimed T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress.
Nov 5 2024, 4:05 PM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker created T7372: Kleopatra: Crash when unplugging smartcard while operation is in progress.
Nov 5 2024, 4:05 PM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T7345: Kleopatra: Handle beta compliance.

I'm now using the name "Compliance Check" for the test if no compliance is active/has been configured. I have also checked all other usages of DeVSCompliance::name() in libkleo and kleopatra to make sure it's only used if compliance is active.

Nov 5 2024, 3:51 PM · gpd5x, kleopatra
ikloecker committed rKLEOPATRA432f6bf61839: Use generic name for compliance check if no compliance is active (authored by ikloecker).
Use generic name for compliance check if no compliance is active
Nov 5 2024, 3:49 PM
CarlSchwan committed rOJffd5da9b4712: Add basic AboutData (authored by CarlSchwan).
Add basic AboutData
Nov 5 2024, 3:32 PM
CarlSchwan committed rOJfbcca831efbd: Add help menu (authored by CarlSchwan).
Add help menu
Nov 5 2024, 3:32 PM
CarlSchwan committed rOJ99caac62d465: Fix name of argument (authored by CarlSchwan).
Fix name of argument
Nov 5 2024, 3:32 PM
werner edited projects for T5054: Preservation of modification date upon decryption/extraction., added: Bug Report, gnupg26; removed gnupg24, Feature Request.

While reviewing this task I noticed that I wrote adding a -p option. This is non-sense, because -p is to preserve permissions at extract time; this is unrelated to the last modification time. Standard tar extract files and set the modification to the one given in the tarball - unless you use -m to use the current time. Thus this task is actually a bug and not a feature request. For backward compatibility this will be done only for gnupg26 for now.

Nov 5 2024, 3:30 PM · gnupg26, Bug Report, gpgtar
CarlSchwan triaged T7371: Alignment issue in gpgpass password viewer as Normal priority.
Nov 5 2024, 3:25 PM · gpgpass
ebo closed T4554: gpgtar invalid octal number as Resolved.

This ticket is obsolete, we did some work on gpgtar since then. Should the issue still occur, please reopen or create a new ticket

Nov 5 2024, 3:22 PM · gpgtar, Bug Report, gpg4win
CarlSchwan triaged T7370: Signing action is sometimes disabled when it shouldn't be as Normal priority.
Nov 5 2024, 3:12 PM · gpgol2
ebo removed a project from T5054: Preservation of modification date upon decryption/extraction.: gnupg (gpg23).
Nov 5 2024, 3:10 PM · gnupg26, Bug Report, gpgtar
ikloecker changed the status of T7310: GpgOL: Broken Umlauts in progress message (unicode, encoding) from Open to Testing.

I have reverted the commit mentioned by Carl and another text codec related commit for the Qt 5 builds. This will hopefully fix the broken umlauts in the progress messages.

Nov 5 2024, 1:45 PM · vsd33, i18n, Restricted Project
ebo moved T7098: Change the GpgOL encryption icon according to its state from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 5 2024, 1:32 PM · vsd33, Feature Request, Restricted Project, gpgol
ebo moved T7310: GpgOL: Broken Umlauts in progress message (unicode, encoding) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 5 2024, 1:31 PM · vsd33, i18n, Restricted Project
ikloecker changed the status of T7364: Kleopatra: Crash on Quit from Open to Testing.

Fixed and backported for VSD 3.3

Nov 5 2024, 1:12 PM · Restricted Project, vsd33, kleopatra