Page MenuHome GnuPG
Feed All Stories

Jan 31 2023

ikloecker committed rM41a30f6d9f59: cpp: Fix debug output of SignatureMode (authored by ikloecker).
cpp: Fix debug output of SignatureMode
Jan 31 2023, 12:14 PM
ikloecker committed rM8c4436e73af3: qt: Add job for creating encrypted signed archives (authored by ikloecker).
qt: Add job for creating encrypted signed archives
Jan 31 2023, 12:14 PM
ikloecker committed rM2b98585c89c1: qt,tests: Avoid leaking Context (authored by ikloecker).
qt,tests: Avoid leaking Context
Jan 31 2023, 12:14 PM
ikloecker added a comment to T6353: gpgme: add option to disable S/MIME CRL checks.

If you want this to happen, then you should consider contributing a patch. Please see doc/HACKING for the formal requirements.

Jan 31 2023, 12:05 PM · gpgme, Feature Request
werner committed rG67a2973bf9f2: gpg: Make "--list-options show-sig-subpackets=n,m" work again. (authored by werner).
gpg: Make "--list-options show-sig-subpackets=n,m" work again.
Jan 31 2023, 11:38 AM
werner committed rG5a223303d70e: gpg: Make "--list-options show-sig-subpackets=n,m" work again. (authored by werner).
gpg: Make "--list-options show-sig-subpackets=n,m" work again.
Jan 31 2023, 11:33 AM
MathiasMagnus added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

@gniibe Am I misunderstanding something? I thought that with this change one is able to connect from a Windows box to a Linux box and have GPG agent forwarding work. I am still hitting pretty much the same issue described here: https://github.com/PowerShell/Win32-OpenSSH/issues/1564
On my Windows endpoint I'm running gpg.exe version 2.4.0.49237 and in C:\Users\mate\AppData\Roaming\gnupg\gpg-agent.conf I have a single line enable-win32-openssh-support. Running gpg-connect-agent.exe reloadagent /bye I have a gpg-agent running. Get-Process gpg-agent shows that it's running. In my Windows env I have SSH_AUTH_SOCK set to \\.\pipe\openssh-ssh-agent and my Linux endpoint is configured in SSH config with

ForwardAgent yes
AddKeysToAgent yes
RemoteForward /run/user/1015/gnupg/S.gpg-agent C\:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra

As the remote end reports /run/user/1015/gnupg/S.gpg-agent that socket for agent-socket when issuing gpgconf --list-dirs and my local gpgconfg.exe --list-dirs reports C%3a\Users\mate\AppData\Local\gnupg\S.gpg-agent.extra where I transform %3a to \: manually. SSH authentication works perfectly, when connecting pinentry-qt pops up to unlock my key and when connecting to yet another machine, my SSH agent is forwarded again. However, gpg fails to use my agent. Issuing gpg --list-secret-keys --verbose prints the following to the console:

gpg --list-secret-keys --verbose
gpg: using pgp trust model
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
gpg: no running gpg-agent - starting '/usr/bin/gpg-agent'
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
gpg: waiting for the agent to come up ... (5s)
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
getsockopt SO_ERROR failed
connect_to C:/Users/mate/AppData/Local/gnupg/S.gpg-agent.extra port -2: failed.
gpg: waiting for the agent to come up ... (4s)
gpg: waiting for the agent to come up ... (3s)
gpg: waiting for the agent to come up ... (2s)
gpg: waiting for the agent to come up ... (1s)
gpg: can't connect to the agent: End of file

What is missing to tie the knot on both ends without having to resort to 3rd party tools like @rupor-github 's agent-gui? The remote gpg version is 2.2.19, is that the issue? Must that also be 2.3.9+?

Jan 31 2023, 10:35 AM · Not A Bug, workaround, gnupg24, Windows, ssh
werner added a project to T5768: Dirmngr: Use windows proxy settings if system proxy settings should be used: Feature Request.
Jan 31 2023, 10:07 AM · Feature Request, gnupg, Restricted Project
werner added a project to T6353: gpgme: add option to disable S/MIME CRL checks: gpgme.
Jan 31 2023, 10:01 AM · gpgme, Feature Request
werner closed T5887: gpgme_data_identify() function prototype not as documented as Resolved.

