Page MenuHome GnuPG
Feed All Stories

Feb 10 2023

werner committed rM9c5506fde701: core: Switch to logging via gpgrt (authored by werner).
core: Switch to logging via gpgrt
Feb 10 2023, 11:25 AM
werner committed rMc0da6f77c66e: core: Update copyright notices (authored by werner).
core: Update copyright notices
Feb 10 2023, 11:25 AM
ikloecker added a comment to T5478: Kleopatra: Performance problems decrypting and encrypting large Archives.

"file type 2" may refer to symbolic links.

Feb 10 2023, 11:12 AM · Restricted Project, gpgme, kleopatra
ikloecker added a comment to T5478: Kleopatra: Performance problems decrypting and encrypting large Archives.

I did some tests. I encrypted the g10/src folder which contains multiple repos (33098 files) with a total weight of about 1.4 GiB.

Feb 10 2023, 11:09 AM · Restricted Project, gpgme, kleopatra
ikloecker closed T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data as Resolved.

I made the condition for calling the verify handler more strict by checking if err is a NO DATA error. This should minimize the risk of regression.

Feb 10 2023, 10:12 AM · Restricted Project, gpgme
ikloecker closed T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data, a subtask of T6342: GPGME/Kleopatra: Extend gpgme to use gpgtar, as Resolved.
Feb 10 2023, 10:12 AM · Restricted Project, gpgme, kleopatra
ikloecker committed rM21283dfd1be1: tests: Fix cleaning up at the end of the test (authored by ikloecker).
tests: Fix cleaning up at the end of the test
Feb 10 2023, 10:02 AM
ikloecker committed rM41dc3bd22a3e: core: Allow finalization of signature verification of unencrypted data (authored by ikloecker).
core: Allow finalization of signature verification of unencrypted data
Feb 10 2023, 10:02 AM
ikloecker added a comment to rKLEOPATRA541a2ffcea79: Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation.

This did

AllowSetForegroundWindow(pid == -1 ? ASFW_ANY : pid);

on Windows.

Feb 10 2023, 9:29 AM
mlaurent committed rKLEOPATRA923fe07d2027: Fix KF<version><foo>_FOUND (authored by mlaurent).
Fix KF<version><foo>_FOUND
Feb 10 2023, 8:32 AM
mlaurent committed rKLEOPATRA541a2ffcea79: Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation (authored by mlaurent).
Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation
Feb 10 2023, 7:01 AM
gniibe added a comment to T6234: Implement access to smartcards via a generic pkcs#11 interface.

I try experiment using Python PKCS#11 (https://python-pkcs11.readthedocs.io/en/latest/index.html)

Feb 10 2023, 4:09 AM · Restricted Project, gnupg26, Feature Request, scd
gniibe added a comment to T6234: Implement access to smartcards via a generic pkcs#11 interface.

I concluded that (at first, for the initial try) it's not good to start this under scdaemon, because of two different abstractions for accessing the device (the way of scdaemon and the way of PKCS#11).
It's good to start with something like tpm2d. The goal would be integration into scdaemon or tpm2d.

Feb 10 2023, 3:59 AM · Restricted Project, gnupg26, Feature Request, scd
l10n daemon script <scripty@kde.org> committed rKLEOPATRA19dedbdc4a7d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 10 2023, 3:24 AM

Feb 9 2023

