In T5960#175317, @ikloecker wrote:The previous two changes will hopefully fix the error output of export to server. I'm not entirely sure about the missing line breaks.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 6 2023
Sep 6 2023
In T6556#175399, @werner wrote:@iklocker: Which gpg bug to you mean?
Sep 6 2023, 3:44 PM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
Then gettext_use_utf8 doesn't seem to be working as intended.
CarlSchwan committed rMTP7610bee9625d: Fix management of messageviewer layout items (authored by CarlSchwan).
Fix management of messageviewer layout items
• werner lowered the priority of T6481: BEGIN_ENCRYPTION status output happens later in 2.4.1 (breaks Emacs's EasyPG) from High to Low.
We have a fix for now and thus I lower the priority. Given that EasyPG mimics the GPGME API we should here also use another pipe to convey the passphrase (e.g. for symmetric encryption).
• werner removed a project from T3927: gpgsm certificate import fails because of hardcoded password length limitation: gnupg22.
I don't see a value to do this for 2.2 and introduce a regression with that.
@iklocker: Which gpg bug to you mean?
Sep 6 2023, 2:21 PM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
• werner closed T6182: Kleopatra: "general error" on wrong PIN input during certification as Resolved.
Seems to be solved in the current version (vsd 3.2.0-beta178).
In T5960#175318, @ikloecker wrote:Also, please retest T5960#172860 with the latest build.
• aheinecke raised the priority of T6548: GpgOL: Prefer S/MIME might result in different results with internal and external resolution from Low to Normal.
• aheinecke added projects to T6548: GpgOL: Prefer S/MIME might result in different results with internal and external resolution: Restricted Project, kleopatra.
• aheinecke closed T6669: Kleopatra: Config files moved "accidentally" in the last release as Invalid.
I misunderstood the issue. When I created the GnuPG VS-Desktop package I did not wrote a qt.conf file which thanks to our patch https://dev.gnupg.org/source/gpg4win/browse/master/patches/qtbase/0001-Gpg4win-qstandardpaths-patch.patch caused all config files for Gpg4win to be placed under %APPDATA%\kleopatra. This was by accident since it uses NSIS FileWrite and FileWrite is not supported in our NSIS to MSI packaging.
• ebo added a comment to T6548: GpgOL: Prefer S/MIME might result in different results with internal and external resolution.
Another customer case with "always show security-dialog" on (-> external resolver):
It might actually be useful to have an random number API in gpgme. When we do that we can also add a way t search for random numbers with an upper limit in each octet.
• werner moved T6399: Missing trustdb check on import of certificate from Restricted Project Column to Restricted Project Column on the Restricted Project board.
• werner changed the status of T6399: Missing trustdb check on import of certificate from Open to Testing.
Bugs goes back to 2002 where we stopped checking trust for keys without any signature. This was really useful but has this strange behaviour.
gpg: Fix validity of re-imported keys.
gpg: Fix validity of re-imported keys.
Hopefully, we will soon have a Windows CI to catch such errors.
Fix Windows build
Fix Windows build
/home/aheinecke/dev/main/src/gpg4win/src/playground/build/libkleo-202309061056/src/utils/gnupg.cpp: In function 'QString Kleo::stringFromGpgOutput(const QByteArray&)':
/home/aheinecke/dev/main/src/gpg4win/src/playground/build/libkleo-202309061056/src/utils/gnupg.cpp:573:53: error: passing 'const QByteArray' as 'this' argument discards qualifiers [-fpermissive]
573 | const auto s = fromEncoding(cpno, ba.replace("\r\n", "\n").constData());
| ~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/qstring.h:50,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/qhashfunctions.h:44,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/qlist.h:47,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/qstringlist.h:41,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/QStringList:1,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/build/libkleo-202309061056/src/utils/gnupg.h:16,
from /home/aheinecke/dev/main/src/gpg4win/src/playground/build/libkleo-202309061056/src/utils/gnupg.cpp:18:
/home/aheinecke/dev/main/src/gpg4win/src/playground/install/include/QtCore/qbytearray.h:738:20: note: in call to 'QByteArray& QByteArray::replace(const char*, const char*)'
738 | inline QByteArray &QByteArray::replace(const char *before, const char *after)CarlSchwan committed rKLEOPATRA84a40dc4a881: feat(messageviewerdialog): Support opening multiple messages simultaneously (authored by CarlSchwan).
feat(messageviewerdialog): Support opening multiple messages simultaneously
Improve sizing of messageviewer
BTW, with one of the recent gpgme fixes we now get
$~/b/gpgme/tests/run-keylist --extern --verbose foo run-keylist: file /home/wk/s/gpgme/tests/run-keylist.c line 414: <Dirmngr> No keyserver available
which is what users (and kleopatra) expects.
Sep 6 2023, 9:57 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
• werner committed rG0aa32e2429bb: dirmngr: Allow conf files to disable default keyservers. (authored by • werner).
dirmngr: Allow conf files to disable default keyservers.
• werner committed rG0ad13023905d: dirmngr: Allow conf files to disable default keyservers. (authored by • werner).
dirmngr: Allow conf files to disable default keyservers.
• werner moved T6708: Allow to inhibit the use of a default PGP keyserver from Backlog to QA on the gnupg24 board.
Sep 6 2023, 9:52 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
Note that for vsd we also need to change our default configuration file. The new "none" value provides a better error message than the old default of assuming that the AD carries the keyserver (which it does not in practise).
Sep 6 2023, 9:52 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
CarlSchwan committed rKLEOPATRAda5ae0b8aa6c: feat(messageviewerdialog): Support smime encrypted attachment (authored by CarlSchwan).
feat(messageviewerdialog): Support smime encrypted attachment
Sep 6 2023, 9:36 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
• werner changed the status of T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before from Open to Testing.
Thank you.
l10n daemon script <scripty@kde.org> committed rLIBKLEO3e75c989bd10: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed rKLEOPATRA2e6b379043f4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbd18eb02fcb0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed rLIBKLEO10e7fa0645d1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
• gniibe added a comment to T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before.
Backported to 2.2 branch.
• gniibe committed rG07cb3c65e8be: dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP. (authored by • gniibe).
dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.
• gniibe committed rG292caef663b1: build: Fix detection of sigdescr_np for newer glibc. (authored by • gniibe).
build: Fix detection of sigdescr_np for newer glibc.
gpg: Fix for overridden key import.
• gniibe committed rG383d524239e3: gpg: Allow overridden key import when stub exists. (authored by • gniibe).
gpg: Allow overridden key import when stub exists.
• gniibe committed rG481782551131: gpg: Prepare enhancement of agent_probe_secret_key. (authored by • gniibe).
gpg: Prepare enhancement of agent_probe_secret_key.
Sep 5 2023
Sep 5 2023
• werner edited projects for T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before, added: gnupg22; removed gnupg.
CarlSchwan committed rLIBKLEO46a6fecea3d0: Stop classifier once we determine that a file is a mail (authored by CarlSchwan).
Stop classifier once we determine that a file is a mail
Also, please retest T5960#172860 with the latest build.
The previous two changes will hopefully fix the error output of export to server. I'm not entirely sure about the missing line breaks.
• ikloecker committed rLIBKLEO167c4ae6a5cd: Convert Windows line endings to POSIX line endings (authored by • ikloecker).
Convert Windows line endings to POSIX line endings
• ikloecker committed rLIBKLEOf13da743e140: Convert Windows line endings to POSIX line endings (authored by • ikloecker).
Convert Windows line endings to POSIX line endings
• ikloecker committed rLIBKLEO6c564028299d: Fall back to ANSI code page if console output code page is 0 (authored by • ikloecker).
Fall back to ANSI code page if console output code page is 0
• ikloecker committed rLIBKLEO0b6d5c35534a: Fall back to ANSI code page if console output code page is 0 (authored by • ikloecker).
Fall back to ANSI code page if console output code page is 0
With regard to the ü-error in the error message on keytocard somebody else has to check what's going wrong because I'm convinced that we are doing everything right.
[2188] org.kde.pim.libkleo: gpgConfGetConsoleOutputCodePage starting "C:\\Program Files x86)\\GnuPG VS-Desktop\\bin\\..\\GnuPG\\bin\\gpgconf.exe" --show-codepages [2188] org.kde.pim.libkleo: gpgConfGetConsoleOutputCodePage returns 0
The debug output of libkleo is missing. Please add org.kde.pim.libkleo.debug=true to your qtlogging.ini.
• ebo reassigned T5960: Kleopatra: Encoding problems with GnuPG output on Windows from • ebo to • ikloecker.
[1400] org.kde.pim.kleopatra: "C:\\Program Files (x86)\\GnuPG VS-Desktop\\GnuPG\\bin\\gpg.exe --send-keys 3A12118AD7F4CBB6FF38C6B8F615AD82F702FA1F gestartet ..." [1400] org.kde.pim.kleopatra: "gpg: NOTE: THIS IS A DEVELOPMENT VERSION!\r\ngpg: It is only intended for test purposes and should NOT be\r\ngpg: used in a production environment or with production keys!\r\ngpg: enabled debug flags: memstat trust extprog\r\ngpg: enabled compatibility flags:" [1400] org.kde.pim.kleopatra: "gpg: sende Schlüssel F615AD82F702FA1F auf ldap://" [1400] org.kde.pim.kleopatra: "gpg: Senden an Schlüsselserver fehlgeschlagen: Ungültige LDAP Credentials\r\ngpg: Senden an Schlüsselserver fehlgeschlagen: Ungültige LDAP Credentials\r\ngpg: keydb: handles=1 locks=0 parse=1 get=1\r\ngpg: build=0 update=0 insert=0 delete=0\r\ngpg: reset=0 found=1 not=0 cache=0 not=0\r\ngpg: kid_not_found_cache: count=0 peak=0 flushes=0\r\ngpg: sig_cache: total=2 cached=2 good=2 bad=0\r\ngpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0\r\n outmix=0 getlvl1=0/0 getlvl2=0/0\r\ngpg: rndjent stat: collector=0x00000000 calls=0 bytes=0\r\ngpg: secmem usage: 0/32768 bytes in 0 blocks"
CarlSchwan committed rKLEOPATRAddbd55666c66: feat(messageviewerdialog): Support opening multiple messages simultaneously (authored by CarlSchwan).
feat(messageviewerdialog): Support opening multiple messages simultaneously
CarlSchwan committed rKLEOPATRA038979254dd3: feat(messageviewerdialog): Support opening multiple messages simultaneously (authored by CarlSchwan).
feat(messageviewerdialog): Support opening multiple messages simultaneously
Please provide the debug output, so that I can see which encoding was used to decode the error message.
In T5960#175302, @ebo wrote:Found in GnuPG-VS-Desktop-3.2.0-beta178, broken ü and no linebreaks:
Setting this to high after consultation with @werner, these issues should be fixed in next release.
• ebo raised the priority of T5960: Kleopatra: Encoding problems with GnuPG output on Windows from Normal to High.
• ebo moved T5960: Kleopatra: Encoding problems with GnuPG output on Windows from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Found in GnuPG-VS-Desktop-3.2.0-beta178, broken ü and no linebreaks:
CarlSchwan committed rKLEOPATRA478d12e7ff36: feat(messageviewerdialog): Support opening multiple messages simultaneously (authored by CarlSchwan).
feat(messageviewerdialog): Support opening multiple messages simultaneously
CarlSchwan committed rKLEOPATRAbccfc3a0c707: feat(messageviewerdialog): Support opening multiple messages simultaneously (authored by CarlSchwan).
feat(messageviewerdialog): Support opening multiple messages simultaneously
gpg: Fix last commit.
gpg: Fix last commit.
l10n daemon script <scripty@kde.org> committed rLIBKLEO65c680ced4f0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 4 2023
Sep 4 2023
• ikloecker committed rLIBKLEO6b582c2647d8: Use qEnvironmentVariableIntValue() instead of slow qgetenv().toInt() (authored by • ikloecker).
Use qEnvironmentVariableIntValue() instead of slow qgetenv().toInt()
Use new-style connect
• ikloecker committed rLIBKLEOea1432d4acde: Use an empty QLatin1String instead of an empty QStringLiteral (authored by • ikloecker).
Use an empty QLatin1String instead of an empty QStringLiteral
• ikloecker committed rLIBKLEOa7e631a82573: Make ninja keep going if jobs fail (authored by • ikloecker).
Make ninja keep going if jobs fail
• ikloecker committed rLIBKLEO799211f978af: Start with clazy level0 checks and disable clang-tidy (authored by • ikloecker).
Start with clazy level0 checks and disable clang-tidy
• ikloecker committed rLIBKLEO52c021b529c8: Add adapted version of okular's build_clazy_clang_tidy job (authored by • ikloecker).
Add adapted version of okular's build_clazy_clang_tidy job
Use correct package name
Use new-style connect
• ikloecker committed rLIBKLEOcdb77a65368c: Use qEnvironmentVariableIntValue() instead of slow qgetenv().toInt() (authored by • ikloecker).
Use qEnvironmentVariableIntValue() instead of slow qgetenv().toInt()
• ikloecker committed rLIBKLEO544471f21be0: Use an empty QLatin1String instead of an empty QStringLiteral (authored by • ikloecker).
Use an empty QLatin1String instead of an empty QStringLiteral
Do not skip non-hex digits
Remove unused variable
• ikloecker committed rLIBKLEO543b79deb4e8: Make ninja keep going if jobs fail (authored by • ikloecker).
Make ninja keep going if jobs fail
• ikloecker committed rLIBKLEOcd462e895799: Start with clazy level0 checks and disable clang-tidy (authored by • ikloecker).
Start with clazy level0 checks and disable clang-tidy
Use correct package name
• ikloecker committed rLIBKLEOf53ed2f66d50: Add adapted version of okular's build_clazy_clang_tidy job (authored by • ikloecker).
Add adapted version of okular's build_clazy_clang_tidy job
mlaurent committed rLIBKLEO4d0cd3a1175c: Merge remote-tracking branch 'origin/master' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin/master' into kf6
mlaurent committed rLIBKLEOe3061ccdd5ab: Merge remote-tracking branch 'origin/release/23.08' (authored by mlaurent).
Merge remote-tracking branch 'origin/release/23.08'
tests: Re-add --with-secret option
• werner committed rMe36b2d1bce4b: New mode to list a v5 fingerprint for v4 packets. (authored by • werner).
New mode to list a v5 fingerprint for v4 packets.
gpg: Add option --with-v5-fingerprint
gpg: Add option --with-v5-fingerprint
• aheinecke committed rO1e41ab29ee70: Spelling fixes for german translation (authored by • aheinecke).
Spelling fixes for german translation
This is hopefully resolved. Setting to done because the fix cannot be verified with our builds of Kleopatra.
It also doesn't occur with the AppImage (Do we build a debug or unoptimized build for the AppImage?).