Thanks. I fixed the documentation. Will go into 1.19

Jan 31 2023, 9:55 AM · Documentation, gpgme, Bug Report
werner committed rM5d07f8db7763: doc: Fix description of gpgme_data_identify (authored by werner).
doc: Fix description of gpgme_data_identify
Jan 31 2023, 9:54 AM
werner committed rM359378c5b3f3: json: New operation "identify" and convenience option --identify. (authored by werner).
json: New operation "identify" and convenience option --identify.
Jan 31 2023, 9:53 AM
ikloecker committed rM984ff7e3a2a9: core: Do not add obsolete --no-sk-comments to command line (authored by ikloecker).
core: Do not add obsolete --no-sk-comments to command line
Jan 31 2023, 8:16 AM
ikloecker committed rM12e490d97f2e: core: Extend gpgme_get_dirinfo to return the gpgtar name (authored by ikloecker).
core: Extend gpgme_get_dirinfo to return the gpgtar name
Jan 31 2023, 8:16 AM
ikloecker committed rM1a9dfdfccba1: cpp,doc: Update list of allowed values for dirInfo (authored by ikloecker).
cpp,doc: Update list of allowed values for dirInfo
Jan 31 2023, 8:16 AM
ikloecker committed rMfbce7deb3b68: core: Use "goto leave" pattern to clean up resources (authored by ikloecker).
core: Use "goto leave" pattern to clean up resources
Jan 31 2023, 8:16 AM
ikloecker committed rM7a68a1ca6452: doc: Document socketdir value of gpgme_get_dirinfo (authored by ikloecker).
doc: Document socketdir value of gpgme_get_dirinfo
Jan 31 2023, 8:16 AM
ikloecker committed rMd56b3bc1cfa1: core: Defer adding --status-fd and --logger-fd to argument list (authored by ikloecker).
core: Defer adding --status-fd and --logger-fd to argument list
Jan 31 2023, 8:16 AM
ikloecker committed rM5d8316da1d3d: core: Support usage of gpgtar for encryption (authored by ikloecker).
core: Support usage of gpgtar for encryption
Jan 31 2023, 8:16 AM
ikloecker committed rMaa201b0bb63d: core: Fix --set-filename argument (authored by ikloecker).
core: Fix --set-filename argument
Jan 31 2023, 8:16 AM
ikloecker committed rM29cfcd316d1b: core: Support usage of gpgtar for creating an encrypted signed archive (authored by ikloecker).
core: Support usage of gpgtar for creating an encrypted signed archive
Jan 31 2023, 8:16 AM
ikloecker committed rM4c872b674189: doc: Update NEWS and API documentation (authored by ikloecker).
doc: Update NEWS and API documentation
Jan 31 2023, 8:16 AM
ikloecker committed rM0ca45e48b45a: core: Support usage of gpgtar for creating a signed archive (authored by ikloecker).
core: Support usage of gpgtar for creating a signed archive
Jan 31 2023, 8:16 AM
ikloecker committed rM419adf41afa4: core: Allow setting the base directory when creating an archive (authored by ikloecker).
core: Allow setting the base directory when creating an archive
Jan 31 2023, 8:16 AM
ikloecker committed rM95ea3bf831ae: core: Support usage of gpgtar for decrypting an encrypted archive (authored by ikloecker).
core: Support usage of gpgtar for decrypting an encrypted archive
Jan 31 2023, 8:16 AM
ikloecker committed rM5b79b323971c: core: Support usage of gpgtar for verifying a signed archive (authored by ikloecker).
core: Support usage of gpgtar for verifying a signed archive
Jan 31 2023, 8:16 AM
ikloecker committed rMab7146aa61f0: doc: Update NEWS and API documentation (authored by ikloecker).
doc: Update NEWS and API documentation
Jan 31 2023, 8:16 AM
ikloecker committed rM3580bb139b2e: core: Update required GnuPG version for new archive features (authored by ikloecker).
core: Update required GnuPG version for new archive features
Jan 31 2023, 8:16 AM
ikloecker committed rMd28ea8c6b3db: cpp: Support new archive encryption flag (authored by ikloecker).
cpp: Support new archive encryption flag
Jan 31 2023, 8:16 AM
ikloecker committed rM275a3a2c16d2: qt: Add data provider for list of file names (authored by ikloecker).
qt: Add data provider for list of file names
Jan 31 2023, 8:16 AM
ikloecker committed rM261245a2e0e7: cpp: Add convenience overload to set file name (authored by ikloecker).
cpp: Add convenience overload to set file name
Jan 31 2023, 8:16 AM
ikloecker committed rM1328a5758643: doc: Fix syntax errors (authored by ikloecker).
doc: Fix syntax errors
Jan 31 2023, 8:16 AM
ikloecker committed rM7afd135ccec7: qt: Add job for creating encrypted archives (authored by ikloecker).
qt: Add job for creating encrypted archives
Jan 31 2023, 8:16 AM
ikloecker committed rM2faa031af249: cpp: Support new archive signing flag (authored by ikloecker).
cpp: Support new archive signing flag
Jan 31 2023, 8:16 AM
ikloecker committed rM48b11f576260: core: Use signature modes as flags (authored by ikloecker).
core: Use signature modes as flags
Jan 31 2023, 8:16 AM
ikloecker committed rM8d672b3b7e5c: qt: Add job for creating signed archives (authored by ikloecker).
qt: Add job for creating signed archives
Jan 31 2023, 8:16 AM
werner committed rM3cdcfa33f749: Merge branch 'ikloecker/t6342-gpgtar' into master (authored by werner).
Merge branch 'ikloecker/t6342-gpgtar' into master
Jan 31 2023, 8:16 AM
werner committed rM577562dd4cab: Update NEWS and set version to 1.19.0 (authored by werner).
Update NEWS and set version to 1.19.0
Jan 31 2023, 8:16 AM
stickfreeze added a comment to T6342: GPGME/Kleopatra: Extend gpgme to use gpgtar.
Jan 31 2023, 5:46 AM · Restricted Project, gpgme, kleopatra
l10n daemon script <scripty@kde.org> committed rLIBKLEO350a0e16dc62: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 31 2023, 4:28 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9452806c43a0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 31 2023, 4:26 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOabea2b828ca6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 31 2023, 3:21 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3b3255d0cf17: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 31 2023, 3:21 AM