ikloecker claimed T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data.
Feb 9 2023, 1:43 PM · Restricted Project, gpgme
ikloecker committed rKLEOPATRAeb937a2508e2: Avoid unused parameter warnings (authored by ikloecker).
Avoid unused parameter warnings
Feb 9 2023, 12:21 PM
ikloecker committed rKLEOPATRA752028f8fecc: Don't define functions if they are not used (authored by ikloecker).
Don't define functions if they are not used
Feb 9 2023, 12:15 PM
ikloecker committed rKLEOPATRA4f5f852e6aea: Add missing check if QGpgME support archive jobs (authored by ikloecker).
Add missing check if QGpgME support archive jobs
Feb 9 2023, 12:11 PM
ikloecker committed rKLEOPATRA4855f44c0cbe: Strip trailing slashes from input filenames (authored by ikloecker).
Strip trailing slashes from input filenames
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRAb6618773c796: Show a nice label in the results when creating an archive (authored by ikloecker).
Show a nice label in the results when creating an archive
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRA9b9d0ba8be26: Remove now superfluous private emitResult functions (authored by ikloecker).
Remove now superfluous private emitResult functions
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRAa8e768449be9: Use new archive job for extracting signed and/or encrypted archives (authored by ikloecker).
Use new archive job for extracting signed and/or encrypted archives
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRA0b981dfef4a3: Remove signal nobody connects to (authored by ikloecker).
Remove signal nobody connects to
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRAd1da30296541: Remove useless signal-slot connection (authored by ikloecker).
Remove useless signal-slot connection
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRA1d6369638893: Keep full name of extracted directories (authored by ikloecker).
Keep full name of extracted directories
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRA00641f60e86b: Initialize members in-class (authored by ikloecker).
Initialize members in-class
Feb 9 2023, 12:07 PM
ikloecker committed rKLEOPATRA801427781b0b: Remove unimplemented function (authored by ikloecker).
Remove unimplemented function
Feb 9 2023, 12:07 PM
werner added a comment to T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data.

I have some doubts that signed-only archives are very useful. The only use case is that this allows to sign stuff without saving it first. You would need to do this in my generally preferred detach signature case.

Feb 9 2023, 10:49 AM · Restricted Project, gpgme
ikloecker committed rM3aaed9cfbfd6: cpp: Improve debug output of some enums (authored by ikloecker).
cpp: Improve debug output of some enums
Feb 9 2023, 9:56 AM
ikloecker committed rM7098c14b2311: tests: Stop daemons after setting up test environment (authored by ikloecker).
tests: Stop daemons after setting up test environment
Feb 9 2023, 9:53 AM
ikloecker committed rMfcefc78f749a: tests: Extend tests with an ultimately trusted key (authored by ikloecker).
tests: Extend tests with an ultimately trusted key
Feb 9 2023, 9:53 AM
ikloecker committed rM844e6cd3b923: tests: Make t-edit-sign idempotent (authored by ikloecker).
tests: Make t-edit-sign idempotent
Feb 9 2023, 9:53 AM
ikloecker added a comment to T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data.

I see two possible solutions.

Feb 9 2023, 9:30 AM · Restricted Project, gpgme
ikloecker triaged T6368: GpgME: gpgme_op_decrypt_verify creates incomplete verification result for not encrypted data as High priority.
Feb 9 2023, 9:09 AM · Restricted Project, gpgme
werner added a comment to T6365: Help text translation is not applied.

Good catch. The translation of the option descriptions is done as part of the option parser (libgpg-error/src/argparse.c) and thus we need to have gettext support over there. Also for some other error messages.

Feb 9 2023, 8:43 AM · MacOS, i18n, Bug Report, gnupg24
l10n daemon script <scripty@kde.org> committed rLIBKLEOff87bdc0696c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 9 2023, 5:08 AM

Feb 8 2023

cho-m added a comment to T6365: Help text translation is not applied.

Seems to work if NLS support is enabled. Updating in https://github.com/Homebrew/homebrew-core/pull/122706. Once merged, users will need to brew reinstall libgpg-error (Homebrew has decided to avoid forcing updates to all users outside of critical fixes).

Feb 8 2023, 11:21 PM · MacOS, i18n, Bug Report, gnupg24
cho-m added a comment to T6365: Help text translation is not applied.

Probably due to libgpg-error being built without NLS support on macOS as formula currently doesn't have gettext dependency. On Linux, libintl is provided by glibc so doesn't need any extra dependencies.

Feb 8 2023, 10:35 PM · MacOS, i18n, Bug Report, gnupg24
bitigchi updated subscribers of T6365: Help text translation is not applied.

This is the formula: https://github.com/Homebrew/homebrew-core/blob/c26f1c8714c231ee6796915f033ba229c89af3d6/Formula/gnupg.rb

Feb 8 2023, 8:01 PM · MacOS, i18n, Bug Report, gnupg24
mlaurent committed rLIBKLEOe3b56bb4bd65: GIT_SILENT: fix typo in CMakePresets.json (authored by mlaurent).
GIT_SILENT: fix typo in CMakePresets.json
Feb 8 2023, 1:51 PM
mlaurent committed rKLEOPATRA9b1ad4636bf5: GIT_SILENT: fix typo in CMakePresets.json (authored by mlaurent).
GIT_SILENT: fix typo in CMakePresets.json
Feb 8 2023, 1:48 PM
werner triaged T6339: Outlook crashes when selecting a contact (with HTML mails enabled) as Low priority.

