- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 18 2024
Sep 18 2024
l10n daemon script <scripty@kde.org> committed rLIBKLEObd8914bb8c89: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024
Sep 17 2024
mlaurent committed rMTP855568f266f7: GIT_SILENT: it compiles fine without deprecated methods (kf) (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods (kf)
mlaurent committed rLIBKLEO6c6e6e6c3c50: GIT_SILENT: it compiles fine without deprecated methods (kf) (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods (kf)
• TobiasFella committed rKLEOPATRA67eba7c7f7ea: Rework formatInputOutputLabel (authored by • TobiasFella).
Rework formatInputOutputLabel
• TobiasFella committed rKLEOPATRAa43a9859163e: Improve DecryptVerifyFilesDialog (authored by • TobiasFella).
Improve DecryptVerifyFilesDialog
CarlSchwan committed rOJ4ed4657958cd: Port away from deprecated KMime APIs (authored by CarlSchwan).
Port away from deprecated KMime APIs
• ikloecker committed rM9747f189620a: doc,build: Look for yat2m in $prefix/bin (authored by • ikloecker).
doc,build: Look for yat2m in $prefix/bin
• 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
• werner committed rGd9fdc165e657: agent: Fix detection of the trustflag de-vs. (authored by • werner).
agent: Fix detection of the trustflag de-vs.
• werner committed rG6ff13380a2e3: agent: Fix detection of the trustflag de-vs. (authored by • werner).
agent: Fix detection of the trustflag de-vs.
• ikloecker committed rLIBKLEOd88b75a1e5c2: Don't make me wonder about operator precendence (authored by • ikloecker).
Don't make me wonder about operator precendence
CarlSchwan committed rOJ8a3a5b164d11: QHttpServer: Adapt to final API from Qt 6.8 (authored by CarlSchwan).
QHttpServer: Adapt to final API from Qt 6.8
Port away from KMime::Header::clear
CarlSchwan committed rOJa352b7a44ef7: Remove pointless call to Subject::clear() (authored by CarlSchwan).
Remove pointless call to Subject::clear()
CarlSchwan committed rOJad98d383cb63: Port to Kleo::Formatting::errorAsString for formatting errors (authored by CarlSchwan).
Port to Kleo::Formatting::errorAsString for formatting errors
CarlSchwan committed rOJfc4448cdc2ae: Don't show key resolver confirmation dialog when not needed (authored by CarlSchwan).
Don't show key resolver confirmation dialog when not needed
• TobiasFella committed rLIBKLEO0a8c1ce5b52a: Only show compliance info for signatures that are valid (authored by • TobiasFella).
Only show compliance info for signatures that are valid
• gniibe committed rC4876a1a45c25: tests:kyber: Add genkey and encap KAT tests. (authored by • gniibe).
tests:kyber: Add genkey and encap KAT tests.
• gniibe committed rC38742196c04c: cipher:kyber: Add gcry_kem_genkey to support deterministic op. (authored by • gniibe).
cipher:kyber: Add gcry_kem_genkey to support deterministic op.
• gniibe changed the status of T7277: libgcrypt: Adding Known Answer Tests for KEM from Open to Testing.
Fixed GnuPG 2.4 in: rG730593affa91: common:w32: Don't expose unused functions.
_version.h is not necessary now
l10n daemon script <scripty@kde.org> committed rLIBKLEO71014db575cc: 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 rKLEOPATRAdb7573a2f297: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
For now, I'm using this to avoid failure of make check (invoking gpg-agent by gpg-connect-agent).
diff --git a/common/stringhelp.c b/common/stringhelp.c index 9a2265258..6596c65cd 100644 --- a/common/stringhelp.c +++ b/common/stringhelp.c @@ -70,6 +70,22 @@ change_slashes (char *name) { #ifdef HAVE_DOSISH_SYSTEM char *p; + /* 0: don't know yet, 1: it's under wine, -1: no */ + static int semihosted_by_wine; + + /* Under wine, no change. */ + if (!semihosted_by_wine) + { + HMODULE hntdll = GetModuleHandle ("ntdll.dll"); + if (hntdll + && GetProcAddress (hntdll, "wine_get_version")) + semihosted_by_wine = 1; + else + semihosted_by_wine = -1; + } + + if (semihosted_by_wine > 0) + return name;
l10n daemon script <scripty@kde.org> committed rMTP62325540bcc6: 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 rLIBKLEO57f8c54b8ed6: 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 rKLEOPATRA5b12812f6dd7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
• gniibe committed rG730593affa91: common:w32: Don't expose unused functions. (authored by • gniibe).
common:w32: Don't expose unused functions.
libgpg-error fix is done in: rEc2a713fe11e3: w32:spawn: Remove unused function get_max_fds.
Sep 16 2024
Sep 16 2024
CarlSchwan committed rMTPb0ac90c75b7f: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
CarlSchwan committed rMTP8d883d6ca065: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
CarlSchwan committed rMTP2ec96538fb43: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Minor code cleanup
Minor code cleanup
CarlSchwan committed rMTP8105ce2ded4b: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Fix FreeBSD to set the pid of assuan_peercred_t.
• ebo closed T6870: Kleopatra: Improve representation of signature verification result in case of multiple signatures as Resolved.
Closing this ticket as what remains open is practically a duplicate of T6869
• ebo renamed T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures) from Draft: Kleopatra: Improve verification results messages (especially in case of invalid signature) to Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).
• 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.
• ikloecker committed rKLEOPATRA11a17c043e71: Enable checking of all data signatures (authored by • ikloecker).
Enable checking of all data signatures
CarlSchwan committed rLIBKLEO0451ad6d9f35: Add date to signature formatting (authored by CarlSchwan).
Add date to signature formatting
CarlSchwan committed rLIBKLEO1fc8f822aa72: Add date to signature formatting (authored by CarlSchwan).
Add date to signature formatting
• gniibe committed rEc2a713fe11e3: w32:spawn: Remove unused function get_max_fds. (authored by • gniibe).
w32:spawn: Remove unused function get_max_fds.
l10n daemon script <scripty@kde.org> committed rLIBKLEOeeeb88af99fa: 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 rKLEOPATRA102c833e60a0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 15 2024
Sep 15 2024
• werner triaged T7285: Okular: Improvement of error messages regarding signatures as Normal priority.
• werner triaged T7291: scdaemon randomly hangs when trying to access a token as Unbreak Now! priority.
Actually we have similar problems with the 2.4 branch - in particular on Windows. We can quite easy reproduce this when using Kleopatra. Thus the working hypothesis is a locking problem because Kleopatra uses several threads and the order of actions recently changed.
Sep 14 2024
Sep 14 2024
l10n daemon script <scripty@kde.org> committed rMTP7da35dda04bb: 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 rKLEOPATRAeb1080b863db: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 13 2024
Sep 13 2024
gpgsm: New option --assert-signer
web: Add man pages for 2.5.
GIT_SILENT: prepare 6.2.2
GIT_SILENT: prepare 6.2.2
mlaurent committed rKLEOPATRAd0272fe40583: QLatin1String is same as QLatin1StringView, in qt7 QLatin1String will be removed (authored by mlaurent).
QLatin1String is same as QLatin1StringView, in qt7 QLatin1String will be removed
• gniibe committed rGb08d990607b6: tests:gpgscm: Raise an error correctly for process spawning. (authored by • gniibe).
tests:gpgscm: Raise an error correctly for process spawning.
Sep 12 2024
Sep 12 2024
See new subtask T7290 for smartcards and the link entries mentioned above.
• werner changed the status of T6815: PQC encryption for GnuPG, a subtask of T6638: PQC for GnuPG, from Open to Testing.
web: Fix order of NEWS
web: GnuPG 2.5.1 announcement
mlaurent committed rLIBKLEOe3fb2a2f8594: QLatin1String is same as QLatin1StringView, in qt7 QLatin1String will be removed (authored by mlaurent).
QLatin1String is same as QLatin1StringView, in qt7 QLatin1String will be removed
GIT_SILENT: prepare 6.2.2
GIT_SILENT: prepare 6.2.2
web: Add checksum lines for gnupg26
fix last commit
swdb: GnuPG 2.5.1
Post release updates
Release 2.5.1
• werner committed rGe5e3e225fe98: tools: Fix recent regressions in gpg-authcode-sign.sh (authored by • werner).
tools: Fix recent regressions in gpg-authcode-sign.sh
• werner committed rGb357ff2aa64c: gpg: Don't bail out for unknown subkey packet versions. (authored by • werner).
gpg: Don't bail out for unknown subkey packet versions.
mlaurent committed rKLEOPATRAc247a630167e: GIT_SILENT: add REUSE.toml to annotations area (authored by mlaurent).
GIT_SILENT: add REUSE.toml to annotations area
mlaurent committed rMTPdabf01acf454: GIT_SILENT: add REUSE.toml to annotations area (authored by mlaurent).
GIT_SILENT: add REUSE.toml to annotations area
mlaurent committed rKLEOPATRA3059c459fb65: .reuse file didn't need license but REUSE.toml needs it (authored by mlaurent).
.reuse file didn't need license but REUSE.toml needs it
mlaurent committed rMTP1f0ff0f264e9: .reuse file didn't need license but REUSE.toml needs it (authored by mlaurent).
.reuse file didn't need license but REUSE.toml needs it
Convert .reuse/dep5 to REUSE.toml
• gniibe changed the status of T7220: The CF protection not enabled in libgcrypt from Open to Testing.
• gniibe changed the status of T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14 from Open to Testing.
• gniibe changed the status of T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally from Open to Testing.
mlaurent committed rKLEOPATRA4442e795a204: Convert .reuse/dep5 to REUSE.toml (authored by mlaurent).
Convert .reuse/dep5 to REUSE.toml
Convert .reuse/dep5 to REUSE.toml
Sep 11 2024
Sep 11 2024
• werner committed rG6f2180e9126e: build: Fix make distclean for gnupg.7.html (authored by • werner).
build: Fix make distclean for gnupg.7.html
po: msgmerge
gpgsm: New option --assert-signer
• werner committed rG2125f228d36c: build: Remove configure option --enable-gpg-is-gpg2 (authored by • werner).
build: Remove configure option --enable-gpg-is-gpg2
po: Update the German translation
• werner committed rG138e0185925a: tests: Updated PQC test data to the final Kyber algo id. (authored by • werner).
tests: Updated PQC test data to the final Kyber algo id.
doc: Updated comments in speedo.mk