Jan 30 2023

werner committed rG23745cddcc48: C99 compatibility fixes for gnupg 1 (authored by Florian Weimer via Gnupg-devel <gnupg-devel@gnupg.org>).
C99 compatibility fixes for gnupg 1
Jan 30 2023, 4:35 PM
werner added a project to T6363: Add progress status output to gpgtar: gpgme.

I guess we need some gpgme support as well.

Jan 30 2023, 4:01 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request
werner committed rGd11d3cf85b94: gpg: For readibility use macro instead of integers in key-clean. (authored by werner).
gpg: For readibility use macro instead of integers in key-clean.
Jan 30 2023, 3:59 PM
werner committed rG851ac88bdeb0: gpgtar: Fix new --status-fd handling. (authored by werner).
gpgtar: Fix new --status-fd handling.
Jan 30 2023, 3:56 PM
werner added a comment to T6363: Add progress status output to gpgtar.

How with --status-fd passed to gpgtar we will get these progress lines:

Jan 30 2023, 3:47 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request
werner committed rGf84264e8acf7: gpgtar: Emit progress status lines in create mode. (authored by werner).
gpgtar: Emit progress status lines in create mode.
Jan 30 2023, 3:28 PM
werner triaged T6363: Add progress status output to gpgtar as Normal priority.
Jan 30 2023, 2:59 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request
aheinecke renamed T6362: Libkleo, GpgOL: Use global inst-type flag of GPGME from Libkleo: Use global inst-type flag of GPGME to Libkleo, GpgOL: Use global inst-type flag of GPGME.
Jan 30 2023, 2:35 PM · gpgme (gpgme 1.23.x), Restricted Project, gpgol, kleopatra
aheinecke triaged T6362: Libkleo, GpgOL: Use global inst-type flag of GPGME as High priority.
Jan 30 2023, 2:25 PM · gpgme (gpgme 1.23.x), Restricted Project, gpgol, kleopatra
aheinecke triaged T6361: Kleopatra: Add version information to Statusbar as Normal priority.
Jan 30 2023, 10:31 AM · Restricted Project, kleopatra
aheinecke added a project to T6072: Debug Tab in Kleopatra: Restricted Project.

