Page MenuHome GnuPG
Feed All Stories

Mar 12 2025

TobiasFella committed rKLEOPATRAc07c909d6c83: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 12 2025, 2:09 PM
ebo added a comment to T6793: Cleanup temporary files / dirs with decrypted content.

QA would like to now what exactly to test here… if there is a succinct description of that in a ticket, it will get tested at the very least sooner. Or at all.

Mar 12 2025, 2:05 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo added a comment to T7562: gpgpass: Restore last window location on next start.

The versioninfo.txt line of 5.0Beta-145 for gpgpass is:

Mar 12 2025, 2:01 PM · Feature Request, gpgpass, gpd5x
CarlSchwan added a comment to T7561: Issues with Okular PGP signature error.

We investigated this a bit and it only happens when trying to sign with a non VSD key when gnupg is in VSD mode

Mar 12 2025, 1:56 PM · Bug Report, okular
CarlSchwan added a comment to T7562: gpgpass: Restore last window location on next start.

It seems to work here on Windows and Linux

Mar 12 2025, 1:55 PM · Feature Request, gpgpass, gpd5x
ikloecker added a comment to T7562: gpgpass: Restore last window location on next start.

Note: Restoring the last window location is a built-in feature of KMainWindow/KXmlGuiWindow. It should work out-of-the-box if one makes sure that KMainWindow::closeEvent() is called even if it's overwritten. (Instead of overwriting KMainWindow::closeEvent() the better approach is to overwrite KMainWindow::queryClose() which is what I changed in Kleopatra.)

Mar 12 2025, 1:41 PM · Feature Request, gpgpass, gpd5x
ebo closed T7050: Kleopatra: Exit on windows if elevated and dont ask as Resolved.

works with Gpg4win 4.4.0, too

Mar 12 2025, 1:38 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
TobiasFella committed rKLEOPATRAbfbac732869a: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 12 2025, 12:55 PM
TobiasFella committed rKLEOPATRA820b978029cf: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 12 2025, 12:53 PM
TobiasFella committed rKLEOPATRAc2ee40c89d2d: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 12 2025, 12:52 PM
CarlSchwan committed rGPGPASS2ff4827faa05: Fix contributor statements (authored by TobiasFella).
Fix contributor statements
Mar 12 2025, 12:42 PM
CarlSchwan committed rGPGPASScf866851e55b: Use KPlaceholderWidget for WelcomeWidget (authored by TobiasFella).
Use KPlaceholderWidget for WelcomeWidget
Mar 12 2025, 12:42 PM
CarlSchwan committed rGPGPASS9aa3c74ac2b0: Remove unused headers (authored by CarlSchwan).
Remove unused headers
Mar 12 2025, 12:42 PM
CarlSchwan committed rGPGPASScc9d9f3081f9: Use non deprecated KColorSchemeManager API (authored by CarlSchwan).
Use non deprecated KColorSchemeManager API
Mar 12 2025, 12:42 PM
CarlSchwan committed rGPGPASSf0ccbe05d403: Don't set default buttons (authored by CarlSchwan).
Don't set default buttons
Mar 12 2025, 12:42 PM
ebo added a project to T6842: Kleopatra: Clean up temporary files on windows: gpd5x.
Mar 12 2025, 11:25 AM · gpd5x, kleopatra
werner committed rGc12b7d047e75: common: Add a flag for left anchored substring match to recsel. (authored by werner).
common: Add a flag for left anchored substring match to recsel.
Mar 12 2025, 11:12 AM
ebo created T7563: gpgpass: password file creation GUI issues.
Mar 12 2025, 11:07 AM · Bug Report, gpgpass, gpd5x
TobiasFella changed the status of T7558: Kleopatra: Show a certificate's comment field in certification dialog. from Open to Testing.
Mar 12 2025, 11:05 AM · gpd5x, kleopatra
ebo created T7562: gpgpass: Restore last window location on next start.
Mar 12 2025, 10:42 AM · Feature Request, gpgpass, gpd5x
svuorela added a comment to T7561: Issues with Okular PGP signature error.

Something went wrong during signing - the question is what.

