Page MenuHome GnuPG
Feed All Stories

Mar 26 2024

TobiasFella committed rKLEOPATRA71474448585c: Add smartcard info tab to CertificateDetailsDialog (authored by TobiasFella).
Add smartcard info tab to CertificateDetailsDialog
Mar 26 2024, 9:49 AM
TobiasFella committed rLIBKLEOffc0a67ea995: Apply 1 suggestion(s) to 1 file(s) (authored by ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Mar 26 2024, 9:33 AM
mlaurent committed rKLEOPATRAee929cb265df: Merge remote-tracking branch 'origin/release/24.02' (authored by mlaurent).
Merge remote-tracking branch 'origin/release/24.02'
Mar 26 2024, 7:41 AM
mlaurent committed rKLEOPATRA8420c1e1fc0f: Fix translated shortcut (authored by mlaurent).
Fix translated shortcut
Mar 26 2024, 7:38 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3d00a7ebf886: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 26 2024, 4:28 AM
gniibe added a comment to T7057: Npth needs adaptions to old Mac OS X versions.

The patches looks too large to merge (than actually needed), and not enough/clean like not having detection of the system.

Mar 26 2024, 3:37 AM · MacOS, npth
l10n daemon script <scripty@kde.org> committed rMTP4d854c1b08ed: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 26 2024, 2:38 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO3bcc3adb41bd: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 26 2024, 2:37 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3c2fb26f67a4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 26 2024, 2:35 AM
mwalle created T7058: KDF-DO is not properly implemented.
Mar 26 2024, 12:39 AM · scd, gnupg, Bug Report

Mar 25 2024

werner closed T7047: GnuPG release target authenticode signs files double as Resolved.

I am still not sure why I noticed the double signing but with the new stamp feature we have an effective way to avoid long delays due to authenticode signing. Some gmake macro guru might want to look at gpg4win.mk.in to get rid of the duplicate rule ignore messages.

Mar 25 2024, 4:50 PM · Bug Report, gnupg
TobiasFella committed rKLEOPATRAe51c1c382bab: Cleanup NewCertificateWizard (authored by TobiasFella).
Cleanup NewCertificateWizard
Mar 25 2024, 4:29 PM
werner committed rWd6785638b013: Avoid multiple calls to the Authenticode signing function. (authored by werner).
Avoid multiple calls to the Authenticode signing function.
Mar 25 2024, 3:42 PM
werner committed rWfe5f7b37e750: Update to a GnuPG 2.2 snaphots and a recent Kleo from 23.10 (authored by werner).
Update to a GnuPG 2.2 snaphots and a recent Kleo from 23.10
Mar 25 2024, 3:42 PM
TobiasFella changed the status of T7019: Kleopatra: change "certificate detailed view" to tabbed interface instead of sub-windows from Open to Testing.
Mar 25 2024, 3:23 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
werner triaged T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger as Normal priority.

strcasecmp is pretty standard on Unix. However, in GnuPG we test for it and mostly use our own ascii_strcasecmp to avoid fun with locales. Ralph Seichter is providing macOS builds for GnuPG (https://sourceforge.net/p/gpgosx/docu/Download/) . Maybe it is worth to contact him via the gnugp-devel mailing list and ask him whether he has experience with your toochain.

Mar 25 2024, 1:27 PM · gpgme, MacOS, Bug Report
TobiasFella committed rKLEOPATRA864a23fedca9: Simplify certificate details dialog (authored by TobiasFella).
Simplify certificate details dialog
Mar 25 2024, 12:43 PM
TobiasFella committed rKLEOPATRAcf3a12e78212: Fix button state when creating subkeys widget (authored by TobiasFella).
Fix button state when creating subkeys widget
Mar 25 2024, 12:40 PM
TobiasFella committed rKLEOPATRA8dd5c1d5de7b: Fix typo (authored by TobiasFella).
Fix typo
Mar 25 2024, 12:32 PM
TobiasFella committed rKLEOPATRA6dd8b37ebff3: Simplify certificate details dialog (authored by TobiasFella).
Simplify certificate details dialog
Mar 25 2024, 11:59 AM
TobiasFella committed rKLEOPATRA496a0993f42d: Use card info from KeyCache (authored by TobiasFella).
Use card info from KeyCache
Mar 25 2024, 11:57 AM
TobiasFella committed rLIBKLEO81b1fb08576a: Store card information in KeyCache (authored by TobiasFella).
Store card information in KeyCache
Mar 25 2024, 11:55 AM
ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

By adding "-Wl,-t" to the arguments g++ reported:

Mar 25 2024, 10:35 AM · gpgme, MacOS, Bug Report
gniibe claimed T7057: Npth needs adaptions to old Mac OS X versions.
Mar 25 2024, 10:10 AM · MacOS, npth
ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

Libtool invocation has "--tag=CXX --mode=link /opt/local/bin/g++-mp-7 -std=c++11 -pipe -Os -std=c++17 -D_GLIBCXX_USE_CXX11_ABI=0", but g++ then has no -lstdc++ – in C -lc is automatically used because there all C library functions can be taken from… (same for mathematical functions and -lm)

Mar 25 2024, 9:52 AM · gpgme, MacOS, Bug Report
aheinecke triaged T7054: Kleopatra: Saving/restoring column layout in certificate lookup doesn't work as Normal priority.

I agree with the column save /restore but i disagree with adjust to contents since this can create a "jumpy" layout e.g. with long comments and the user might be annoyed if she changed thr layout and it is then automatically changed again

Mar 25 2024, 9:22 AM · kleopatra, Restricted Project
ikloecker added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

It seems libtool fails to add the standard C and C++ libraries to the link command line. On Linux I have "[...] -lstdc++ -lm -lc [...]" in the libtool link command line. Looks like a bug in the tooling (macports or libtool).

Mar 25 2024, 9:12 AM · gpgme, MacOS, Bug Report
gniibe added a comment to T7014: agent: Enhancement of PKDECRYPT for KEM interface.

On March 11 and 18, the private key file DE1AB1D22899CEC7DBB1A7863F34E6E92BFB7756.key was wrong.
I updated on March 25. Now, the endian is GnuPG (d is big endian).

Mar 25 2024, 8:04 AM · gnupg26, gpgagent, Feature Request
gniibe commandeered D595: Bump gettext version to 0.21.
Mar 25 2024, 7:51 AM
gniibe added a comment to D595: Bump gettext version to 0.21.

Thank you for the reminder. I will update the version in configure.ac for AM_GNU_GETTEXT_VERSION, when I will confirm other developers' emvironment.

Mar 25 2024, 7:49 AM
l10n daemon script <scripty@kde.org> committed rMTPcdeb15c0d787: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 25 2024, 2:38 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO119fc6bc48bb: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 25 2024, 2:37 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA592b22ed7515: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 25 2024, 2:36 AM

Mar 24 2024

werner edited projects for T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger, added: gpgme; removed gpgme (gpgme 1.23.x).
Mar 24 2024, 7:10 PM · gpgme, MacOS, Bug Report
ballapete created T7057: Npth needs adaptions to old Mac OS X versions.
Mar 24 2024, 10:15 AM · MacOS, npth
ballapete added projects to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger: gpgme (gpgme 1.23.x), MacOS.
Mar 24 2024, 8:38 AM · gpgme, MacOS, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEObc5ad44218ee: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 24 2024, 3:58 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOfcbfce67494b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 24 2024, 2:23 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb61a9f111d20: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 24 2024, 2:22 AM

Mar 23 2024

onemoresuza updated onemoresuza.
Mar 23 2024, 10:21 PM
ballapete created T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.
Mar 23 2024, 7:03 PM · gpgme, MacOS, Bug Report
werner edited projects for T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing, added: vsd, kleopatra, Restricted Project; removed gpg4win.
Mar 23 2024, 1:30 PM · Support
werner closed T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) as Resolved.
Mar 23 2024, 1:29 PM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
werner renamed SPAM-NadiaEira from NadiaEira to SPAM-NadiaEira.
Mar 23 2024, 1:27 PM
thesamesam added a comment to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).