I am adding gpgcom, as a tag, the first minimal task would be to create such a page with the debug output from gpgconf -X with options to copy / or save them to a file. Not sure if that should be a subtask, because on the other hand this would be a start of this "Debug Tab"

Jan 30 2023, 10:20 AM · Restricted Project, kleopatra, Feature Request
werner added a comment to T6072: Debug Tab in Kleopatra.

What I need in particular is a way to get the output of gpgconf -X.

Jan 30 2023, 10:16 AM · Restricted Project, kleopatra, Feature Request
werner closed T3398: fingerprint-based import screener is no defense against malice as Wontfix.

Those "curated keyrings" and keyservers don't work together. The whole idea of automated but curated keyrings is dead end.

Jan 30 2023, 8:58 AM · gnupg24, gnupg (gpg23), Feature Request
l10n daemon script <scripty@kde.org> committed rLIBKLEOe5174653dedc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 30 2023, 4:52 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb55c573869b7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 30 2023, 4:48 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb25f66fb8b7c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 30 2023, 3:37 AM
heirecka committed rKLEOPATRA2fc32c3472eb: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Jan 30 2023, 12:27 AM
heirecka committed rKLEOPATRA056dca7b1dbb: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Jan 30 2023, 12:27 AM
heirecka committed rKLEOPATRA51239b721fa4: GIT_SILENT Upgrade release service version to 22.12.2. (authored by heirecka).
GIT_SILENT Upgrade release service version to 22.12.2.
Jan 30 2023, 12:27 AM

Jan 29 2023

l10n daemon script <scripty@kde.org> committed rLIBKLEOb11f18c2385d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 29 2023, 4:42 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA91965acea4ca: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 29 2023, 4:40 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf76a9da1a8a9: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Jan 29 2023, 3:55 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO2ab011666fe8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 29 2023, 3:28 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAa04aa6511779: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 29 2023, 3:26 AM

Jan 28 2023

