Home GnuPG

Recent Activity
ActivePublic

Recent Activity

Today

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
Tue, Sep 17, 5:19 AM
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
Tue, Sep 17, 5:18 AM
gniibe added a comment to T7138: Windows (Semi-hosted environment): filename and network access.

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;
Tue, Sep 17, 4:40 AM · gnupg, Bug Report
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
Tue, Sep 17, 3:34 AM
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
Tue, Sep 17, 3:34 AM
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
Tue, Sep 17, 3:33 AM
gniibe updated the task description for T7293: spawn API glitch.
Tue, Sep 17, 3:15 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe committed rG730593affa91: common:w32: Don't expose unused functions. (authored by gniibe).
common:w32: Don't expose unused functions.
Tue, Sep 17, 2:33 AM
gniibe set External Link to https://bugs.debian.org/1081807 on T7293: spawn API glitch.
Tue, Sep 17, 2:26 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe updated the task description for T7293: spawn API glitch.
Tue, Sep 17, 2:23 AM · gnupg24, gnupg22, gpgrt, Bug Report

Panel Used By

This panel is not used on any dashboard or inside any other panel container.

Event Timeline

marcus renamed this panel from to Recent Activity.May 20 2017, 4:08 PM
marcus edited an edge.
marcus edited a custom field.