Home GnuPG

Recent Activity
ActivePublic

Recent Activity

Today

l10n daemon script <scripty@kde.org> committed rKLEOPATRA1d2dfddc0496: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Jun 1, 4:02 AM
l10n daemon script <scripty@kde.org> committed rMTP154523856162: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Jun 1, 3:46 AM

Yesterday

ametzler1 created T7670: updated nl.po for gnupg 2.4.
Sat, May 31, 3:29 PM · i18n, gnupg, Bug Report
l10n daemon script <scripty@kde.org> committed rMTPe8c095e43a58: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, May 31, 3:52 AM

Fri, May 30

m <meik.michalke@gnupg.com> committed rW5c998b4e4cc3: reverted customized packages/packages.list (authored by m <meik.michalke@gnupg.com>).
reverted customized packages/packages.list
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW6b90f934d05c: re-added headline... (authored by m <meik.michalke@gnupg.com>).
re-added headline...
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW904cd71a7eb7: fixed wrong DESC_Menu_* in gpgpass menu entry (authored by m <meik.michalke@gnupg.com>).
fixed wrong DESC_Menu_* in gpgpass menu entry
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW600ae80a0282: kleopatra: removed 2nd kleopatradebugcommandsrc, ensured clean uninstall (authored by m <meik.michalke@gnupg.com>).
kleopatra: removed 2nd kleopatradebugcommandsrc, ensured clean uninstall
Fri, May 30, 9:47 PM
m <meik.michalke@gnupg.com> committed rW1329569d1dfb: add start menu entry for GpgOL/Web (authored by m <meik.michalke@gnupg.com>).
add start menu entry for GpgOL/Web
Fri, May 30, 9:47 PM
ikloecker added a comment to T7669: Kleopatra: Change result message of update check.

Yes, for GPD and VSD there probably should be version numbers in swdb.lst if the update check should actually be active in those distributions. I think for VSD the update check is usually deactivated because a) it accesses the public internet which some customers don't want and b) the software is usually not installed by the users themselves so that the update check doesn't make much sense.

Fri, May 30, 6:01 PM · Windows, gpd5x, kleopatra
werner triaged T7669: Kleopatra: Change result message of update check as Normal priority.
Fri, May 30, 5:32 PM · Windows, gpd5x, kleopatra
werner added a comment to T7669: Kleopatra: Change result message of update check.

So, what shall we do with vanilla kleopatra, or GPD or VSD? It will be easy to record current versions number in swdb.lst

Fri, May 30, 5:32 PM · Windows, gpd5x, kleopatra
werner committed rG982f45c8c7c6: gpg-mail-tube: Support templates. (authored by werner).
gpg-mail-tube: Support templates.
Fri, May 30, 2:57 PM
werner changed the status of T7381: gpg-mail-tube: Allow the use of templates instead of static texts., a subtask of T7292: gpg-mail-tube: Add more features, from Open to Testing.
Fri, May 30, 2:57 PM · Feature Request, gnupg26
werner changed the status of T7381: gpg-mail-tube: Allow the use of templates instead of static texts. from Open to Testing.

Alright. We use utf-8 in our template files and switch to QP encoding when needed.

Fri, May 30, 2:57 PM · Feature Request, gnupg26
werner committed rG61514f7cd8cf: tools: Add a quoted-printable encoding function. (authored by werner).
tools: Add a quoted-printable encoding function.
Fri, May 30, 2:19 PM
werner committed rG8d837279bce7: common: Improve helpfile.c to provide a generic template API. (authored by werner).
common: Improve helpfile.c to provide a generic template API.
Fri, May 30, 2:19 PM
werner committed rGef5fa47ee80d: gpgtar: Fix regression exhibited by make check (authored by werner).
gpgtar: Fix regression exhibited by make check
Fri, May 30, 2:19 PM
ikloecker added projects to T7669: Kleopatra: Change result message of update check: kleopatra, gpd5x, Windows.

Tagging with Windows because the update check is a NOP except on Windows.

Fri, May 30, 11:33 AM · Windows, gpd5x, kleopatra
ikloecker changed the status of T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0 from Open to Testing.

Do I understand correctly that this bug is then automatically done/fixed?

It depends on how the version comparison works. We may have to change the code to extract the version number (e.g. 5.0.0) from the version string.

Fri, May 30, 11:30 AM · Bug Report, gpd5x, kleopatra
ikloecker created T7669: Kleopatra: Change result message of update check.
Fri, May 30, 11:30 AM · Windows, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

I forgot to mention that gpgrt has an API to compare version numbers in the same way gpgconf and all gnupg components do it; this should be somewhat similar to sort -V

Fri, May 30, 11:23 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

BTW, if you append a beta string the thing works as well. Thus with an development version for 4.4.2 we would get a 'newer' state:

Fri, May 30, 11:19 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

The version file is locally cached and updated from time to time unless that feature is disabled.
An update can be forced using

Fri, May 30, 11:15 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Re: pipe2: In gpgme_io_pipe we set FD_CLOEXEC only for one end of the pipe. Thus simply using pipe2 would change the behaviour.

Fri, May 30, 11:09 AM · golang, gpgme, Bug Report
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

By the way, Kleopatra uses GpgME::SwdbResult::query() which I expect to do what you propose.

Fri, May 30, 11:00 AM · Bug Report, gpd5x, kleopatra
ikloecker added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

First, gpgconf doesn't help with parsing a version string like gpg4win-5.0.0-beta190 which is what I was talking about. Once we have extracted "gpg4win" and "5.0.0" we could use gpgconf. ...if it worked as documented in the man page. I don't understand this:

$ gpgconf --query-swdb gpg4win 4.3.0
gpg4win:4.3.0:-::32849:::::::
Fri, May 30, 10:56 AM · Bug Report, gpd5x, kleopatra
werner added a comment to T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0.

This is all done by gpgconf like here:

Fri, May 30, 9:22 AM · Bug Report, gpd5x, kleopatra
gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

Here is a hypothetical application which may have similar problem.
(1) It is a multi threaded application using gpgme, forking another process (possibly, exec).
(2) One of threads invokes gpgme_new, gpgme_op_import and gpg_op_verify.
(3) When the control goes to gpgme_op_* then gpgme_io_spawn by a thread A, another thread B forks a process.
(3-1) While the thread A is polling pipe I/O, forked process holds pipe file descriptors too.
(3-2) Until the forked process exists, pipe I/O polling by the thread A continues (because pipe's other end is still active).

Fri, May 30, 7:06 AM · golang, gpgme, Bug Report
collinfunk added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

There is FD_CLOFORK on Solaris 11.4 as well. It is a part of POSIX-1.2024, but who knows how long until that becomes common.

Fri, May 30, 5:05 AM · golang, gpgme, Bug Report

Panel Used By

DashboardHome
DashboardRestricted Dashboard

Event Timeline

werner renamed this panel from to Recent Activity.Nov 27 2017, 10:50 AM
werner edited a custom field.
werner edited a custom field.
werner edited a custom field.
werner edited an edge.
werner renamed this panel from Recent Activity to Recent Activity X.Dec 18 2020, 1:20 PM
werner edited an edge.
werner renamed this panel from Recent Activity X to Recent Activity.Dec 18 2020, 1:22 PM