Mar 12 2025, 10:10 AM · Bug Report, okular
werner added a comment to T7547: signatures from revoked or expired keys show up as missing keys.

Did you also tried with --no-sig-cache ? That could help to get a better insight into the reason for that difference.

Mar 12 2025, 9:27 AM · gnupg26, gnupg24, Bug Report
werner triaged T7561: Issues with Okular PGP signature error as Normal priority.
Mar 12 2025, 9:21 AM · Bug Report, okular
l10n daemon script <scripty@kde.org> committed rMTP5d3969ab18d3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 12 2025, 4:17 AM
l10n daemon script <scripty@kde.org> committed rMTPa4bf01a21071: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 12 2025, 2:42 AM
gniibe committed rC4ee91a94bcda: md: Make SHA-1 non-FIPS internally for 1.12 API. (authored by gniibe).
md: Make SHA-1 non-FIPS internally for 1.12 API.
Mar 12 2025, 1:46 AM

Mar 11 2025

dkg added a comment to T7547: signatures from revoked or expired keys show up as missing keys.

OK, now i really don't know what the issue is on the 2.4 branch. trying to replicate it with and without this patch, the --with-colons output of --check-sigs appears to depend on the order in which the certificates were ingested.

Mar 11 2025, 11:05 PM · gnupg26, gnupg24, Bug Report
dkg added a comment to T7547: signatures from revoked or expired keys show up as missing keys.

hm, digging a bit further, i think the above changes have to do with third-party signatures using SHA1, *not* with expired certifiers. in 2.4.7, i see a change from % to ! for these certifications. (2.2.x, which i know is EOL) shows the difference between ? and !. I'm trying to make a simpler replicator now.

Mar 11 2025, 9:18 PM · gnupg26, gnupg24, Bug Report
CarlSchwan created T7561: Issues with Okular PGP signature error.
Mar 11 2025, 5:24 PM · Bug Report, okular
werner added a comment to T7544: Kleopatra (gnupg, gpgsm) hang on key-creation when x.509 certs are in keystore.

Please test using the latest gpg4win installer (beta145).

Mar 11 2025, 5:17 PM · gnupg, kleopatra, Bug Report
werner added a comment to T7560: GnuPG should learn the certificates when a new card has been seen.

The problem is that it may take really long to read the certificates form a card and some card applications even require to give a PIN for reading the certs. A background operation may thus surprisingly lock up the box

Mar 11 2025, 5:15 PM · scd, Feature Request, gnupg
ebo added a comment to T6799: Kleopatra configuration files in wrong places.

Which other Qt applications do we want to apply this to? Okular? GpgPass?

Mar 11 2025, 5:02 PM · gpd5x, kleopatra
ikloecker created T7560: GnuPG should learn the certificates when a new card has been seen.
Mar 11 2025, 4:57 PM · scd, Feature Request, gnupg
werner committed rWde2286385ab4: Move snapshot directory to gnupg.net (authored by werner).
Move snapshot directory to gnupg.net
Mar 11 2025, 4:56 PM
ebo closed T7349: Kleopatra: inconsistent behavior of "Trust root certificate" as Resolved.
Mar 11 2025, 4:53 PM · gpd5x, kleopatra
ebo closed T6799: Kleopatra configuration files in wrong places, a subtask of T7040: Make it possible to install GnuPG VSD and GPD in parallel, as Resolved.
Mar 11 2025, 4:39 PM · kleopatra, Restricted Project
ebo closed T6799: Kleopatra configuration files in wrong places as Resolved.
Mar 11 2025, 4:39 PM · gpd5x, kleopatra
ebo removed projects from T7543: Kleopatra: width of "valid until" column: vsd33, Restricted Project.
Mar 11 2025, 4:36 PM · kleopatra
ebo closed T7543: Kleopatra: width of "valid until" column as Invalid.

As this is minor anyway and does not show in kf6, I close this again

Mar 11 2025, 4:36 PM · kleopatra
ebo added a comment to T6799: Kleopatra configuration files in wrong places.

For a fresh install with version 4.0.0.250370 (Gpg4win-5.0.0-beta145) all kleo config files are below %APPDATA%\gnupg\kleoaptra:

