Re: [PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-11 Thread Daniel Kahn Gillmor
On Mon 2022-04-11 10:44:47 +0200, Michael J Gruber wrote: > Just so that others don't have to be wondering, too: notmuch does not embed > gmime sources and does not reuse them. (It would be very wrong to do so.) > notmuch has a file `_check_gmime_cert.c` which is used for configure checks > and

Re: [PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-11 Thread Michael J Gruber
Am Mo., 11. Apr. 2022 um 02:36 Uhr schrieb Daniel Kahn Gillmor < d...@debian.org>: > Thanks, Bremner! > > This series looks reasonable to me. nice clever hack to reuse the > gmime embedded .c source for the test. > Just so that others don't have to be wondering, too: notmuch does not embed

Re: [PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-10 Thread Daniel Kahn Gillmor
Thanks, Bremner! This series looks reasonable to me. nice clever hack to reuse the gmime embedded .c source for the test. a bit of a tweak below: On Sat 2022-04-09 09:34:53 -0300, David Bremner wrote: > + printf "Checking for GMime new email format... " > + if ${CC} -DCHECK_EMAIL

[PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-09 Thread David Bremner
The extra machinery to check for the actual output format is justified by the possibility that distros may patch this newere output format into older versions of gmime. --- configure | 17 + test/T355-smime.sh | 7 +-- 2 files changed, 22 insertions(+), 2