Gpg4win 4.1.0 comes a slighly newer gpgol which should be tried before we continue. Set to low prioprity because this seems not to be easily reproducible.

Feb 8 2023, 12:55 PM · gpgol, Bug Report
werner triaged T6365: Help text translation is not applied as Normal priority.

I have no idea about Homebrew - can you figure out the maintainer and point him to here?

Feb 8 2023, 12:50 PM · MacOS, i18n, Bug Report, gnupg24
werner triaged T6360: Kleopatra: focus in certificate list changes when details are viewed as Normal priority.
Feb 8 2023, 12:48 PM · kleopatra, Restricted Project
nonkululekobaleka2747 awarded T6360: Kleopatra: focus in certificate list changes when details are viewed a 100 token.
Feb 8 2023, 11:36 AM · kleopatra, Restricted Project
ikloecker added a comment to T6366: Allow "interactive" import of keys.

Nobody stops you from removing any unwanted keys from the keyring. Nobody stops you from importing all keys to a temporary keyring (using a temporary GNUPGHOME), export only those keys you want in your proper keyring, import those in your proper keyring, and then ditch the temporary keyring (resp. GNUPGHOME). gpg doesn't stop you from doing any of this.

Feb 8 2023, 9:13 AM · kleopatra, Feature Request
werner committed rG3ab6538433fd: tools: Return a better error message if sendmail is not usable. (authored by werner).
tools: Return a better error message if sendmail is not usable.
Feb 8 2023, 8:26 AM
werner closed T6321: gpg-wks-server should not build without sendmail as Resolved.

With 2.4.1 you will get a runtime error

sendmail tool '%s' is not correctly installed\n
Feb 8 2023, 8:24 AM · Bug Report, wkd
werner triaged T6366: Allow "interactive" import of keys as Low priority.
Feb 8 2023, 8:04 AM · kleopatra, Feature Request
l10n daemon script <scripty@kde.org> committed rLIBKLEOc081b3e09dc5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 8 2023, 6:29 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5a52c585dbd2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 8 2023, 6:17 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA2c36fcd91ab6: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Feb 8 2023, 5:56 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA1377395befe1: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Feb 8 2023, 5:19 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOf5e7e10f96f9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 8 2023, 4:43 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4c834ed515e0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 8 2023, 4:18 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7bd1680f97ce: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Feb 8 2023, 3:06 AM
gniibe reopened T5464: Failure to import Curve25519 ECDH secret subkey to the GnupG. as "Open".

Sorry, I mistakenly closed this task. I reopen it.

Feb 8 2023, 2:45 AM · Support, gnupg, OpenPGP
l10n daemon script <scripty@kde.org> committed rKLEOPATRA36bba0f2039d: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Feb 8 2023, 2:01 AM

Feb 7 2023

uwi added a comment to T6366: Allow "interactive" import of keys.

Well, I think it's a matter of taste what keys a user wants to have in which keyring. Some users want only the keys they actually use.
I think policy or the algorithm should not take the decision away from the user. "Free software for unfree users" doesn't make much sense. Maybe I'm just so old that I still think the computer should do what the user wants it to do, and not the other way around (which seems to be a current trend).

Feb 7 2023, 9:07 PM · kleopatra, Feature Request
werner added a project to T6366: Allow "interactive" import of keys: kleopatra.

It does not matter what you have in you keyring. It does not harm to have arbitrary keys there.

Feb 7 2023, 4:58 PM · kleopatra, Feature Request
uwi created T6366: Allow "interactive" import of keys.
Feb 7 2023, 3:21 PM · kleopatra, Feature Request
bitigchi added a comment to T6365: Help text translation is not applied.

This is the Homebrew build. Maybe something not included in the recipe?

Feb 7 2023, 3:19 PM · MacOS, i18n, Bug Report, gnupg24
werner added a comment to T6365: Help text translation is not applied.