Mar 11 2025, 4:16 PM · gpd5x, kleopatra
ikloecker moved T7532: Kleopatra fails to decrypt/extract archives located at very long file paths from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3.x / Gpg4win 4.4.x

Mar 11 2025, 4:11 PM · vsd33 (vsd-3.3.1), gpd5x, Bug Report, kleopatra
ikloecker committed rKLEOPATRA13602b6d152c: Fix decrypting files with very long paths on windows (authored by TobiasFella).
Fix decrypting files with very long paths on windows
Mar 11 2025, 3:47 PM
ebo moved T7090: Kleopatra: In the About dialog, the versions info for gpg is sometimes missing from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 11 2025, 3:36 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ebo moved T7122: Kleopatra: Wrong success/error messages when changing the reset code/PUK of an OpenPGP card from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 11 2025, 3:36 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
werner committed rWd2148fbe831d: Unify packages list to include all possible gnupg branches. (authored by werner).
Unify packages list to include all possible gnupg branches.
Mar 11 2025, 2:56 PM
ikloecker awarded rMTP27244457c3e6: Support compiling MimeTreeParser from git with stable version of KMime a Like token.
Mar 11 2025, 2:38 PM
TobiasFella committed rLIBKLEO5d4df6b63548: Use standard formatting for keys in KeySelectionCombo (authored by TobiasFella).
Use standard formatting for keys in KeySelectionCombo
Mar 11 2025, 2:34 PM
ebo added a comment to T7553: Kleopatra: change string and logic for option to continue showing the result window .

I believe at least the "automatically" needs to be there.
And you can not close "this" window, really, only all future windows of this kind. If the operation was successfull…

Mar 11 2025, 2:31 PM · gpd5x, kleopatra
TobiasFella added a comment to T7553: Kleopatra: change string and logic for option to continue showing the result window .

+1 in general; Maybe slightly rephrase to "Close this window after completion"?

Mar 11 2025, 2:09 PM · gpd5x, kleopatra
TobiasFella moved T7558: Kleopatra: Show a certificate's comment field in certification dialog. from Backlog to WIP on the gpd5x board.
Mar 11 2025, 2:05 PM · gpd5x, kleopatra
TobiasFella set External Link to https://invent.kde.org/pim/libkleo/-/merge_requests/186 on T7558: Kleopatra: Show a certificate's comment field in certification dialog..
Mar 11 2025, 2:05 PM · gpd5x, kleopatra
TobiasFella committed rLIBKLEO04a436fcd7c2: Use standard formatting for keys in KeySelectionCombo (authored by TobiasFella).
Use standard formatting for keys in KeySelectionCombo
Mar 11 2025, 2:04 PM
TobiasFella claimed T7558: Kleopatra: Show a certificate's comment field in certification dialog..
Mar 11 2025, 1:59 PM · gpd5x, kleopatra
TobiasFella moved T7361: notepad: Move to an external window from Backlog to WIP on the gpd5x board.
Mar 11 2025, 1:24 PM · gpd5x, kleopatra
TobiasFella changed the status of T7532: Kleopatra fails to decrypt/extract archives located at very long file paths from Open to Testing.
Mar 11 2025, 1:24 PM · vsd33 (vsd-3.3.1), gpd5x, Bug Report, kleopatra
TobiasFella set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/372 on T7361: notepad: Move to an external window.
Mar 11 2025, 1:19 PM · gpd5x, kleopatra
TobiasFella claimed T7361: notepad: Move to an external window.
Mar 11 2025, 1:18 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRA4754e1f8b556: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 11 2025, 1:17 PM
ebo added a comment to T7349: Kleopatra: inconsistent behavior of "Trust root certificate".

tested with Version 4.0.0.250370 (Gpg4win-5.0.0-beta145), works as described.