bagnaram updated bagnaram.
Jan 28 2023, 10:58 PM
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRAd6f5293ab3b5: Fix build with Qt 6.5 (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix build with Qt 6.5
Jan 28 2023, 3:26 PM
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRA95ffecdb4849: Make sure metatypes are fully defined (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Make sure metatypes are fully defined
Jan 28 2023, 3:26 PM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAaa97c3e1055e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 28 2023, 3:30 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO808080a9680b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 28 2023, 3:29 AM

Jan 27 2023

ikloecker added a comment to T6360: Kleopatra: focus in certificate list changes when details are viewed.

Note to self: This cannot be fixed easily because inserting the updated certificates (the details dialog triggers a listing of the certificate with full details) into the key cache is implemented as removal followed by add (with the corresponding model signals).

Jan 27 2023, 9:05 AM · vsd33, kleopatra, Restricted Project

Jan 26 2023

ebo created T6360: Kleopatra: focus in certificate list changes when details are viewed.
Jan 26 2023, 3:27 PM · vsd33, kleopatra, Restricted Project
ikloecker closed T6359: GpgME++: Support all encryption flags as Resolved.
Jan 26 2023, 12:06 PM · Restricted Project, gpgme
werner moved T6355: gpgtar: Does not allow decryption from stdin from Backlog to QA on the gnupg24 board.
Jan 26 2023, 12:04 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Restricted Project
werner moved T6355: gpgtar: Does not allow decryption from stdin from Backlog to QA on the gnupg22 board.
Jan 26 2023, 12:03 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Restricted Project
werner added projects to T6355: gpgtar: Does not allow decryption from stdin: gnupg24, gnupg22.
Jan 26 2023, 12:03 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Restricted Project
ikloecker committed rM3e31f648e513: cpp: Support all encryption flags (authored by ikloecker).
cpp: Support all encryption flags
Jan 26 2023, 12:03 PM
ikloecker committed rM70aaf05a6a3e: cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME (authored by ikloecker).
cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME
Jan 26 2023, 12:03 PM
werner moved T6355: gpgtar: Does not allow decryption from stdin from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 26 2023, 12:02 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Restricted Project
werner committed rGfbc181377993: gpgtar: Fix parent directory creation bug (authored by werner).
gpgtar: Fix parent directory creation bug
Jan 26 2023, 12:02 PM
werner committed rGc66dacb98a19: gpgtar: Allow decryption from stdin. (authored by werner).
gpgtar: Allow decryption from stdin.
Jan 26 2023, 12:02 PM
werner committed rGd5fe8ba7214b: gpgtar: Fix parent directory creation bug (authored by werner).
gpgtar: Fix parent directory creation bug
Jan 26 2023, 11:56 AM
ikloecker moved T6359: GpgME++: Support all encryption flags from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 26 2023, 11:50 AM · Restricted Project, gpgme
ikloecker triaged T6359: GpgME++: Support all encryption flags as Normal priority.
Jan 26 2023, 11:50 AM · Restricted Project, gpgme
werner committed rG1ab21c82c342: gpgtar: Allow decryption from stdin. (authored by werner).
gpgtar: Allow decryption from stdin.
Jan 26 2023, 11:40 AM
werner triaged T6233: Extract Card Holder Information for the PIV card from the "Printed Information" Object as Low priority.
Jan 26 2023, 11:26 AM · gnupg, scd, Feature Request
werner added a comment to T6358: --locate-key does not consider expired subkeys..

To fix this we also need to fix our key selection test (key-selection.scm) which is can't cope with all combinations. The tests are run with a faked time of 2004-01-01 on all subsets of this ordered list of keys

Jan 26 2023, 11:19 AM · gnupg24, OpenPGP
werner added a comment to T6358: --locate-key does not consider expired subkeys..

See also T4713

Jan 26 2023, 9:51 AM · gnupg24, OpenPGP
ikloecker committed rLIBKLEO40b1436e14ba: Fix build with Qt 6.5 (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix build with Qt 6.5
Jan 26 2023, 9:40 AM
werner triaged T6358: --locate-key does not consider expired subkeys. as Normal priority.
Jan 26 2023, 9:40 AM · gnupg24, OpenPGP
gniibe committed rG3de5e00d04a5: po: Update Japanese Translation. (authored by gniibe).
po: Update Japanese Translation.
Jan 26 2023, 7:25 AM
gniibe committed rG92e4f856c509: po: Update Japanese Translation. (authored by gniibe).
po: Update Japanese Translation.
Jan 26 2023, 7:25 AM
mlaurent committed rLIBKLEO71aa5bdcd933: GIT_SILENT: fix generate qch on qt6 (authored by mlaurent).
GIT_SILENT: fix generate qch on qt6
Jan 26 2023, 7:22 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO896b298241e1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 26 2023, 4:14 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOc2f81044d86f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 26 2023, 3:11 AM
Nicolas Fella <nicolas.fella@gmx.de> committed rLIBKLEO8eab36a708b4: Fix build with Qt 6.5 (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix build with Qt 6.5
Jan 26 2023, 2:05 AM

Jan 25 2023

aheinecke triaged T6357: GpgOL: Some text/plain mails are empty if outlook is set to prefer text mails. as High priority.
Jan 25 2023, 5:47 PM · gpgol, Restricted Project
mlaurent committed rKLEOPATRA8ab3a79c81e3: Add missing lib (kf6) (authored by mlaurent).
Add missing lib (kf6)
Jan 25 2023, 1:30 PM