Thanks, that patch works for me.

Mar 23 2024, 12:24 PM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbd0fe021902d: 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
Mar 23 2024, 3:55 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc7d5cfacb9a6: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Mar 23 2024, 3:27 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7350eb8b9ab3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 23 2024, 2:21 AM

Mar 22 2024

ikloecker created T7054: Kleopatra: Saving/restoring column layout in certificate lookup doesn't work.
Mar 22 2024, 3:17 PM · kleopatra, Restricted Project
CarlSchwan updated the diff for D584: WIP: Add cmake build system for cpp bindings.

Move update script to build-aux

Mar 22 2024, 3:13 PM
CarlSchwan updated the diff for D584: WIP: Add cmake build system for cpp bindings.
  • Fix some build issues
Mar 22 2024, 3:08 PM
tps800 created T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing.
Mar 22 2024, 1:52 PM · Support
tps800 created T7052: Kleopatra does not show key length in GnuPG-VS-Desktop.
Mar 22 2024, 1:46 PM · Bug Report, gpg4win
TobiasFella committed rKLEOPATRA648244df2371: Adapt layout when there is only one certificate (authored by TobiasFella).
Adapt layout when there is only one certificate
Mar 22 2024, 12:05 PM
TobiasFella committed rKLEOPATRAa1b2bc61f730: Rework certificate deletion dialog (authored by TobiasFella).
Rework certificate deletion dialog
Mar 22 2024, 12:05 PM
aheinecke committed rMTPa9580cfb16ac: Fix build of cryptohelpertest with custom gpgmepp (authored by aheinecke).
Fix build of cryptohelpertest with custom gpgmepp
Mar 22 2024, 10:57 AM
ikloecker changed the status of T7050: Kleopatra: Exit on windows if elevated and dont ask from Open to Testing.