Mar 11 2025, 12:35 PM · gpd5x, kleopatra
CarlSchwan committed rW067d7b0eb137: Update snapshots of KDE packages (authored by CarlSchwan).
Update snapshots of KDE packages
Mar 11 2025, 12:16 PM
CarlSchwan committed rWf8144dbfba8a: Update okular packaging (authored by CarlSchwan).
Update okular packaging
Mar 11 2025, 12:16 PM
CarlSchwan committed rW0fcc0778823f: Fix typo referencing the same patch twice (authored by CarlSchwan).
Fix typo referencing the same patch twice
Mar 11 2025, 12:16 PM
TobiasFella committed rKLEOPATRAfb76c8e4c118: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 11 2025, 11:57 AM
TobiasFella committed rKLEOPATRA314bc48cd52c: Move PadWidget to separate window (authored by TobiasFella).
Move PadWidget to separate window
Mar 11 2025, 11:54 AM
ikloecker committed rLIBKLEO5d61d9f6c696: Skip test on FreeBSD that often times out and fails the build (authored by ikloecker).
Skip test on FreeBSD that often times out and fails the build
Mar 11 2025, 11:41 AM
ebo closed T7433: Kleopatra: Reloading smartcard does not import certificates from the card as Resolved.

works, Version 4.0.0.250370 (Gpg4win-5.0.0-beta145)

Mar 11 2025, 11:25 AM · gpd5x, kleopatra
ebo closed T7431: Kleopatra: Expired certificates not greyed out while loading card certificates as Resolved.

Confirmed with version 4.0.0.250370 (Gpg4win-5.0.0-beta145), I checked only the default light mode.

Mar 11 2025, 11:23 AM · gpd5x, kleopatra
ikloecker committed rLIBKLEO13aaa4f27793: Skip test on FreeBSD that often times out and fails the build (authored by ikloecker).
Skip test on FreeBSD that often times out and fails the build
Mar 11 2025, 11:21 AM
ebo closed T7430: Kleopatra: After deleting expired card certificate text for corresponding card slot stays red as Resolved.

Confirmed OK for Version 4.0.0.250370 (Gpg4win-5.0.0-beta145)

Mar 11 2025, 11:20 AM · gpd5x, kleopatra
werner changed the status of T7547: signatures from revoked or expired keys show up as missing keys, a subtask of T7527: Keyring/keybox denial of service, from Testing to Open.
Mar 11 2025, 11:00 AM · OpenPGP, gnupg, Bug Report
werner changed the status of T7547: signatures from revoked or expired keys show up as missing keys from Testing to Open.
Mar 11 2025, 11:00 AM · gnupg26, gnupg24, Bug Report
CarlSchwan committed rMTP27244457c3e6: Support compiling MimeTreeParser from git with stable version of KMime (authored by CarlSchwan).
Support compiling MimeTreeParser from git with stable version of KMime
Mar 11 2025, 10:56 AM
ikloecker committed rLIBKLEO27f8413d7414: Explicitly use Boost's cmake config file for finding it (authored by ikloecker).
Explicitly use Boost's cmake config file for finding it
Mar 11 2025, 10:51 AM
ikloecker committed rLIBKLEO17de0cd44f9b: Require C++20 (authored by ikloecker).
Require C++20
Mar 11 2025, 9:47 AM
CarlSchwan committed rMTP97ddc6ea671d: Fix two deprecation warnings (authored by CarlSchwan).
Fix two deprecation warnings
Mar 11 2025, 9:38 AM
ikloecker committed rMTP6be0ec0ceeb8: Fix two deprecation warnings (authored by ikloecker).
Fix two deprecation warnings
Mar 11 2025, 9:19 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6f7eaf66d45b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 11 2025, 4:19 AM
l10n daemon script <scripty@kde.org> committed rMTPe0bc7aae9904: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 11 2025, 4:18 AM
l10n daemon script <scripty@kde.org> committed rMTP63fc41167dea: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 11 2025, 2:39 AM
dkg added a comment to T7547: signatures from revoked or expired keys show up as missing keys.

With the patch "gpg: Fix regression for the recent malicious subkey DoS fix", there is a change in how gpg --check-sigs reports certifications from expired keys.

Mar 11 2025, 1:02 AM · gnupg26, gnupg24, Bug Report

Mar 10 2025

