Page MenuHome GnuPG
Feed Advanced Search

Sep 30 2024

ikloecker merged task T6502: Kleopatra: display implicit expiry date into T6878: Kleopatra: Subkey expiry date improvements.
Sep 30 2024, 10:59 AM · kleopatra, Restricted Project
ikloecker merged T6502: Kleopatra: display implicit expiry date into T6878: Kleopatra: Subkey expiry date improvements.
Sep 30 2024, 10:59 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T6502: Kleopatra: display implicit expiry date.

This has been addressed with T6878: Kleopatra: Subkey expiry date improvements by showing the expiration date of the primary key if the subkey doesn't have an expiration date.

Sep 30 2024, 10:58 AM · kleopatra, Restricted Project

Sep 27 2024

ikloecker added a comment to T7258: Kleopatra: Limit the maximum column size when fitting the columns to their content.

Yes, for historical reasons (i.e. we haven't changed this) the width of the name and email columns always defaults to 260.

Sep 27 2024, 10:50 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project

Sep 26 2024

ikloecker changed the status of T7297: Kleopatra: Improve support for V5 fingerprints from Open to Testing.

V5 keys should now work as good as V4 keys in Kleopatra. For testing create a "Curve 448" key and then try a few things. Everything should just work because it works for gpg. Kleopatra doesn't really do anything special for V5 keys.

Sep 26 2024, 4:42 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker changed the status of T7301: Kleopatra: Remove any usage and mention of the short Key ID from Open to Testing.

Done. I don't think this needs to be tested extensively because it's just some UI texts that now show the Key ID (with 16 hex chars) instead of the short Key ID (8 hex chars). And for files including key material we also use the Key ID (of primary key and/or subkey) now for the filenames, e.g. when exporting a public/secret key/subkey.

Sep 26 2024, 4:32 PM · kleopatra, Restricted Project
ikloecker moved T7280: Kleopatra: an email containing capital letters is displayed under “name”. from Backlog to WiP on the vsd33 board.

The change will also be included in VSD 3.3.

Sep 26 2024, 4:22 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T6879: Kleopatra: Add support for adding an ADSK.

The version check can now be extended to 2.2.45 <= gpg < 2.3.0.

Sep 26 2024, 4:15 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T6882: Make ADSK configurable for new keys.

werner: Can you also backport listing of "default-new-key-adsk" with gpgconf so that Kleopatra can check whether a default ADSK is set?

Sep 26 2024, 4:14 PM · gnupg24 (2.4.6), gnupg22 (gnupg-2.2.45)
ikloecker changed the status of T7306: Kleopatra: Decryption aborts without error message to user from Open to Testing.

Fixed. Ready for testing.

Sep 26 2024, 3:57 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T7306: Kleopatra: Decryption aborts without error message to user from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3.

Sep 26 2024, 3:56 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRAb98dacda0946: Do not crash if key cache is updated without main window (authored by ikloecker).
Do not crash if key cache is updated without main window
Sep 26 2024, 3:55 PM
ikloecker added a project to T7306: Kleopatra: Decryption aborts without error message to user: vsd33.

The fix needs to be backported for VSD 3.3.

Sep 26 2024, 3:49 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRAcc3f57b66cbb: Do not crash if key cache is updated without main window (authored by ikloecker).
Do not crash if key cache is updated without main window
Sep 26 2024, 3:47 PM
ikloecker claimed T7306: Kleopatra: Decryption aborts without error message to user.
Sep 26 2024, 3:46 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T7306: Kleopatra: Decryption aborts without error message to user.

Backtrace:

#0  0x00007ffff6643d10 in QAbstractItemView::selectionModel() const () at /lib64/libQt6Widgets.so.6
#1  0x00000000006fe608 in Kleo::KeyListController::Private::updateActions(KActionCollection*)
    (this=0x7fffe4005540, collection=0xdd7ae0) at /home/ingo/dev/kde/kleopatra/src/view/keylistcontroller.cpp:1141
#2  0x00007ffff51da593 in  () at /lib64/libQt6Core.so.6
#3  0x00007ffff7ad2655 in Kleo::KeyCache::insert(std::vector<GpgME::Key, std::allocator<GpgME::Key> > const&)
    (this=<optimized out>, keys=<optimized out>) at /home/ingo/dev/kde/libkleo/src/models/keycache.cpp:1422
#4  0x00007ffff7ad3072 in Kleo::KeyCache::refresh(std::vector<GpgME::Key, std::allocator<GpgME::Key> > const&)
    (this=<optimized out>, keys=<optimized out>) at /home/ingo/dev/kde/libkleo/src/models/keycache.cpp:1255
#5  0x00007ffff7ad5968 in Kleo::KeyCache::RefreshKeysJob::Private::updateKeyCache() (this=0xc81ff0)
    at /home/ingo/dev/kde/libkleo/src/models/keycache.cpp:1566
[...]
Sep 26 2024, 3:45 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA64d2062471f1: Use the key ID instead of the short key ID for filenames (authored by ikloecker).
Use the key ID instead of the short key ID for filenames
Sep 26 2024, 3:32 PM
ikloecker committed rLIBKLEOd798751e6844: Remove ShortKeyID column from key list model (authored by ikloecker).
Remove ShortKeyID column from key list model
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEO93f0c1475550: Show key ID instead of short key ID in short key info (authored by ikloecker).
Show key ID instead of short key ID in short key info
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEO250758047fd3: Fix filtering by Key ID (authored by ikloecker).
Fix filtering by Key ID
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEObe41848b9b22: Show key ID instead of short key ID in tool tip if KeyID is requested (authored by ikloecker).
Show key ID instead of short key ID in tool tip if KeyID is requested
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEO8183ed5c4487: Show key ID instead of short key ID in KeySelectionDialog (authored by ikloecker).
Show key ID instead of short key ID in KeySelectionDialog
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEO669f35f0f1a3: Show key ID instead of short key ID in KeyRequester (authored by ikloecker).
Show key ID instead of short key ID in KeyRequester
Sep 26 2024, 3:06 PM
ikloecker committed rLIBKLEOdc9f7238dd02: Remove obsolete lookup of keys by short (4 octet) key ID (authored by ikloecker).
Remove obsolete lookup of keys by short (4 octet) key ID
Sep 26 2024, 3:06 PM

Sep 25 2024

ikloecker claimed T7301: Kleopatra: Remove any usage and mention of the short Key ID.
Sep 25 2024, 4:46 PM · kleopatra, Restricted Project
ikloecker committed rKLEOPATRA86f38c93b9ac: Remove unneeded lookup of key by short (4 octet) key ID (authored by ikloecker).
Remove unneeded lookup of key by short (4 octet) key ID
Sep 25 2024, 4:18 PM
ikloecker committed rW882252196304: Add missing document-edit icon (authored by ikloecker).
Add missing document-edit icon
Sep 25 2024, 2:51 PM
ikloecker committed rW398212712530: Improve findicons.sh (authored by ikloecker).
Improve findicons.sh
Sep 25 2024, 2:51 PM
ikloecker committed rW7b3a08703ba8: findicons.sh: Sort the list of icons after updating it (authored by ikloecker).
findicons.sh: Sort the list of icons after updating it
Sep 25 2024, 2:51 PM
ikloecker created T7301: Kleopatra: Remove any usage and mention of the short Key ID.
Sep 25 2024, 11:48 AM · kleopatra, Restricted Project

Sep 24 2024

ikloecker committed rG79298e87d843: gpg: Fix --quick-set-expire for V5 subkey fingerprints (authored by ikloecker).
gpg: Fix --quick-set-expire for V5 subkey fingerprints
Sep 24 2024, 11:20 PM
ikloecker committed rKLEOPATRA071b7671e56c: Remove obsolete check for GpgME 1.16 (authored by ikloecker).
Remove obsolete check for GpgME 1.16
Sep 24 2024, 4:49 PM
ikloecker committed rLIBKLEOa444a61a595b: Remove obsolete check for GpgME 1.16 (authored by ikloecker).
Remove obsolete check for GpgME 1.16
Sep 24 2024, 4:31 PM
ikloecker committed rLIBKLEObee913b8d50d: Fix pretty printing of signature created with V5 signing subkey (authored by ikloecker).
Fix pretty printing of signature created with V5 signing subkey
Sep 24 2024, 4:31 PM
ikloecker committed rLIBKLEO447cf5856eef: Bump library version (authored by ikloecker).
Bump library version
Sep 24 2024, 4:31 PM
ikloecker committed rLIBKLEOc68e2fa23829: Add findSigner and make findSigners work for signing subkeys (authored by ikloecker).
Add findSigner and make findSigners work for signing subkeys
Sep 24 2024, 4:31 PM
ikloecker changed the status of T7299: Kleopatra: improve readability of highlighted text from Open to Testing.

Fixed. The fix is in gpg4win so that it will automatically apply for VSD 3.3.

Sep 24 2024, 3:54 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rW8841697e737f: Use standard selection colors for item views only for high-contrast mode (authored by ikloecker).
Use standard selection colors for item views only for high-contrast mode
Sep 24 2024, 3:54 PM
ikloecker added a comment to T7299: Kleopatra: improve readability of highlighted text.

This is a regression of a fix for T6073: Kleopatra: Fix issues with high contrast resp. inverted color scheme.

Sep 24 2024, 3:21 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker claimed T7299: Kleopatra: improve readability of highlighted text.
Sep 24 2024, 2:53 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T7299: Kleopatra: improve readability of highlighted text.

For comparison: That's how it looks like with the Breeze style on Linux. The highlighting background on Windows is way too light.

Sep 24 2024, 2:14 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T7296: Kleopatra: Change filters "All certificates" etc. so that they do not include disabled ones.

What about all other filters? For example "Not Certified", "Not Fully Certified", "My Own", "OpenPGP"? Should the disabled certificates also be excluded for those filters?

Sep 24 2024, 12:16 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker added a comment to T7298: gpg --quick-set-expire fails for V5 subkeys.

Possible fix:

From 24e8191ab5de7245cf6063be778b6d3ceec4414b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= <dev@ingo-kloecker.de>
Date: Tue, 24 Sep 2024 10:44:31 +0200
Subject: [PATCH] gpg: Fix --quick-set-expire for V5 subkey fingerprints
Sep 24 2024, 10:44 AM · gnupg24, gnupg26, Bug Report
ikloecker created T7298: gpg --quick-set-expire fails for V5 subkeys.
Sep 24 2024, 10:42 AM · gnupg24, gnupg26, Bug Report

Sep 23 2024

ikloecker committed rKLEOPATRA57b08467f91b: Fix "kleopatra --query" for V5 fingerprints (authored by ikloecker).
Fix "kleopatra --query" for V5 fingerprints
Sep 23 2024, 5:18 PM
ikloecker committed rLIBKLEO136803a30f32: Bump library version (authored by ikloecker).
Bump library version
Sep 23 2024, 5:14 PM
ikloecker committed rLIBKLEO2eddfb73f3d2: Allow lookup of subkey by fingerprint (authored by ikloecker).
Allow lookup of subkey by fingerprint
Sep 23 2024, 5:14 PM
ikloecker committed rKLEOPATRAcc391259611e: Display correct key ID for V5 keys (authored by ikloecker).
Display correct key ID for V5 keys
Sep 23 2024, 4:22 PM
ikloecker committed rLIBKLEO392c853cd8c6: Display correct key ID for V5 keys (authored by ikloecker).
Display correct key ID for V5 keys
Sep 23 2024, 4:05 PM
ikloecker committed rLIBKLEO861a091fbd37: Use same formatting for V5 fingerprints as gpg (authored by ikloecker).
Use same formatting for V5 fingerprints as gpg
Sep 23 2024, 4:05 PM
ikloecker committed rLIBKLEO9d7dfbc70704: Make check for fingerprints more strict (authored by ikloecker).
Make check for fingerprints more strict
Sep 23 2024, 4:05 PM
ikloecker moved T7297: Kleopatra: Improve support for V5 fingerprints from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 23 2024, 12:33 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker triaged T7297: Kleopatra: Improve support for V5 fingerprints as Normal priority.
Sep 23 2024, 12:33 PM · gpd5x (gpd-5.0.0), kleopatra

Sep 20 2024

ikloecker added a comment to T7200: Trustdb not updated on import of extended certificate.

The test with Gpg4win 4.3.1 (using GnuPG 2.4) seems to indicate that:

  1. gpg didn't update the trustdb automatically after importing the extended trusted certificate.
  2. gpg updated the trustdb automatically after deleting and re-importing the expired trusted certificate, but Kleopatra still showed the certificates signed by the trusted certificate as "certified". This could be a bug in the trustdb calculation (note the log message "Schlüssel C5D6C919005F36A4 ist als ultimativ vertrauenswürdig gekennzeichnet" which could indicate that gpg treats the key as valid although it's expired). On the other hand, my test with GnuPG 2.4 on Linux doesn't reproduce this problem.
Sep 20 2024, 3:43 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
ikloecker committed rM79ca84699363: core: Report failed encryption/signing if gpgtar didn't emit SUCCESS (authored by ikloecker).
core: Report failed encryption/signing if gpgtar didn't emit SUCCESS
Sep 20 2024, 10:11 AM
ikloecker changed the status of T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from Open to Testing.

gpgme now checks for a SUCCESS status emitted by gpgtar when creating a signed and/or encrypted archive. If gpgtar is killed (or exits without emitting SUCCESS for some other reason) then the partially created archive is removed and Kleopatra reports a failure.

Sep 20 2024, 10:10 AM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report

Sep 19 2024

ikloecker added a comment to T7200: Trustdb not updated on import of extended certificate.

I'm unable to reproduce the problem with Kleopatra master (Qt 6) and GnuPG 2.4.

Sep 19 2024, 12:18 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
ikloecker added a comment to T7200: Trustdb not updated on import of extended certificate.

It's possible that the file system watcher does not yet support keyboxd. (Ideally, keyboxd would report changes via assuan to processes listening for changes. The file system watcher is obviously just a workaround.)

Sep 19 2024, 10:23 AM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project

Sep 18 2024

ikloecker added a comment to T7200: Trustdb not updated on import of extended certificate.

Kleopatra does a full key listing after an import (triggered by the file system watcher noticing changes in GNUPGHOME). In general, Kleopatra always does full key listings.

Sep 18 2024, 8:48 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
ikloecker moved T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 18 2024, 3:35 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker claimed T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.
Sep 18 2024, 3:34 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker added a comment to T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.

Status messages on successful creation of signed & encrypted archive

2024-09-18 15:21:33 gpgme[3250.d47]     _gpgme_io_read: check: [GNUPG:] PROGRESS gpgtar c 0 3<LF>
2024-09-18 15:21:33 gpgme[3250.d47]     _gpgme_io_read: check: [GNUPG:] PROGRESS gpgtar s 0 62 B<LF>
Sep 18 2024, 3:34 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker assigned T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures) to TobiasFella.

Tobias is working on this

Sep 18 2024, 3:12 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker raised the priority of T7200: Trustdb not updated on import of extended certificate from Normal to Needs Triage.

I don't see how Kleopatra is responsible for updating the trustdb. As Andre correctly commented, Kleopatra sets "no-auto-check-trustdb" only for the initial key listing.

Sep 18 2024, 3:05 PM · gnupg22 (gnupg-2.2.45), vsd32, Bug Report, Restricted Project
ikloecker changed the status of T7216: Kleopatra: Integrate "disabled" feature from gpg from Open to Testing.

Setting to Testing and WiP to reflect status of the subtasks and to get it removed from the Open Tasks list.

Sep 18 2024, 2:51 PM · Feature Request, kleopatra
ikloecker assigned T7234: Kleopatra: add disable/enable certificate in context menu to TobiasFella.

This was implemented by Tobias

Sep 18 2024, 2:47 PM · Feature Request, kleopatra, Restricted Project
ikloecker committed rKLEOPATRAc48dc7068596: Increase required KF version again and disable Flatpak build instead (authored by ikloecker).
Increase required KF version again and disable Flatpak build instead
Sep 18 2024, 10:23 AM
ikloecker added a reverting change for rKLEOPATRA60feccb7c871: GIT_SILENT: time to increase version: rKLEOPATRA4ddd92393b17: Revert "GIT_SILENT: time to increase version".
Sep 18 2024, 9:38 AM
ikloecker committed rKLEOPATRA4ddd92393b17: Revert "GIT_SILENT: time to increase version" (authored by ikloecker).
Revert "GIT_SILENT: time to increase version"
Sep 18 2024, 9:38 AM

Sep 17 2024

ikloecker committed rM9747f189620a: doc,build: Look for yat2m in $prefix/bin (authored by ikloecker).
doc,build: Look for yat2m in $prefix/bin
Sep 17 2024, 3:10 PM
ikloecker committed rMe4b04ae15363: doc,build: Fix "make install" if yat2m isn't available (authored by ikloecker).
doc,build: Fix "make install" if yat2m isn't available
Sep 17 2024, 2:53 PM
ikloecker committed rLIBKLEOd88b75a1e5c2: Don't make me wonder about operator precendence (authored by ikloecker).
Don't make me wonder about operator precendence
Sep 17 2024, 12:25 PM

Sep 16 2024

ikloecker moved T7273: Kleopatra: Always show the verfication results of all signatures even if some signatures are bad from Backlog to WiP on the vsd33 board.

Backported the changes in Kleopatra for VSD 3.3.

Sep 16 2024, 11:50 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker committed rKLEOPATRA11a17c043e71: Enable checking of all data signatures (authored by ikloecker).
Enable checking of all data signatures
Sep 16 2024, 11:47 AM

Sep 5 2024

ikloecker changed the status of T7272: Kleopatra: Look up missing OpenPGP certificates for card keys from Open to Testing.

Additionally to performing the lookup also for OpenPGP cards the status messages that are emitted during the lookup are now shown in the status bar instead of with a label above the key list.

Sep 5 2024, 5:15 PM · gpd5x (gpd-5.0.0), LDAP, kleopatra
ikloecker committed rKLEOPATRAc9fd513f412a: Show status messages for certificate retrieval in status bar (authored by ikloecker).
Show status messages for certificate retrieval in status bar
Sep 5 2024, 5:01 PM
ikloecker committed rKLEOPATRA0e5647ca6ef3: Use StatusMessage class for the smart card window (authored by ikloecker).
Use StatusMessage class for the smart card window
Sep 5 2024, 5:01 PM
ikloecker committed rKLEOPATRAd96189c9343b: Add a simple class for managing status messages with context (authored by ikloecker).
Add a simple class for managing status messages with context
Sep 5 2024, 5:01 PM
ikloecker committed rKLEOPATRAdab96467a147: Look up OpenPGP certificate for card keys also for OpenPGP cards (authored by ikloecker).
Look up OpenPGP certificate for card keys also for OpenPGP cards
Sep 5 2024, 5:01 PM
ikloecker committed rLIBKLEOf5c0d8f17982: Remove unused function and variable (authored by ikloecker).
Remove unused function and variable
Sep 5 2024, 4:55 PM

Sep 4 2024

ikloecker closed T7110: Distribute the GpgME bindings separately from GpgME as Wontfix.

This ticket got superseded by T7262: gpgme: Move C++ bindings, Qt bindings and Python bindings to separate git repositories.

Sep 4 2024, 2:53 PM · gpgme, Restricted Project
ikloecker moved T7272: Kleopatra: Look up missing OpenPGP certificates for card keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 4 2024, 2:49 PM · gpd5x (gpd-5.0.0), LDAP, kleopatra
ikloecker changed the status of T7280: Kleopatra: an email containing capital letters is displayed under “name”. from Open to Testing.

Since VSD 3.3 will likely include this change in gpgme I add the vsd33 tag.

Sep 4 2024, 2:36 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker committed rM2264b64b85e6: core: Treat email-only user IDs with upper case letters as email address (authored by ikloecker).
core: Treat email-only user IDs with upper case letters as email address
Sep 4 2024, 2:32 PM
ikloecker claimed T7280: Kleopatra: an email containing capital letters is displayed under “name”..
Sep 4 2024, 10:26 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker changed the status of T7274: Kleopatra: General error on import + certify with revoked and valid UID from Open to Testing.
Sep 4 2024, 10:23 AM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project

Sep 2 2024

ikloecker committed rMecd0c86d6235: build,python: Fix build with setuptools 72.2.0+ (authored by ikloecker).
build,python: Fix build with setuptools 72.2.0+
Sep 2 2024, 3:57 PM
ikloecker closed T7281: Build error with python3-setuptools 73.0.1 as Resolved.

Fixed.

Sep 2 2024, 3:48 PM · Debian, gpgme, Bug Report
ikloecker added a comment to T7281: Build error with python3-setuptools 73.0.1.

I can reproduce this: It works with setuptools 72.1.0 and it fails with setuptools 72.2.0.

Sep 2 2024, 12:04 PM · Debian, gpgme, Bug Report
ikloecker claimed T7281: Build error with python3-setuptools 73.0.1.
Sep 2 2024, 11:43 AM · Debian, gpgme, Bug Report

Aug 30 2024

ikloecker closed T7279: libgpg-error installation not detected while building libgcrypt from source as Invalid.

As far as I know the practice to have separate -dev packages is very common among Linux distributions.

Aug 30 2024, 1:28 PM · libgcrypt, Bug Report

Aug 29 2024

ikloecker added a comment to T7279: libgpg-error installation not detected while building libgcrypt from source.

Does alpine split the development files of libgpg-error into a separate *-devel (or similar) package like most other distros? If yes, then you need to install this development package.

Aug 29 2024, 5:14 PM · libgcrypt, Bug Report
ikloecker committed rM569348ee8406: cpp: Add pkgconfig file for gpgmepp (authored by ikloecker).
cpp: Add pkgconfig file for gpgmepp
Aug 29 2024, 1:54 PM

Aug 28 2024

ikloecker moved T7258: Kleopatra: Limit the maximum column size when fitting the columns to their content from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Aug 28 2024, 4:53 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA221df1479dc4: Limit width of columns when resized to contents (authored by TobiasFella).
Limit width of columns when resized to contents
Aug 28 2024, 4:50 PM
ikloecker committed rLIBKLEOd771de8a8405: Limit width of columns when resized to contents (authored by TobiasFella).
Limit width of columns when resized to contents
Aug 28 2024, 4:49 PM
ikloecker committed rM7579c40124c9: cpp: Go with default answer on unknown question by key edit interface (authored by ikloecker).
cpp: Go with default answer on unknown question by key edit interface
Aug 28 2024, 4:38 PM
ikloecker claimed T7274: Kleopatra: General error on import + certify with revoked and valid UID.
Aug 28 2024, 3:25 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
ikloecker added a comment to T7274: Kleopatra: General error on import + certify with revoked and valid UID.

The bug doesn't occur when the normal certification process is used because there we specifically tell gpg which user IDs to sign (excluding the revoked one).

Aug 28 2024, 3:25 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
ikloecker added a comment to T7274: Kleopatra: General error on import + certify with revoked and valid UID.

The interactor log shows what's happening:

EditInteractor: 0 -> nextState( GET_LINE, keyedit.prompt ) -> 1
EditInteractor: action result "lsign"
EditInteractor: error now 0 (Erfolg)
EditInteractor: 1 -> nextState( GOT_IT,  ) -> 1
EditInteractor: no action executed
EditInteractor: error now 0 (Erfolg)

gpg asks what to do. Kleopatra answers "lsign".

Aug 28 2024, 3:21 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project