Re: crypto test failures on Fedora and OpenSUSE

2020-07-02 Thread Dan Čermák
Hi Daniel, Daniel Kahn Gillmor writes: > Hi folks-- > > On Sun 2020-06-28 08:33:42 -0300, David Bremner wrote: >> I dug a bit further down, and this is what is returned from gpgme >> (line 345 in g_mime_gpgme_get_signatures) >> >> sig = {next = 0x0, >> summary = GPGME_SIGSUM_KEY_MISSING,

Re: crypto test failures on Fedora and OpenSUSE

2020-07-01 Thread Daniel Kahn Gillmor
Hi folks-- On Sun 2020-06-28 08:33:42 -0300, David Bremner wrote: > I dug a bit further down, and this is what is returned from gpgme > (line 345 in g_mime_gpgme_get_signatures) > > sig = {next = 0x0, > summary = GPGME_SIGSUM_KEY_MISSING, > fpr = 0x4ac480

Re: crypto test failures on Fedora and OpenSUSE

2020-06-28 Thread David Bremner
David Bremner writes: > I poked at this a bit more in gdb. I don't really know the code well, > but it seems like whatever is happening is happening inside gmime. On > the other hand both Fedora32 and my current Debian testing are running > libgmime 3.2.7 and gpgme 1.13 > I dug a bit further

Re: crypto test failures on Fedora and OpenSUSE

2020-06-20 Thread David Bremner
I poked at this a bit more in gdb. I don't really know the code well, but it seems like whatever is happening is happening inside gmime. On the other hand both Fedora32 and my current Debian testing are running libgmime 3.2.7 and gpgme 1.13 Looking at the sigstatus output, I think it is just a

crypto test failures on Fedora and OpenSUSE

2020-06-17 Thread David Bremner
Tomi Ollila writes: > On Wed, Jun 17 2020, Tomi Ollila wrote: > >> On Wed, Jun 17 2020, Dan Čermák wrote: >> >>> >>> I have tried updating the package in openSUSE Tumbleweed to 0.30~rc2 but >>> running the tests results in the following failures: >>> --8<---cut