ikloecker added a reverting change for rMTPa6649461deea: Fix two deprecation warnings: rMTP05de73087bba: Revert "Fix two deprecation warnings".
Mar 10 2025, 5:18 PM
ikloecker committed rMTP05de73087bba: Revert "Fix two deprecation warnings" (authored by ikloecker).
Revert "Fix two deprecation warnings"
Mar 10 2025, 5:18 PM
ebo moved T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered from WIP to Done on the gpd5x board.
Mar 10 2025, 5:17 PM · vsd33 (vsd-3.3.0), Restricted Project, gpd5x, kleopatra
ebo moved T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 10 2025, 5:16 PM · vsd33 (vsd-3.3.0), Restricted Project, gpd5x, kleopatra
ebo moved T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered from Backlog to vsd-3.3.0 on the vsd33 board.
Mar 10 2025, 5:16 PM · vsd33 (vsd-3.3.0), Restricted Project, gpd5x, kleopatra
ebo added projects to T7375: Kleopatra: Print secret key operation is not terminated correctly if an empty or wrong password is entered: Restricted Project, vsd33.

Version 4.0.0.250370 (Gpg4win-5.0.0-beta145):

Mar 10 2025, 5:15 PM · vsd33 (vsd-3.3.0), Restricted Project, gpd5x, kleopatra
ikloecker committed rWba4958ab3a1d: Make "build.sh --release --download" work as intended (authored by ikloecker).
Make "build.sh --release --download" work as intended
Mar 10 2025, 5:04 PM
ikloecker committed rWb2e49bd95716: Add missing dependencies on extra-cmake-modules (authored by ikloecker).
Add missing dependencies on extra-cmake-modules
Mar 10 2025, 5:04 PM
ikloecker committed rW9d65ddc8c972: Add dependency on native kconfig tools to packages using KConfigXT (authored by ikloecker).
Add dependency on native kconfig tools to packages using KConfigXT
Mar 10 2025, 5:04 PM
ikloecker committed rWc6a0286436e5: Rework dependencies between cross-build packages and native packages (authored by ikloecker).
Rework dependencies between cross-build packages and native packages
Mar 10 2025, 5:04 PM
ikloecker committed rW92b0d1d3f2bb: Build necessary features of qttools only (authored by ikloecker).
Build necessary features of qttools only
Mar 10 2025, 5:04 PM
ikloecker committed rMTPa6649461deea: Fix two deprecation warnings (authored by ikloecker).
Fix two deprecation warnings
Mar 10 2025, 5:01 PM
ebo closed T7510: Kleopatra: Cert view search field - cursor always jumping to the end when editing as Resolved.

tested with Version 4.0.0.250370 (Gpg4win-5.0.0-beta145) on Windows, works!

Mar 10 2025, 4:16 PM · gpd5x, kleopatra
ebo added a comment to T7554: Kleopatra: Restore last window location on next start.

with version 4.0.0.250370 (Gpg4win-5.0.0-beta145), Kleopatra from Friday.

Mar 10 2025, 4:15 PM · gpd5x, kleopatra
werner committed rE0f08f4aa8058: Re-fix logic for finding the beta version number (authored by werner).
Re-fix logic for finding the beta version number
Mar 10 2025, 4:01 PM
werner added a reverting change for rE542b6fce1390: Fix logic for finding the beta version number: rE0f08f4aa8058: Re-fix logic for finding the beta version number.
Mar 10 2025, 4:01 PM
werner committed rDdea932b29ef5: Add new news entry and move old news to the archive (authored by werner).
Add new news entry and move old news to the archive
Mar 10 2025, 3:47 PM
ebo added a comment to T7091: Kleopatra: Simple copy key to card.

We have to talk about the workflows in the different variations. This needs to be simplified further.

Mar 10 2025, 3:30 PM · gpd5x, kleopatra
werner committed rGe5555a40e633: Update autogen.sh from upstream to version 2025-03-10 (authored by werner).
Update autogen.sh from upstream to version 2025-03-10
Mar 10 2025, 3:00 PM
werner committed rW26f7e428f651: Update autogen.sh from upstream to version 2025-03-10 (authored by werner).
Update autogen.sh from upstream to version 2025-03-10
Mar 10 2025, 2:58 PM