Done and backported for 3.2.

Mar 22 2024, 10:22 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRAd812c442424e: Do not quit Kleopatra when user chooses to just close the main window (authored by ikloecker).
Do not quit Kleopatra when user chooses to just close the main window
Mar 22 2024, 10:18 AM
ikloecker committed rKLEOPATRAb2c858895a47: Quit Kleopatra when last windows is closed for elevated users on Windows (authored by ikloecker).
Quit Kleopatra when last windows is closed for elevated users on Windows
Mar 22 2024, 10:18 AM
ikloecker committed rKLEOPATRAca31d694351a: Accept close event of main window if Kleo is run with elevated permissions (authored by ikloecker).
Accept close event of main window if Kleo is run with elevated permissions
Mar 22 2024, 10:18 AM
ikloecker committed rKLEOPATRA1c4bf2f41a54: Do not block application shutdown with a QEventLoopLocker (authored by ikloecker).
Do not block application shutdown with a QEventLoopLocker
Mar 22 2024, 10:18 AM
ikloecker committed rKLEOPATRA7e4da3c73fd5: Check for system tray icon (authored by ikloecker).
Check for system tray icon
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRAd403182c64e9: Remove unused accessors for system tray icon (authored by ikloecker).
Remove unused accessors for system tray icon
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRA2e241f12751c: Fix build with QT_NO_SYSTEMTRAYICON (authored by ikloecker).
Fix build with QT_NO_SYSTEMTRAYICON
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRA57359f6296ec: Do not quit Kleopatra when user chooses to just close the main window (authored by ikloecker).
Do not quit Kleopatra when user chooses to just close the main window
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRAbff1b01a2e45: Accept close event of main window if Kleo is run with elevated permissions (authored by ikloecker).
Accept close event of main window if Kleo is run with elevated permissions
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRA662bdc315e7a: Quit Kleopatra when last windows is closed for elevated users on Windows (authored by ikloecker).
Quit Kleopatra when last windows is closed for elevated users on Windows
Mar 22 2024, 10:10 AM
ikloecker committed rKLEOPATRAbfed041ea1b1: Do not block application shutdown with a QEventLoopLocker (authored by ikloecker).
Do not block application shutdown with a QEventLoopLocker
Mar 22 2024, 10:10 AM
aheinecke changed the status of T7051: Kleopatra: Defunct processes when Kleopatra is running with elevated privileges from Open to Testing.
Mar 22 2024, 9:13 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke committed rKLEOPATRAef6ebcfd3faf: Add error handling for Windows process connections (authored by aheinecke).
Add error handling for Windows process connections
Mar 22 2024, 9:10 AM
aheinecke committed rKLEOPATRA899e572e1097: Add error handling for Windows process connections (authored by aheinecke).
Add error handling for Windows process connections
Mar 22 2024, 7:32 AM
aheinecke triaged T7051: Kleopatra: Defunct processes when Kleopatra is running with elevated privileges as Normal priority.
Mar 22 2024, 7:22 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke added a comment to T7049: Kleopatra: Prevent issues caused by inacessible sockets on windows.

Sorry I just noticed that I mixed up the duplicate closing. I wanted to close 7050 as a duplicate of this and not the other way around. Since this description was more general and better.

Mar 22 2024, 7:16 AM · kleopatra
aheinecke triaged T7050: Kleopatra: Exit on windows if elevated and dont ask as High priority.

Just to triage this