No idea what happens. I can't replicate that on a Linux box using GNU gettext and neither in Windows using gnupg's own gettext implementation. It seems that strings without any line feed don't get translated.

Feb 7 2023, 3:09 PM · MacOS, i18n, Bug Report, gnupg24
werner committed rG103acfe9ca6e: gpg: New list-option --show-unusable-sigs. (authored by werner).
gpg: New list-option --show-unusable-sigs.
Feb 7 2023, 3:00 PM
werner added a comment to T6365: Help text translation is not applied.

Thanks. Looks pretty standard. I will have a closer look.

Feb 7 2023, 2:44 PM · MacOS, i18n, Bug Report, gnupg24
gniibe closed T5464: Failure to import Curve25519 ECDH secret subkey to the GnupG. as Resolved.

Could it be the case that your implementation actually used those bits to calculate a public key?

Feb 7 2023, 11:39 AM · Support, gnupg, OpenPGP
l10n daemon script <scripty@kde.org> committed rKLEOPATRA09af7d6ad310: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 7 2023, 3:27 AM

Feb 6 2023

bitigchi added a comment to T6365: Help text translation is not applied.

gpgconf -L:

sysconfdir:/usr/local/etc/gnupg
bindir:/usr/local/Cellar/gnupg/2.4.0/bin
libexecdir:/usr/local/Cellar/gnupg/2.4.0/libexec
libdir:/usr/local/Cellar/gnupg/2.4.0/lib/gnupg
datadir:/usr/local/Cellar/gnupg/2.4.0/share/gnupg
localedir:/usr/local/Cellar/gnupg/2.4.0/share/locale
socketdir:/Users/emirsari/.gnupg
dirmngr-socket:/Users/emirsari/.gnupg/S.dirmngr
keyboxd-socket:/Users/emirsari/.gnupg/S.keyboxd
agent-ssh-socket:/Users/emirsari/.gnupg/S.gpg-agent.ssh
agent-extra-socket:/Users/emirsari/.gnupg/S.gpg-agent.extra
agent-browser-socket:/Users/emirsari/.gnupg/S.gpg-agent.browser
agent-socket:/Users/emirsari/.gnupg/S.gpg-agent
homedir:/Users/emirsari/.gnupg
Feb 6 2023, 4:36 PM · MacOS, i18n, Bug Report, gnupg24
werner added a comment to T6365: Help text translation is not applied.

Can you please provide the output of

Feb 6 2023, 11:03 AM · MacOS, i18n, Bug Report, gnupg24
ikloecker committed rKLEOPATRA1f474595d6bf: Use new archive jobs for creating signed and/or encrypted archives (authored by ikloecker).
Use new archive jobs for creating signed and/or encrypted archives
Feb 6 2023, 10:03 AM
ikloecker committed rKLEOPATRAd349a86f1124: Separate version checks and update to actual upcoming version number (authored by ikloecker).
Separate version checks and update to actual upcoming version number
Feb 6 2023, 10:03 AM
ikloecker committed rKLEOPATRAff837375c161: Do not crash if input is a null pointer (authored by ikloecker).
Do not crash if input is a null pointer
Feb 6 2023, 10:03 AM
ikloecker committed rKLEOPATRA6b81a9fdc2d9: Don't initialize members that are default initialized (authored by ikloecker).
Don't initialize members that are default initialized
Feb 6 2023, 10:03 AM
werner added projects to T6365: Help text translation is not applied: gnupg24, Bug Report, i18n.
Feb 6 2023, 9:44 AM · MacOS, i18n, Bug Report, gnupg24
gniibe added a comment to T6364: More device (including virtual) support.

For a device which only provides PKCS#11 driver, I decide to test with SoftHSM.

Feb 6 2023, 5:12 AM

Feb 5 2023

bitigchi created T6365: Help text translation is not applied.
Feb 5 2023, 6:35 PM · MacOS, i18n, Bug Report, gnupg24

Feb 4 2023

mlaurent committed rLIBKLEOef674609d93e: GIT_SILENT: prepare 5.22.3 (authored by mlaurent).
GIT_SILENT: prepare 5.22.3
Feb 4 2023, 11:46 AM
mlaurent committed rKLEOPATRA613d563b2ff8: GIT_SILENT: prepare 5.22.3 (authored by mlaurent).
GIT_SILENT: prepare 5.22.3
Feb 4 2023, 11:44 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO110fc5d6b147: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 4 2023, 5:07 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA94706931189a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 4 2023, 5:05 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5f7d2275151b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 4 2023, 3:47 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO7ecd19fe2f04: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 4 2023, 3:45 AM