Mar 22 2024, 7:02 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
mlaurent committed rMTPdb13621a70e2: GIT_SILENT: prepare 6.0.2 (authored by mlaurent).
GIT_SILENT: prepare 6.0.2
Mar 22 2024, 6:52 AM
mlaurent committed rKLEOPATRA6886f7157799: GIT_SILENT: prepare 6.0.2 (authored by mlaurent).
GIT_SILENT: prepare 6.0.2
Mar 22 2024, 6:51 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO306eac673619: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 22 2024, 3:54 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9b97f5f9927e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 22 2024, 3:54 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5ba5976c6e47: 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
Mar 22 2024, 3:50 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA126f34b82de5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mar 22 2024, 2:20 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4af9ab58ed20: 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
Mar 22 2024, 2:14 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAac4d660bd3a9: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Mar 22 2024, 1:38 AM

Mar 21 2024

mlaurent committed rKLEOPATRAe2fc97368687: GIT_SILENT: fix version (authored by mlaurent).
GIT_SILENT: fix version
Mar 21 2024, 10:50 PM
mlaurent committed rMTPa2534b769bbc: GIT_SILENT: prepare 6.0.2 (authored by mlaurent).
GIT_SILENT: prepare 6.0.2
Mar 21 2024, 8:40 PM
mlaurent committed rLIBKLEO472b8171c129: GIT_SILENT: prepare 6.0.2 (authored by mlaurent).
GIT_SILENT: prepare 6.0.2
Mar 21 2024, 8:38 PM
ikloecker moved T7050: Kleopatra: Exit on windows if elevated and dont ask from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 21 2024, 7:01 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
ikloecker claimed T7050: Kleopatra: Exit on windows if elevated and dont ask.
Mar 21 2024, 7:01 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
werner added a comment to T7047: GnuPG release target authenticode signs files double.

And we should also use timestamps for each signed file so that we don't need to re-sign all of them over and over during build process tweaking.

Mar 21 2024, 5:52 PM · Bug Report, gnupg
werner requested changes to D584: WIP: Add cmake build system for cpp bindings.

Use autogen.sh to keep version in sync

Mar 21 2024, 5:50 PM
werner moved T7040: Make it possible to install GnuPG VSD and GPD in parallel from Restricted Project Column to Restricted Project Column on the Restricted Project board.

We also need to tweak the Windows installer and probably also Kleopatra. For example we use use standard registry entries for all products.

Mar 21 2024, 5:42 PM · vsd33, kleopatra, Restricted Project
werner committed rGa0bfbdaaa2d9: Allow installation with a gpgconf.ctl changed homedir. (authored by werner).
Allow installation with a gpgconf.ctl changed homedir.
Mar 21 2024, 5:41 PM
werner committed rGfb3fe38d2831: common: Use a common gpgconf.ctl parser for Unix and Windows. (authored by werner).
common: Use a common gpgconf.ctl parser for Unix and Windows.
Mar 21 2024, 5:41 PM
CarlSchwan updated the diff for D584: WIP: Add cmake build system for cpp bindings.

Use autogen.sh to keep version in sync

Mar 21 2024, 4:58 PM
CarlSchwan updated the diff for D584: WIP: Add cmake build system for cpp bindings.

Remove CMakeLists.txt from root and lang directory

Mar 21 2024, 4:02 PM
TobiasFella moved T7008: Kleopatra: New tabs in certficate list should use same column layout as current tab from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 21 2024, 3:33 PM · Restricted Project, kleopatra
TobiasFella changed the status of T7008: Kleopatra: New tabs in certficate list should use same column layout as current tab from Open to Testing.
Mar 21 2024, 3:32 PM · Restricted Project, kleopatra
TobiasFella committed rKLEOPATRA4ac381be0819: Improve initial button state (authored by TobiasFella).
Improve initial button state
Mar 21 2024, 3:30 PM
TobiasFella committed rKLEOPATRA712a36ab23df: Add smartcard info tab (authored by TobiasFella).
Add smartcard info tab
Mar 21 2024, 3:30 PM
TobiasFella committed rKLEOPATRA38a505a575c7: Apply 1 suggestion(s) to 1 file(s) (authored by TobiasFella).
Apply 1 suggestion(s) to 1 file(s)
Mar 21 2024, 1:51 PM
svuorela added a comment to D597: Replace always visible status bar with welcome page.

I'm not sure I like the coming and going of the status bar.

Mar 21 2024, 1:48 PM