Feb 3 2023

onickolay added a comment to T5464: Failure to import Curve25519 ECDH secret subkey to the GnupG..

Sorry for a bit late follow up. How do you calculate a public key? RNP's crypto backend, Botan, is calculating public key without taking in account bits which should be tweaked. I.e. both tweaked and non-tweaked secret keys would produce the same public key. The same is with decryption. Could it be the case that your implementation actually used those bits to calculate a public key?

Feb 3 2023, 12:39 PM · Support, gnupg, OpenPGP
werner added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

Frankly, I don't understand the problem. Without the pinetry-program option you have a ./configure option to set the name of the pinentry. If you don't use that gpg-agent looks for $bindir/pinentry and if not found for $bindir/pinentry-basic.

Feb 3 2023, 11:39 AM

Feb 2 2023

ikloecker added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

The profiles are not any longer useful because global options are way more powerful (/etc/gnupg/gpg.conf et al.).

How are distros supposed to set a value for pinentry-program now? gpg-agent only looks for the config in the user directory and fails to find pinentry if it is not in PATH.

Feb 2 2023, 1:47 PM
mlaurent committed rLIBKLEO2d8150dd77d7: GIT_SILENT: prepare 5.22.3 (authored by mlaurent).
GIT_SILENT: prepare 5.22.3
Feb 2 2023, 1:19 PM
ikloecker committed rM52fd0bcde47a: qt,tests: Add test for the previous commit (authored by ikloecker).
qt,tests: Add test for the previous commit
Feb 2 2023, 12:24 PM
ikloecker committed rMe0778ed91021: doc: Add new flags (authored by ikloecker).
doc: Add new flags
Feb 2 2023, 12:24 PM
ikloecker committed rM1698eec2ae3e: cpp: Return successful verification for signed but not encrypted data (authored by ikloecker).
cpp: Return successful verification for signed but not encrypted data
Feb 2 2023, 12:24 PM
ikloecker committed rMc407728064ca: qt: Add job for extracting encrypted and signed archives (authored by ikloecker).
qt: Add job for extracting encrypted and signed archives
Feb 2 2023, 12:24 PM
ikloecker committed rM7ad717f6ba00: core: Make usage of input size hint compatible with gpgtar (authored by ikloecker).
core: Make usage of input size hint compatible with gpgtar
Feb 2 2023, 12:24 PM
ikloecker committed rMb3bdf14b37a3: cpp: Update decryption flags (authored by ikloecker).
cpp: Update decryption flags
Feb 2 2023, 12:24 PM
ikloecker committed rM55c948866fb8: qt: Allow checking if the sign/encrypt archive jobs are supported (authored by ikloecker).
qt: Allow checking if the sign/encrypt archive jobs are supported
Feb 2 2023, 12:24 PM
ikloecker committed rM84780646910c: cpp: Add const-overloads of version comparison operators (authored by ikloecker).
cpp: Add const-overloads of version comparison operators
Feb 2 2023, 12:24 PM
ikloecker committed rM7f541547fc17: core: Allow usage of gpgtar also for new enough gpg 2.2 (authored by ikloecker).
core: Allow usage of gpgtar also for new enough gpg 2.2
Feb 2 2023, 12:24 PM
sandro added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

I was asking because the question came up on NixOS and how we handle this, for us, breaking change.
We don't have a global PATH we could necessarily symlink into but a wrapper could work. NixOS also does not use the alternatives system at all because it wouldn't work well with the distro design.

Feb 2 2023, 11:10 AM
werner added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

Use a symlink or the alternatives systems. The --pinentry-program option was introduced for debugging.

Feb 2 2023, 9:46 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6ce454f9320b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 2 2023, 4:35 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4b765d37c842: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 2 2023, 3:28 AM

Feb 1 2023

sandro added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

The profiles are not any longer useful because global options are way more powerful (/etc/gnupg/gpg.conf et al.).

Feb 1 2023, 7:01 PM